Shades of Persian Rose #E4249C
Tints of Persian Rose #E4249C
RGB
CMYK
RGB Variations
Color information
#E4249C (or 0xE4249C) is known color: Persian Rose. HEX triplet: E4, 24 and 9C. RGB value is (228,36,156). Sum of RGB (Red+Green+Blue) = 228+36+156=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E4249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4249C is #1BDB63. Grayscale: #6A6A6A. Windows color (decimal): -1825636 or 10233060. OLE color: 10233060.
HSL color Cylindrical-coordinate representation of color #E4249C: hue angle of 322.5º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4249C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 156 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.11 |
| HSL | 322.5º | 0.78% | 0.52% | - |
| HSV(B) | 322.5º | 0.84% | 0.89% | - |
| XYZ | 38.63 | 20.16 | 33.31 | - |
| YUV | 107.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 156 | 0 | 0.84 | 0.32 | 0.11 | 322.5 | 0.78 | 0.52 |
| Hex | E4 | 24 | 9C | 0 | 54 | 20 | B | 142 | 4E | 34 |
| Octal | 344 | 44 | 234 | 0 | 124 | 40 | 13 | 502 | 116 | 64 |
| Binary | 11100100 | 100100 | 10011100 | 0 | 1010100 | 100000 | 1011 | 101000010 | 1001110 | 110100 |
Color Harmonies of #E4249C
Complementary color
Monochromatic Colors of #E4249C
Black with #E4249C
Text Example
Text Example
White with #E4249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4249C; }
p { color: rgb(228,36,156); }
H1.HeaderClassName
{
color: #E4249C;
}
.AnyTagClassName
{
color: #E4249C;
}
</style>
background-color css
<style>
a { background-color: #E4249C; }
a { background-color: rgb(228,36,156); }
div.DivClassName
{
background-color: #E4249C;
}
.BgClassName
{
background-color: #E4249C;
}
</style>
border-color css
<style>
span { border-color: #E4249C; }
span { border-color: rgb(228,36,156); }
td.TdClassName
{
border-color: #E4249C;
}
.TagClassName
{
border-color: #E4249C;
}
</style>