Shades of Deep Cerise #E52288
Tints of Deep Cerise #E52288
RGB
CMYK
RGB Variations
Color information
#E52288 (or 0xE52288) is known color: Deep Cerise. HEX triplet: E5, 22 and 88. RGB value is (229,34,136). Sum of RGB (Red+Green+Blue) = 229+34+136=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E52288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52288 is #1ADD77. Grayscale: #676767. Windows color (decimal): -1760632 or 8921829. OLE color: 8921829.
HSL color Cylindrical-coordinate representation of color #E52288: hue angle of 328.62º 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 #E52288 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 136 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.10 |
| HSL | 328.62º | 0.79% | 0.52% | - |
| HSV(B) | 328.62º | 0.85% | 0.9% | - |
| XYZ | 37.33 | 19.58 | 25.1 | - |
| YUV | 103.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 136 | 0 | 0.85 | 0.41 | 0.10 | 328.62 | 0.79 | 0.52 |
| Hex | E5 | 22 | 88 | 0 | 55 | 29 | A | 149 | 4F | 34 |
| Octal | 345 | 42 | 210 | 0 | 125 | 51 | 12 | 511 | 117 | 64 |
| Binary | 11100101 | 100010 | 10001000 | 0 | 1010101 | 101001 | 1010 | 101001001 | 1001111 | 110100 |
Color Harmonies of #E52288
Complementary color
Monochromatic Colors of #E52288
Black with #E52288
Text Example
Text Example
White with #E52288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52288; }
p { color: rgb(229,34,136); }
H1.HeaderClassName
{
color: #E52288;
}
.AnyTagClassName
{
color: #E52288;
}
</style>
background-color css
<style>
a { background-color: #E52288; }
a { background-color: rgb(229,34,136); }
div.DivClassName
{
background-color: #E52288;
}
.BgClassName
{
background-color: #E52288;
}
</style>
border-color css
<style>
span { border-color: #E52288; }
span { border-color: rgb(229,34,136); }
td.TdClassName
{
border-color: #E52288;
}
.TagClassName
{
border-color: #E52288;
}
</style>