Shades of Cerise #E52872
Tints of Cerise #E52872
RGB
CMYK
RGB Variations
Color information
#E52872 (or 0xE52872) is known color: Cerise. HEX triplet: E5, 28 and 72. RGB value is (229,40,114). Sum of RGB (Red+Green+Blue) = 229+40+114=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52872 is #1AD78D. Grayscale: #686868. Windows color (decimal): -1759118 or 7481573. OLE color: 7481573.
HSL color Cylindrical-coordinate representation of color #E52872: hue angle of 336.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52872 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 114 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.10 |
| HSL | 336.51º | 0.78% | 0.53% | - |
| HSV(B) | 336.51º | 0.83% | 0.9% | - |
| XYZ | 36.11 | 19.39 | 17.76 | - |
| YUV | 104.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 114 | 0 | 0.83 | 0.50 | 0.10 | 336.51 | 0.78 | 0.53 |
| Hex | E5 | 28 | 72 | 0 | 53 | 32 | A | 151 | 4E | 35 |
| Octal | 345 | 50 | 162 | 0 | 123 | 62 | 12 | 521 | 116 | 65 |
| Binary | 11100101 | 101000 | 1110010 | 0 | 1010011 | 110010 | 1010 | 101010001 | 1001110 | 110101 |
Color Harmonies of #E52872
Complementary color
Monochromatic Colors of #E52872
Black with #E52872
Text Example
Text Example
White with #E52872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52872; }
p { color: rgb(229,40,114); }
H1.HeaderClassName
{
color: #E52872;
}
.AnyTagClassName
{
color: #E52872;
}
</style>
background-color css
<style>
a { background-color: #E52872; }
a { background-color: rgb(229,40,114); }
div.DivClassName
{
background-color: #E52872;
}
.BgClassName
{
background-color: #E52872;
}
</style>
border-color css
<style>
span { border-color: #E52872; }
span { border-color: rgb(229,40,114); }
td.TdClassName
{
border-color: #E52872;
}
.TagClassName
{
border-color: #E52872;
}
</style>