Shades of Deep Cerise #E52488
Tints of Deep Cerise #E52488
RGB
CMYK
RGB Variations
Color information
#E52488 (or 0xE52488) is known color: Deep Cerise. HEX triplet: E5, 24 and 88. RGB value is (229,36,136). Sum of RGB (Red+Green+Blue) = 229+36+136=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E52488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52488 is #1ADB77. Grayscale: #686868. Windows color (decimal): -1760120 or 8922341. OLE color: 8922341.
HSL color Cylindrical-coordinate representation of color #E52488: hue angle of 328.91º 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 #E52488 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 136 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.10 |
| HSL | 328.91º | 0.79% | 0.52% | - |
| HSV(B) | 328.91º | 0.84% | 0.9% | - |
| XYZ | 37.39 | 19.7 | 25.12 | - |
| YUV | 105.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 136 | 0 | 0.84 | 0.41 | 0.10 | 328.91 | 0.79 | 0.52 |
| Hex | E5 | 24 | 88 | 0 | 54 | 29 | A | 149 | 4F | 34 |
| Octal | 345 | 44 | 210 | 0 | 124 | 51 | 12 | 511 | 117 | 64 |
| Binary | 11100101 | 100100 | 10001000 | 0 | 1010100 | 101001 | 1010 | 101001001 | 1001111 | 110100 |
Color Harmonies of #E52488
Complementary color
Monochromatic Colors of #E52488
Black with #E52488
Text Example
Text Example
White with #E52488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52488; }
p { color: rgb(229,36,136); }
H1.HeaderClassName
{
color: #E52488;
}
.AnyTagClassName
{
color: #E52488;
}
</style>
background-color css
<style>
a { background-color: #E52488; }
a { background-color: rgb(229,36,136); }
div.DivClassName
{
background-color: #E52488;
}
.BgClassName
{
background-color: #E52488;
}
</style>
border-color css
<style>
span { border-color: #E52488; }
span { border-color: rgb(229,36,136); }
td.TdClassName
{
border-color: #E52488;
}
.TagClassName
{
border-color: #E52488;
}
</style>