HEX: #E72D51
RGB: (231,45,81)
Il colore #E72D51 contiene principalmente il rosso. Per il #E72D51 il colore web safe è #FF3366 (#F36).
Il colore E72D51 in RGB è definito come 231,45,81
RGB: (231,45,81) (91%,18%,32%)
R 231 da 255 = 91%
G 45 da 255 = 18%
B 81 da 255 = 32%
R + G + B ~ 47%. #E72D51 colore medio (né scuro né chiaro).
R + G + B =
231 + 45 + 81 = 357 (100%)
R 231 da 357 ~ 64.71%
G 45 da 357 ~ 12.61%
B 81 da 357 ~ 22.69%
Il colore #E72D51 in CMYK è definito come 0,81,65,9.
CMYK: (0,81,65,9) C0M81Y65K9 (0%,81%,65%,9%) (0.00/0.81/0.65/0.09)
E7 | 2D | 51 | |
---|---|---|---|
RGB | 231 | 45 | 81 |
HSL | 348° | 79.49% | 54.12% |
HSB/HSV | 348° | 80.52% | 90.59% |
CMYK | 0.00% | 80.52% | 64.94% |
9.41% |
Esadicemale | E7 | 2D | 51 |
Decimale | 231 | 45 | 81 |
Binario | 11100111 | 101101 | 1010001 |
Ottale | 347 | 55 | 121 |
Esempi dei codici css e html per gli elementi di colore #E72D51. Utilizzate rgb(231,45,81) anche al posto del codice hex.
.myTextColor { color: #E72D51; }
<p style="color:#E72D51">This sample text font color is #E72D51.</p>
Il colore di questo testo è #E72D51.
.myBgColor { background-color: #E72D51; }
<div style="background-color:#E72D51">Inner text</div>
Questo div ha lo sfondo di colore #E72D51.
.myBorderColor { border: 1px solid #E72D51; }
<div style="border:3px solid #E72D51">Div</div>
Questo div ha i bordi di colore E72D51.
.myOpacity80 { color: #E72D51; opacity: 0.8; }
<p style="color:#E72D51;opacity:0.8;">80%</p>
Il testo di color #E72D51 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E72D51;}
<p style="text-shadow: 3px 3px 1px #E72D51">Text here.</p>
Questo testo ha l'ombra di colore #E72D51.
.textShadow {text-shadow: 3px 3px 1px #E72D51, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E72D51, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E72D51 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E72D51, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E72D51, Direction=45, Strength=4)">Text</p>
This text has shadow with #E72D51 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E72D51; -webkit-box-shadow: 1px 1px 3px 2px #E72D51; box-shadow: 1px 1px 3px 2px #E72D51; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E72D51; -webkit-box-shadow: 1px 1px 3px 2px #E72D51; box-shadow:1px 1px 3px 2px #E72D51;">
Div content here</div>
Questo e il testo di colore #E72D51 sullo sfondo nero.
Questo e il testo di colore #E72D51 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E72D51.
Questo è un testo bianco sullo sfondo del colore #E72D51.