Shades of Deep Cerise #E52F84
Tints of Deep Cerise #E52F84
RGB
CMYK
RGB Variations
Color information
#E52F84 (or 0xE52F84) is known color: Deep Cerise. HEX triplet: E5, 2F and 84. RGB value is (229,47,132). Sum of RGB (Red+Green+Blue) = 229+47+132=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52F84 is #1AD07B. Grayscale: #6E6E6E. Windows color (decimal): -1757308 or 8663013. OLE color: 8663013.
HSL color Cylindrical-coordinate representation of color #E52F84: hue angle of 331.98º 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 #E52F84 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 132 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.10 |
| HSL | 331.98º | 0.78% | 0.54% | - |
| HSV(B) | 331.98º | 0.79% | 0.9% | - |
| XYZ | 37.49 | 20.36 | 23.78 | - |
| YUV | 111.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 132 | 0 | 0.79 | 0.42 | 0.10 | 331.98 | 0.78 | 0.54 |
| Hex | E5 | 2F | 84 | 0 | 4F | 2A | A | 14C | 4E | 36 |
| Octal | 345 | 57 | 204 | 0 | 117 | 52 | 12 | 514 | 116 | 66 |
| Binary | 11100101 | 101111 | 10000100 | 0 | 1001111 | 101010 | 1010 | 101001100 | 1001110 | 110110 |
Color Harmonies of #E52F84
Complementary color
Monochromatic Colors of #E52F84
Black with #E52F84
Text Example
Text Example
White with #E52F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F84; }
p { color: rgb(229,47,132); }
H1.HeaderClassName
{
color: #E52F84;
}
.AnyTagClassName
{
color: #E52F84;
}
</style>
background-color css
<style>
a { background-color: #E52F84; }
a { background-color: rgb(229,47,132); }
div.DivClassName
{
background-color: #E52F84;
}
.BgClassName
{
background-color: #E52F84;
}
</style>
border-color css
<style>
span { border-color: #E52F84; }
span { border-color: rgb(229,47,132); }
td.TdClassName
{
border-color: #E52F84;
}
.TagClassName
{
border-color: #E52F84;
}
</style>