Shades of Persian Rose #E4209E
Tints of Persian Rose #E4209E
RGB
CMYK
RGB Variations
Color information
#E4209E (or 0xE4209E) is known color: Persian Rose. HEX triplet: E4, 20 and 9E. RGB value is (228,32,158). Sum of RGB (Red+Green+Blue) = 228+32+158=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E4209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4209E is #1BDF61. Grayscale: #686868. Windows color (decimal): -1826658 or 10363108. OLE color: 10363108.
HSL color Cylindrical-coordinate representation of color #E4209E: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4209E is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 158 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.11 |
| HSL | 321.43º | 0.78% | 0.51% | - |
| HSV(B) | 321.43º | 0.86% | 0.89% | - |
| XYZ | 38.68 | 20 | 34.17 | - |
| YUV | 104.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 158 | 0 | 0.86 | 0.31 | 0.11 | 321.43 | 0.78 | 0.51 |
| Hex | E4 | 20 | 9E | 0 | 56 | 1F | B | 141 | 4E | 33 |
| Octal | 344 | 40 | 236 | 0 | 126 | 37 | 13 | 501 | 116 | 63 |
| Binary | 11100100 | 100000 | 10011110 | 0 | 1010110 | 11111 | 1011 | 101000001 | 1001110 | 110011 |
Color Harmonies of #E4209E
Complementary color
Monochromatic Colors of #E4209E
Black with #E4209E
Text Example
Text Example
White with #E4209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4209E; }
p { color: rgb(228,32,158); }
H1.HeaderClassName
{
color: #E4209E;
}
.AnyTagClassName
{
color: #E4209E;
}
</style>
background-color css
<style>
a { background-color: #E4209E; }
a { background-color: rgb(228,32,158); }
div.DivClassName
{
background-color: #E4209E;
}
.BgClassName
{
background-color: #E4209E;
}
</style>
border-color css
<style>
span { border-color: #E4209E; }
span { border-color: rgb(228,32,158); }
td.TdClassName
{
border-color: #E4209E;
}
.TagClassName
{
border-color: #E4209E;
}
</style>