Shades of Deep Cerise #E52496
Tints of Deep Cerise #E52496
RGB
CMYK
RGB Variations
Color information
#E52496 (or 0xE52496) is known color: Deep Cerise. HEX triplet: E5, 24 and 96. RGB value is (229,36,150). Sum of RGB (Red+Green+Blue) = 229+36+150=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E52496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52496 is #1ADB69. Grayscale: #6A6A6A. Windows color (decimal): -1760106 or 9839845. OLE color: 9839845.
HSL color Cylindrical-coordinate representation of color #E52496: hue angle of 324.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52496 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 150 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.10 |
| HSL | 324.56º | 0.79% | 0.52% | - |
| HSV(B) | 324.56º | 0.84% | 0.9% | - |
| XYZ | 38.45 | 20.12 | 30.71 | - |
| YUV | 106.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 150 | 0 | 0.84 | 0.34 | 0.10 | 324.56 | 0.79 | 0.52 |
| Hex | E5 | 24 | 96 | 0 | 54 | 22 | A | 145 | 4F | 34 |
| Octal | 345 | 44 | 226 | 0 | 124 | 42 | 12 | 505 | 117 | 64 |
| Binary | 11100101 | 100100 | 10010110 | 0 | 1010100 | 100010 | 1010 | 101000101 | 1001111 | 110100 |
Color Harmonies of #E52496
Complementary color
Monochromatic Colors of #E52496
Black with #E52496
Text Example
Text Example
White with #E52496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52496; }
p { color: rgb(229,36,150); }
H1.HeaderClassName
{
color: #E52496;
}
.AnyTagClassName
{
color: #E52496;
}
</style>
background-color css
<style>
a { background-color: #E52496; }
a { background-color: rgb(229,36,150); }
div.DivClassName
{
background-color: #E52496;
}
.BgClassName
{
background-color: #E52496;
}
</style>
border-color css
<style>
span { border-color: #E52496; }
span { border-color: rgb(229,36,150); }
td.TdClassName
{
border-color: #E52496;
}
.TagClassName
{
border-color: #E52496;
}
</style>