Shades of Cerise #E52372
Tints of Cerise #E52372
RGB
CMYK
RGB Variations
Color information
#E52372 (or 0xE52372) is known color: Cerise. HEX triplet: E5, 23 and 72. RGB value is (229,35,114). Sum of RGB (Red+Green+Blue) = 229+35+114=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E52372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52372 is #1ADC8D. Grayscale: #656565. Windows color (decimal): -1760398 or 7480293. OLE color: 7480293.
HSL color Cylindrical-coordinate representation of color #E52372: hue angle of 335.57º 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 #E52372 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 114 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.10 |
| HSL | 335.57º | 0.79% | 0.52% | - |
| HSV(B) | 335.57º | 0.85% | 0.9% | - |
| XYZ | 35.95 | 19.07 | 17.71 | - |
| YUV | 102.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 114 | 0 | 0.85 | 0.50 | 0.10 | 335.57 | 0.79 | 0.52 |
| Hex | E5 | 23 | 72 | 0 | 55 | 32 | A | 150 | 4F | 34 |
| Octal | 345 | 43 | 162 | 0 | 125 | 62 | 12 | 520 | 117 | 64 |
| Binary | 11100101 | 100011 | 1110010 | 0 | 1010101 | 110010 | 1010 | 101010000 | 1001111 | 110100 |
Color Harmonies of #E52372
Complementary color
Monochromatic Colors of #E52372
Black with #E52372
Text Example
Text Example
White with #E52372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52372; }
p { color: rgb(229,35,114); }
H1.HeaderClassName
{
color: #E52372;
}
.AnyTagClassName
{
color: #E52372;
}
</style>
background-color css
<style>
a { background-color: #E52372; }
a { background-color: rgb(229,35,114); }
div.DivClassName
{
background-color: #E52372;
}
.BgClassName
{
background-color: #E52372;
}
</style>
border-color css
<style>
span { border-color: #E52372; }
span { border-color: rgb(229,35,114); }
td.TdClassName
{
border-color: #E52372;
}
.TagClassName
{
border-color: #E52372;
}
</style>