Shades of Deep Cerise #E52E84
Tints of Deep Cerise #E52E84
RGB
CMYK
RGB Variations
Color information
#E52E84 (or 0xE52E84) is known color: Deep Cerise. HEX triplet: E5, 2E and 84. RGB value is (229,46,132). Sum of RGB (Red+Green+Blue) = 229+46+132=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52E84 is #1AD17B. Grayscale: #6E6E6E. Windows color (decimal): -1757564 or 8662757. OLE color: 8662757.
HSL color Cylindrical-coordinate representation of color #E52E84: hue angle of 331.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E84 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 132 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.10 |
| HSL | 331.8º | 0.78% | 0.54% | - |
| HSV(B) | 331.8º | 0.8% | 0.9% | - |
| XYZ | 37.45 | 20.28 | 23.77 | - |
| YUV | 110.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 132 | 0 | 0.80 | 0.42 | 0.10 | 331.8 | 0.78 | 0.54 |
| Hex | E5 | 2E | 84 | 0 | 50 | 2A | A | 14C | 4E | 36 |
| Octal | 345 | 56 | 204 | 0 | 120 | 52 | 12 | 514 | 116 | 66 |
| Binary | 11100101 | 101110 | 10000100 | 0 | 1010000 | 101010 | 1010 | 101001100 | 1001110 | 110110 |
Color Harmonies of #E52E84
Complementary color
Monochromatic Colors of #E52E84
Black with #E52E84
Text Example
Text Example
White with #E52E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E84; }
p { color: rgb(229,46,132); }
H1.HeaderClassName
{
color: #E52E84;
}
.AnyTagClassName
{
color: #E52E84;
}
</style>
background-color css
<style>
a { background-color: #E52E84; }
a { background-color: rgb(229,46,132); }
div.DivClassName
{
background-color: #E52E84;
}
.BgClassName
{
background-color: #E52E84;
}
</style>
border-color css
<style>
span { border-color: #E52E84; }
span { border-color: rgb(229,46,132); }
td.TdClassName
{
border-color: #E52E84;
}
.TagClassName
{
border-color: #E52E84;
}
</style>