HEX: #E17D95
RGB: (225,125,149)
Il colore #E17D95 contiene principalmente il rosso. Per il #E17D95 il colore web safe è #CC6699 (#C69).
Il colore E17D95 in RGB è definito come 225,125,149
RGB: (225,125,149) (88%,49%,58%)
R 225 da 255 = 88%
G 125 da 255 = 49%
B 149 da 255 = 58%
R + G + B ~ 65%. #E17D95 colore abbastanza chiaro.
R + G + B =
225 + 125 + 149 = 499 (100%)
R 225 da 499 ~ 45.09%
G 125 da 499 ~ 25.05%
B 149 da 499 ~ 29.86%
Il colore #E17D95 in CMYK è definito come 0,44,34,12.
CMYK: (0,44,34,12) C0M44Y34K12 (0%,44%,34%,12%) (0.00/0.44/0.34/0.12)
E1 | 7D | 95 | |
---|---|---|---|
RGB | 225 | 125 | 149 |
HSL | 346° | 62.50% | 68.63% |
HSB/HSV | 346° | 44.44% | 88.24% |
CMYK | 0.00% | 44.44% | 33.78% |
11.76% |
Esadicemale | E1 | 7D | 95 |
Decimale | 225 | 125 | 149 |
Binario | 11100001 | 1111101 | 10010101 |
Ottale | 341 | 175 | 225 |
Esempi dei codici css e html per gli elementi di colore #E17D95. Utilizzate rgb(225,125,149) anche al posto del codice hex.
.myTextColor { color: #E17D95; }
<p style="color:#E17D95">This sample text font color is #E17D95.</p>
Il colore di questo testo è #E17D95.
.myBgColor { background-color: #E17D95; }
<div style="background-color:#E17D95">Inner text</div>
Questo div ha lo sfondo di colore #E17D95.
.myBorderColor { border: 1px solid #E17D95; }
<div style="border:3px solid #E17D95">Div</div>
Questo div ha i bordi di colore E17D95.
.myOpacity80 { color: #E17D95; opacity: 0.8; }
<p style="color:#E17D95;opacity:0.8;">80%</p>
Il testo di color #E17D95 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E17D95;}
<p style="text-shadow: 3px 3px 1px #E17D95">Text here.</p>
Questo testo ha l'ombra di colore #E17D95.
.textShadow {text-shadow: 3px 3px 1px #E17D95, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E17D95, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E17D95 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E17D95, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E17D95, Direction=45, Strength=4)">Text</p>
This text has shadow with #E17D95 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E17D95; -webkit-box-shadow: 1px 1px 3px 2px #E17D95; box-shadow: 1px 1px 3px 2px #E17D95; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E17D95; -webkit-box-shadow: 1px 1px 3px 2px #E17D95; box-shadow:1px 1px 3px 2px #E17D95;">
Div content here</div>
Questo e il testo di colore #E17D95 sullo sfondo nero.
Questo e il testo di colore #E17D95 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E17D95.
Questo è un testo bianco sullo sfondo del colore #E17D95.