HEX: #EE87D7
RGB: (238,135,215)
Il colore #EE87D7 contiene principalmente il rosso e il blu. Per il #EE87D7 il colore web safe è #FF99CC (#F9C).
Il colore EE87D7 in RGB è definito come 238,135,215
RGB: (238,135,215)
(93%, 53%, 84%)
R 238 da 255 = 93%
G 135 da 255 = 53%
B 215 da 255 = 84%
R + G + B ~ 77%. #EE87D7 colore abbastanza chiaro.
R + G + B = 238 + 135 + 215 = 588 (100%)
R 238 da 588 ~ 40.48%
G 135 da 588 ~ 22.96%
B 215 da 588 ~ 36.56'%
Il colore #EE87D7 in CMYK è definito come 0,43,10,7.
CMYK: (0,43,10,7)
C0M43Y10K7 (0%, 43%, 10%, 7%)
(0.00 / 0.43 / 0.10 / 0.07)
Il #EE87D7 nei modelli di colore popolari.
EE | 87 | D7 | |
---|---|---|---|
RGB | 238 | 135 | 215 |
HSL | 313° | 75.18% | 73.14% |
HSB/HSV | 313° | 43.28% | 93.33% |
CMYK | 0.00% | 43.28% | 9.66% |
6.67% |
Il #EE87D7 nei modelli numerici popolari.
Esadicemale | EE | 87 | D7 |
Decimale | 238 | 135 | 215 |
Binario | 11101110 | 10000111 | 11010111 |
Ottale | 356 | 207 | 327 |
Tonalità scure del colore #EE87D7
Tonalità chiare del colore #EE87D7
Esempi dei codici css e html per gli elementi di colore #EE87D7. Utilizzate rgb(238,135,215) anche al posto del codice hex.
.myTextColor { color: #EE87D7; }
<p style="color:#EE87D7">This sample text font color is #EE87D7.</p>
Il colore di questo testo è #EE87D7.
.myBgColor { background-color: #EE87D7; }
<div style="background-color:#EE87D7">Inner text</div>
Questo div ha lo sfondo di colore #EE87D7.
.myBorderColor { border: 1px solid #EE87D7; }
<div style="border:3px solid #EE87D7">Div</div>
Questo div ha i bordi di colore EE87D7.
.myOpacity80 { color: #EE87D7; opacity: 0.8; }
<p style="color:#EE87D7;opacity:0.8;">80%</p>
Il testo di color #EE87D7 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE87D7;}
<p style="text-shadow: 3px 3px 1px #EE87D7">Text here.</p>
Questo testo ha l'ombra di colore #EE87D7.
.textShadow {text-shadow: 3px 3px 1px #EE87D7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE87D7, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #EE87D7 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE87D7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE87D7, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE87D7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE87D7;
-webkit-box-shadow: 1px 1px 3px 2px #EE87D7;
box-shadow: 1px 1px 3px 2px #EE87D7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE87D7; -webkit-box-shadow: 1px 1px 3px 2px #EE87D7; box-shadow:1px 1px 3px 2px #EE87D7;">
Div content here
</div>
Questo e il testo di colore #EE87D7 sullo sfondo nero.
Questo e il testo di colore #EE87D7 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #EE87D7.
Questo è un testo bianco sullo sfondo del colore #EE87D7.
Il colore complimentare del #hex è #117828..