Shades of Cerise #E52760
Tints of Cerise #E52760
RGB
CMYK
RGB Variations
Color information
#E52760 (or 0xE52760) is known color: Cerise. HEX triplet: E5, 27 and 60. RGB value is (229,39,96). Sum of RGB (Red+Green+Blue) = 229+39+96=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E52760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52760 is #1AD89F. Grayscale: #666666. Windows color (decimal): -1759392 or 6301669. OLE color: 6301669.
HSL color Cylindrical-coordinate representation of color #E52760: hue angle of 342º degrees, saturation: 0.79, 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 #E52760 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 96 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.10 |
| HSL | 342º | 0.79% | 0.53% | - |
| HSV(B) | 342º | 0.83% | 0.9% | - |
| XYZ | 35.15 | 18.95 | 12.87 | - |
| YUV | 102.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 96 | 0 | 0.83 | 0.58 | 0.10 | 342 | 0.79 | 0.53 |
| Hex | E5 | 27 | 60 | 0 | 53 | 3A | A | 156 | 4F | 35 |
| Octal | 345 | 47 | 140 | 0 | 123 | 72 | 12 | 526 | 117 | 65 |
| Binary | 11100101 | 100111 | 1100000 | 0 | 1010011 | 111010 | 1010 | 101010110 | 1001111 | 110101 |
Color Harmonies of #E52760
Complementary color
Monochromatic Colors of #E52760
Black with #E52760
Text Example
Text Example
White with #E52760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52760; }
p { color: rgb(229,39,96); }
H1.HeaderClassName
{
color: #E52760;
}
.AnyTagClassName
{
color: #E52760;
}
</style>
background-color css
<style>
a { background-color: #E52760; }
a { background-color: rgb(229,39,96); }
div.DivClassName
{
background-color: #E52760;
}
.BgClassName
{
background-color: #E52760;
}
</style>
border-color css
<style>
span { border-color: #E52760; }
span { border-color: rgb(229,39,96); }
td.TdClassName
{
border-color: #E52760;
}
.TagClassName
{
border-color: #E52760;
}
</style>