HEX: #E998D9
RGB: (233,152,217)
Il colore #E998D9 contiene principalmente il rosso e il blu. Per il #E998D9 il colore web safe è #FF99CC (#F9C).
Il colore E998D9 in RGB è definito come 233,152,217
RGB: (233,152,217) (91%,60%,85%)
R 233 da 255 = 91%
G 152 da 255 = 60%
B 217 da 255 = 85%
R + G + B ~ 79%. #E998D9 colore abbastanza chiaro.
R + G + B =
233 + 152 + 217 = 602 (100%)
R 233 da 602 ~ 38.7%
G 152 da 602 ~ 25.25%
B 217 da 602 ~ 36.05%
Il colore #E998D9 in CMYK è definito come 0,35,7,9.
CMYK: (0,35,7,9) C0M35Y7K9 (0%,35%,7%,9%) (0.00/0.35/0.07/0.09)
E9 | 98 | D9 | |
---|---|---|---|
RGB | 233 | 152 | 217 |
HSL | 312° | 64.80% | 75.49% |
HSB/HSV | 312° | 34.76% | 91.37% |
CMYK | 0.00% | 34.76% | 6.87% |
8.63% |
Esadicemale | E9 | 98 | D9 |
Decimale | 233 | 152 | 217 |
Binario | 11101001 | 10011000 | 11011001 |
Ottale | 351 | 230 | 331 |
Esempi dei codici css e html per gli elementi di colore #E998D9. Utilizzate rgb(233,152,217) anche al posto del codice hex.
.myTextColor { color: #E998D9; }
<p style="color:#E998D9">This sample text font color is #E998D9.</p>
Il colore di questo testo è #E998D9.
.myBgColor { background-color: #E998D9; }
<div style="background-color:#E998D9">Inner text</div>
Questo div ha lo sfondo di colore #E998D9.
.myBorderColor { border: 1px solid #E998D9; }
<div style="border:3px solid #E998D9">Div</div>
Questo div ha i bordi di colore E998D9.
.myOpacity80 { color: #E998D9; opacity: 0.8; }
<p style="color:#E998D9;opacity:0.8;">80%</p>
Il testo di color #E998D9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E998D9;}
<p style="text-shadow: 3px 3px 1px #E998D9">Text here.</p>
Questo testo ha l'ombra di colore #E998D9.
.textShadow {text-shadow: 3px 3px 1px #E998D9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E998D9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E998D9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E998D9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E998D9, Direction=45, Strength=4)">Text</p>
This text has shadow with #E998D9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E998D9; -webkit-box-shadow: 1px 1px 3px 2px #E998D9; box-shadow: 1px 1px 3px 2px #E998D9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E998D9; -webkit-box-shadow: 1px 1px 3px 2px #E998D9; box-shadow:1px 1px 3px 2px #E998D9;">
Div content here</div>
Questo e il testo di colore #E998D9 sullo sfondo nero.
Questo e il testo di colore #E998D9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E998D9.
Questo è un testo bianco sullo sfondo del colore #E998D9.