Shades of Deep Cerise #E52F99
Tints of Deep Cerise #E52F99
RGB
CMYK
RGB Variations
Color information
#E52F99 (or 0xE52F99) is known color: Deep Cerise. HEX triplet: E5, 2F and 99. RGB value is (229,47,153). Sum of RGB (Red+Green+Blue) = 229+47+153=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52F99 is #1AD066. Grayscale: #717171. Windows color (decimal): -1757287 or 10039269. OLE color: 10039269.
HSL color Cylindrical-coordinate representation of color #E52F99: hue angle of 325.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52F99 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 153 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.10 |
| HSL | 325.05º | 0.78% | 0.54% | - |
| HSV(B) | 325.05º | 0.79% | 0.9% | - |
| XYZ | 39.08 | 20.99 | 32.13 | - |
| YUV | 113.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 153 | 0 | 0.79 | 0.33 | 0.10 | 325.05 | 0.78 | 0.54 |
| Hex | E5 | 2F | 99 | 0 | 4F | 21 | A | 145 | 4E | 36 |
| Octal | 345 | 57 | 231 | 0 | 117 | 41 | 12 | 505 | 116 | 66 |
| Binary | 11100101 | 101111 | 10011001 | 0 | 1001111 | 100001 | 1010 | 101000101 | 1001110 | 110110 |
Color Harmonies of #E52F99
Complementary color
Monochromatic Colors of #E52F99
Black with #E52F99
Text Example
Text Example
White with #E52F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F99; }
p { color: rgb(229,47,153); }
H1.HeaderClassName
{
color: #E52F99;
}
.AnyTagClassName
{
color: #E52F99;
}
</style>
background-color css
<style>
a { background-color: #E52F99; }
a { background-color: rgb(229,47,153); }
div.DivClassName
{
background-color: #E52F99;
}
.BgClassName
{
background-color: #E52F99;
}
</style>
border-color css
<style>
span { border-color: #E52F99; }
span { border-color: rgb(229,47,153); }
td.TdClassName
{
border-color: #E52F99;
}
.TagClassName
{
border-color: #E52F99;
}
</style>