Shades of Deep Cerise #E52495
Tints of Deep Cerise #E52495
RGB
CMYK
RGB Variations
Color information
#E52495 (or 0xE52495) is known color: Deep Cerise. HEX triplet: E5, 24 and 95. RGB value is (229,36,149). Sum of RGB (Red+Green+Blue) = 229+36+149=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E52495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52495 is #1ADB6A. Grayscale: #6A6A6A. Windows color (decimal): -1760107 or 9774309. OLE color: 9774309.
HSL color Cylindrical-coordinate representation of color #E52495: hue angle of 324.87º 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 #E52495 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 149 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.10 |
| HSL | 324.87º | 0.79% | 0.52% | - |
| HSV(B) | 324.87º | 0.84% | 0.9% | - |
| XYZ | 38.37 | 20.09 | 30.29 | - |
| YUV | 106.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 149 | 0 | 0.84 | 0.35 | 0.10 | 324.87 | 0.79 | 0.52 |
| Hex | E5 | 24 | 95 | 0 | 54 | 23 | A | 145 | 4F | 34 |
| Octal | 345 | 44 | 225 | 0 | 124 | 43 | 12 | 505 | 117 | 64 |
| Binary | 11100101 | 100100 | 10010101 | 0 | 1010100 | 100011 | 1010 | 101000101 | 1001111 | 110100 |
Color Harmonies of #E52495
Complementary color
Monochromatic Colors of #E52495
Black with #E52495
Text Example
Text Example
White with #E52495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52495; }
p { color: rgb(229,36,149); }
H1.HeaderClassName
{
color: #E52495;
}
.AnyTagClassName
{
color: #E52495;
}
</style>
background-color css
<style>
a { background-color: #E52495; }
a { background-color: rgb(229,36,149); }
div.DivClassName
{
background-color: #E52495;
}
.BgClassName
{
background-color: #E52495;
}
</style>
border-color css
<style>
span { border-color: #E52495; }
span { border-color: rgb(229,36,149); }
td.TdClassName
{
border-color: #E52495;
}
.TagClassName
{
border-color: #E52495;
}
</style>