Shades of Persian Rose #EA219E
Tints of Persian Rose #EA219E
RGB
CMYK
RGB Variations
Color information
#EA219E (or 0xEA219E) is known color: Persian Rose. HEX triplet: EA, 21 and 9E. RGB value is (234,33,158). Sum of RGB (Red+Green+Blue) = 234+33+158=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA219E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA219E is #15DE61. Grayscale: #6B6B6B. Windows color (decimal): -1433186 or 10363370. OLE color: 10363370.
HSL color Cylindrical-coordinate representation of color #EA219E: hue angle of 322.69º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA219E is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 158 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.08 |
| HSL | 322.69º | 0.83% | 0.52% | - |
| HSV(B) | 322.69º | 0.86% | 0.92% | - |
| XYZ | 40.65 | 21.05 | 34.27 | - |
| YUV | 107.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 158 | 0 | 0.86 | 0.32 | 0.08 | 322.69 | 0.83 | 0.52 |
| Hex | EA | 21 | 9E | 0 | 56 | 20 | 8 | 143 | 53 | 34 |
| Octal | 352 | 41 | 236 | 0 | 126 | 40 | 10 | 503 | 123 | 64 |
| Binary | 11101010 | 100001 | 10011110 | 0 | 1010110 | 100000 | 1000 | 101000011 | 1010011 | 110100 |
Color Harmonies of #EA219E
Complementary color
Monochromatic Colors of #EA219E
Black with #EA219E
Text Example
Text Example
White with #EA219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA219E; }
p { color: rgb(234,33,158); }
H1.HeaderClassName
{
color: #EA219E;
}
.AnyTagClassName
{
color: #EA219E;
}
</style>
background-color css
<style>
a { background-color: #EA219E; }
a { background-color: rgb(234,33,158); }
div.DivClassName
{
background-color: #EA219E;
}
.BgClassName
{
background-color: #EA219E;
}
</style>
border-color css
<style>
span { border-color: #EA219E; }
span { border-color: rgb(234,33,158); }
td.TdClassName
{
border-color: #EA219E;
}
.TagClassName
{
border-color: #EA219E;
}
</style>