HEX: #E5958D
RGB: (229,149,141)
Il colore #E5958D contiene principalmente il rosso. Per il #E5958D il colore web safe è #CC9999 (#C99).
Il colore E5958D in RGB è definito come 229,149,141
RGB: (229,149,141) (90%,58%,55%)
R 229 da 255 = 90%
G 149 da 255 = 58%
B 141 da 255 = 55%
R + G + B ~ 68%. #E5958D colore abbastanza chiaro.
R + G + B =
229 + 149 + 141 = 519 (100%)
R 229 da 519 ~ 44.12%
G 149 da 519 ~ 28.71%
B 141 da 519 ~ 27.17%
Il colore #E5958D in CMYK è definito come 0,35,38,10.
CMYK: (0,35,38,10) C0M35Y38K10 (0%,35%,38%,10%) (0.00/0.35/0.38/0.10)
E5 | 95 | 8D | |
---|---|---|---|
RGB | 229 | 149 | 141 |
HSL | 5° | 62.86% | 72.55% |
HSB/HSV | 5° | 38.43% | 89.80% |
CMYK | 0.00% | 34.93% | 38.43% |
10.20% |
Esadicemale | E5 | 95 | 8D |
Decimale | 229 | 149 | 141 |
Binario | 11100101 | 10010101 | 10001101 |
Ottale | 345 | 225 | 215 |
Esempi dei codici css e html per gli elementi di colore #E5958D. Utilizzate rgb(229,149,141) anche al posto del codice hex.
.myTextColor { color: #E5958D; }
<p style="color:#E5958D">This sample text font color is #E5958D.</p>
Il colore di questo testo è #E5958D.
.myBgColor { background-color: #E5958D; }
<div style="background-color:#E5958D">Inner text</div>
Questo div ha lo sfondo di colore #E5958D.
.myBorderColor { border: 1px solid #E5958D; }
<div style="border:3px solid #E5958D">Div</div>
Questo div ha i bordi di colore E5958D.
.myOpacity80 { color: #E5958D; opacity: 0.8; }
<p style="color:#E5958D;opacity:0.8;">80%</p>
Il testo di color #E5958D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5958D;}
<p style="text-shadow: 3px 3px 1px #E5958D">Text here.</p>
Questo testo ha l'ombra di colore #E5958D.
.textShadow {text-shadow: 3px 3px 1px #E5958D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5958D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E5958D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5958D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5958D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5958D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5958D; -webkit-box-shadow: 1px 1px 3px 2px #E5958D; box-shadow: 1px 1px 3px 2px #E5958D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5958D; -webkit-box-shadow: 1px 1px 3px 2px #E5958D; box-shadow:1px 1px 3px 2px #E5958D;">
Div content here</div>
Questo e il testo di colore #E5958D sullo sfondo nero.
Questo e il testo di colore #E5958D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E5958D.
Questo è un testo bianco sullo sfondo del colore #E5958D.