Shades of Persian Rose #E5239C
Tints of Persian Rose #E5239C
RGB
CMYK
RGB Variations
Color information
#E5239C (or 0xE5239C) is known color: Persian Rose. HEX triplet: E5, 23 and 9C. RGB value is (229,35,156). Sum of RGB (Red+Green+Blue) = 229+35+156=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5239C is #1ADC63. Grayscale: #6A6A6A. Windows color (decimal): -1760356 or 10232805. OLE color: 10232805.
HSL color Cylindrical-coordinate representation of color #E5239C: hue angle of 322.58º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5239C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 156 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.10 |
| HSL | 322.58º | 0.79% | 0.52% | - |
| HSV(B) | 322.58º | 0.85% | 0.9% | - |
| XYZ | 38.91 | 20.26 | 33.31 | - |
| YUV | 106.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 156 | 0 | 0.85 | 0.32 | 0.10 | 322.58 | 0.79 | 0.52 |
| Hex | E5 | 23 | 9C | 0 | 55 | 20 | A | 143 | 4F | 34 |
| Octal | 345 | 43 | 234 | 0 | 125 | 40 | 12 | 503 | 117 | 64 |
| Binary | 11100101 | 100011 | 10011100 | 0 | 1010101 | 100000 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E5239C
Complementary color
Monochromatic Colors of #E5239C
Black with #E5239C
Text Example
Text Example
White with #E5239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5239C; }
p { color: rgb(229,35,156); }
H1.HeaderClassName
{
color: #E5239C;
}
.AnyTagClassName
{
color: #E5239C;
}
</style>
background-color css
<style>
a { background-color: #E5239C; }
a { background-color: rgb(229,35,156); }
div.DivClassName
{
background-color: #E5239C;
}
.BgClassName
{
background-color: #E5239C;
}
</style>
border-color css
<style>
span { border-color: #E5239C; }
span { border-color: rgb(229,35,156); }
td.TdClassName
{
border-color: #E5239C;
}
.TagClassName
{
border-color: #E5239C;
}
</style>