Shades of Cerise #E52860
Tints of Cerise #E52860
RGB
CMYK
RGB Variations
Color information
#E52860 (or 0xE52860) is known color: Cerise. HEX triplet: E5, 28 and 60. RGB value is (229,40,96). Sum of RGB (Red+Green+Blue) = 229+40+96=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E52860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52860 is #1AD79F. Grayscale: #666666. Windows color (decimal): -1759136 or 6301925. OLE color: 6301925.
HSL color Cylindrical-coordinate representation of color #E52860: hue angle of 342.22º 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 #E52860 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 96 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.10 |
| HSL | 342.22º | 0.78% | 0.53% | - |
| HSV(B) | 342.22º | 0.83% | 0.9% | - |
| XYZ | 35.18 | 19.02 | 12.88 | - |
| YUV | 102.9 | 124.12 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 96 | 0 | 0.83 | 0.58 | 0.10 | 342.22 | 0.78 | 0.53 |
| Hex | E5 | 28 | 60 | 0 | 53 | 3A | A | 156 | 4E | 35 |
| Octal | 345 | 50 | 140 | 0 | 123 | 72 | 12 | 526 | 116 | 65 |
| Binary | 11100101 | 101000 | 1100000 | 0 | 1010011 | 111010 | 1010 | 101010110 | 1001110 | 110101 |
Color Harmonies of #E52860
Complementary color
Monochromatic Colors of #E52860
Black with #E52860
Text Example
Text Example
White with #E52860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52860; }
p { color: rgb(229,40,96); }
H1.HeaderClassName
{
color: #E52860;
}
.AnyTagClassName
{
color: #E52860;
}
</style>
background-color css
<style>
a { background-color: #E52860; }
a { background-color: rgb(229,40,96); }
div.DivClassName
{
background-color: #E52860;
}
.BgClassName
{
background-color: #E52860;
}
</style>
border-color css
<style>
span { border-color: #E52860; }
span { border-color: rgb(229,40,96); }
td.TdClassName
{
border-color: #E52860;
}
.TagClassName
{
border-color: #E52860;
}
</style>