HEX: #E198D3
RGB: (225,152,211)
Il colore #E198D3 contiene principalmente il rosso e il blu. Per il #E198D3 il colore web safe è #CC99CC (#C9C).
Il colore E198D3 in RGB è definito come 225,152,211
RGB: (225,152,211) (88%,60%,83%)
R 225 da 255 = 88%
G 152 da 255 = 60%
B 211 da 255 = 83%
R + G + B ~ 77%. #E198D3 colore abbastanza chiaro.
R + G + B =
225 + 152 + 211 = 588 (100%)
R 225 da 588 ~ 38.27%
G 152 da 588 ~ 25.85%
B 211 da 588 ~ 35.88%
Il colore #E198D3 in CMYK è definito come 0,32,6,12.
CMYK: (0,32,6,12) C0M32Y6K12 (0%,32%,6%,12%) (0.00/0.32/0.06/0.12)
E1 | 98 | D3 | |
---|---|---|---|
RGB | 225 | 152 | 211 |
HSL | 312° | 54.89% | 73.92% |
HSB/HSV | 312° | 32.44% | 88.24% |
CMYK | 0.00% | 32.44% | 6.22% |
11.76% |
Esadicemale | E1 | 98 | D3 |
Decimale | 225 | 152 | 211 |
Binario | 11100001 | 10011000 | 11010011 |
Ottale | 341 | 230 | 323 |
Esempi dei codici css e html per gli elementi di colore #E198D3. Utilizzate rgb(225,152,211) anche al posto del codice hex.
.myTextColor { color: #E198D3; }
<p style="color:#E198D3">This sample text font color is #E198D3.</p>
Il colore di questo testo è #E198D3.
.myBgColor { background-color: #E198D3; }
<div style="background-color:#E198D3">Inner text</div>
Questo div ha lo sfondo di colore #E198D3.
.myBorderColor { border: 1px solid #E198D3; }
<div style="border:3px solid #E198D3">Div</div>
Questo div ha i bordi di colore E198D3.
.myOpacity80 { color: #E198D3; opacity: 0.8; }
<p style="color:#E198D3;opacity:0.8;">80%</p>
Il testo di color #E198D3 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E198D3;}
<p style="text-shadow: 3px 3px 1px #E198D3">Text here.</p>
Questo testo ha l'ombra di colore #E198D3.
.textShadow {text-shadow: 3px 3px 1px #E198D3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E198D3, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E198D3 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E198D3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E198D3, Direction=45, Strength=4)">Text</p>
This text has shadow with #E198D3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E198D3; -webkit-box-shadow: 1px 1px 3px 2px #E198D3; box-shadow: 1px 1px 3px 2px #E198D3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E198D3; -webkit-box-shadow: 1px 1px 3px 2px #E198D3; box-shadow:1px 1px 3px 2px #E198D3;">
Div content here</div>
Questo e il testo di colore #E198D3 sullo sfondo nero.
Questo e il testo di colore #E198D3 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E198D3.
Questo è un testo bianco sullo sfondo del colore #E198D3.