Shades of Deep Cerise #E52397
Tints of Deep Cerise #E52397
RGB
CMYK
RGB Variations
Color information
#E52397 (or 0xE52397) is known color: Deep Cerise. HEX triplet: E5, 23 and 97. RGB value is (229,35,151). Sum of RGB (Red+Green+Blue) = 229+35+151=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E52397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52397 is #1ADC68. Grayscale: #696969. Windows color (decimal): -1760361 or 9905125. OLE color: 9905125.
HSL color Cylindrical-coordinate representation of color #E52397: hue angle of 324.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52397 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 151 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.10 |
| HSL | 324.12º | 0.79% | 0.52% | - |
| HSV(B) | 324.12º | 0.85% | 0.9% | - |
| XYZ | 38.5 | 20.09 | 31.13 | - |
| YUV | 106.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 151 | 0 | 0.85 | 0.34 | 0.10 | 324.12 | 0.79 | 0.52 |
| Hex | E5 | 23 | 97 | 0 | 55 | 22 | A | 144 | 4F | 34 |
| Octal | 345 | 43 | 227 | 0 | 125 | 42 | 12 | 504 | 117 | 64 |
| Binary | 11100101 | 100011 | 10010111 | 0 | 1010101 | 100010 | 1010 | 101000100 | 1001111 | 110100 |
Color Harmonies of #E52397
Complementary color
Monochromatic Colors of #E52397
Black with #E52397
Text Example
Text Example
White with #E52397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52397; }
p { color: rgb(229,35,151); }
H1.HeaderClassName
{
color: #E52397;
}
.AnyTagClassName
{
color: #E52397;
}
</style>
background-color css
<style>
a { background-color: #E52397; }
a { background-color: rgb(229,35,151); }
div.DivClassName
{
background-color: #E52397;
}
.BgClassName
{
background-color: #E52397;
}
</style>
border-color css
<style>
span { border-color: #E52397; }
span { border-color: rgb(229,35,151); }
td.TdClassName
{
border-color: #E52397;
}
.TagClassName
{
border-color: #E52397;
}
</style>