Shades of Persian Rose #E0209E
Tints of Persian Rose #E0209E
RGB
CMYK
RGB Variations
Color information
#E0209E (or 0xE0209E) is known color: Persian Rose. HEX triplet: E0, 20 and 9E. RGB value is (224,32,158). Sum of RGB (Red+Green+Blue) = 224+32+158=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0209E is #1FDF61. Grayscale: #676767. Windows color (decimal): -2088802 or 10363104. OLE color: 10363104.
HSL color Cylindrical-coordinate representation of color #E0209E: hue angle of 320.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0209E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 158 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.12 |
| HSL | 320.63º | 0.76% | 0.5% | - |
| HSV(B) | 320.63º | 0.86% | 0.88% | - |
| XYZ | 37.43 | 19.35 | 34.11 | - |
| YUV | 103.77 | 158.61 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 158 | 0 | 0.86 | 0.29 | 0.12 | 320.63 | 0.76 | 0.5 |
| Hex | E0 | 20 | 9E | 0 | 56 | 1D | C | 141 | 4C | 32 |
| Octal | 340 | 40 | 236 | 0 | 126 | 35 | 14 | 501 | 114 | 62 |
| Binary | 11100000 | 100000 | 10011110 | 0 | 1010110 | 11101 | 1100 | 101000001 | 1001100 | 110010 |
Color Harmonies of #E0209E
Complementary color
Monochromatic Colors of #E0209E
Black with #E0209E
Text Example
Text Example
White with #E0209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0209E; }
p { color: rgb(224,32,158); }
H1.HeaderClassName
{
color: #E0209E;
}
.AnyTagClassName
{
color: #E0209E;
}
</style>
background-color css
<style>
a { background-color: #E0209E; }
a { background-color: rgb(224,32,158); }
div.DivClassName
{
background-color: #E0209E;
}
.BgClassName
{
background-color: #E0209E;
}
</style>
border-color css
<style>
span { border-color: #E0209E; }
span { border-color: rgb(224,32,158); }
td.TdClassName
{
border-color: #E0209E;
}
.TagClassName
{
border-color: #E0209E;
}
</style>