HEX: #ED99EE
RGB: (237,153,238)
Il colore #ED99EE contiene principalmente il rosso e il blu. Per il #ED99EE il colore web safe è #FF99FF (#F9F).
Il colore ED99EE in RGB è definito come 237,153,238
RGB: (237,153,238) (93%,60%,93%)
R 237 da 255 = 93%
G 153 da 255 = 60%
B 238 da 255 = 93%
R + G + B ~ 82%. #ED99EE colore abbastanza chiaro.
R + G + B =
237 + 153 + 238 = 628 (100%)
R 237 da 628 ~ 37.74%
G 153 da 628 ~ 24.36%
B 238 da 628 ~ 37.9%
Il colore #ED99EE in CMYK è definito come 0,36,0,7.
CMYK: (0,36,0,7) C0M36Y0K7 (0%,36%,0%,7%) (0.00/0.36/0.00/0.07)
ED | 99 | EE | |
---|---|---|---|
RGB | 237 | 153 | 238 |
HSL | 299° | 71.43% | 76.67% |
HSB/HSV | 299° | 35.71% | 93.33% |
CMYK | 0.42% | 35.71% | 0.00% |
6.67% |
Esadicemale | ED | 99 | EE |
Decimale | 237 | 153 | 238 |
Binario | 11101101 | 10011001 | 11101110 |
Ottale | 355 | 231 | 356 |
Esempi dei codici css e html per gli elementi di colore #ED99EE. Utilizzate rgb(237,153,238) anche al posto del codice hex.
.myTextColor { color: #ED99EE; }
<p style="color:#ED99EE">This sample text font color is #ED99EE.</p>
Il colore di questo testo è #ED99EE.
.myBgColor { background-color: #ED99EE; }
<div style="background-color:#ED99EE">Inner text</div>
Questo div ha lo sfondo di colore #ED99EE.
.myBorderColor { border: 1px solid #ED99EE; }
<div style="border:3px solid #ED99EE">Div</div>
Questo div ha i bordi di colore ED99EE.
.myOpacity80 { color: #ED99EE; opacity: 0.8; }
<p style="color:#ED99EE;opacity:0.8;">80%</p>
Il testo di color #ED99EE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED99EE;}
<p style="text-shadow: 3px 3px 1px #ED99EE">Text here.</p>
Questo testo ha l'ombra di colore #ED99EE.
.textShadow {text-shadow: 3px 3px 1px #ED99EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED99EE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #ED99EE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED99EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED99EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED99EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ED99EE; -webkit-box-shadow: 1px 1px 3px 2px #ED99EE; box-shadow: 1px 1px 3px 2px #ED99EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ED99EE; -webkit-box-shadow: 1px 1px 3px 2px #ED99EE; box-shadow:1px 1px 3px 2px #ED99EE;">
Div content here</div>
Questo e il testo di colore #ED99EE sullo sfondo nero.
Questo e il testo di colore #ED99EE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #ED99EE.
Questo è un testo bianco sullo sfondo del colore #ED99EE.