Shades of Cerise #E52570
Tints of Cerise #E52570
RGB
CMYK
RGB Variations
Color information
#E52570 (or 0xE52570) is known color: Cerise. HEX triplet: E5, 25 and 70. RGB value is (229,37,112). Sum of RGB (Red+Green+Blue) = 229+37+112=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E52570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52570 is #1ADA8F. Grayscale: #666666. Windows color (decimal): -1759888 or 7349733. OLE color: 7349733.
HSL color Cylindrical-coordinate representation of color #E52570: hue angle of 336.56º 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 #E52570 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 112 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.10 |
| HSL | 336.56º | 0.79% | 0.52% | - |
| HSV(B) | 336.56º | 0.84% | 0.9% | - |
| XYZ | 35.9 | 19.15 | 17.13 | - |
| YUV | 102.96 | 133.11 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 112 | 0 | 0.84 | 0.51 | 0.10 | 336.56 | 0.79 | 0.52 |
| Hex | E5 | 25 | 70 | 0 | 54 | 33 | A | 151 | 4F | 34 |
| Octal | 345 | 45 | 160 | 0 | 124 | 63 | 12 | 521 | 117 | 64 |
| Binary | 11100101 | 100101 | 1110000 | 0 | 1010100 | 110011 | 1010 | 101010001 | 1001111 | 110100 |
Color Harmonies of #E52570
Complementary color
Monochromatic Colors of #E52570
Black with #E52570
Text Example
Text Example
White with #E52570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52570; }
p { color: rgb(229,37,112); }
H1.HeaderClassName
{
color: #E52570;
}
.AnyTagClassName
{
color: #E52570;
}
</style>
background-color css
<style>
a { background-color: #E52570; }
a { background-color: rgb(229,37,112); }
div.DivClassName
{
background-color: #E52570;
}
.BgClassName
{
background-color: #E52570;
}
</style>
border-color css
<style>
span { border-color: #E52570; }
span { border-color: rgb(229,37,112); }
td.TdClassName
{
border-color: #E52570;
}
.TagClassName
{
border-color: #E52570;
}
</style>