Shades of Cerise #E52D60
Tints of Cerise #E52D60
RGB
CMYK
RGB Variations
Color information
#E52D60 (or 0xE52D60) is known color: Cerise. HEX triplet: E5, 2D and 60. RGB value is (229,45,96). Sum of RGB (Red+Green+Blue) = 229+45+96=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D60 is #1AD29F. Grayscale: #696969. Windows color (decimal): -1757856 or 6303205. OLE color: 6303205.
HSL color Cylindrical-coordinate representation of color #E52D60: hue angle of 343.37º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D60 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 96 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.10 |
| HSL | 343.37º | 0.78% | 0.54% | - |
| HSV(B) | 343.37º | 0.8% | 0.9% | - |
| XYZ | 35.36 | 19.38 | 12.94 | - |
| YUV | 105.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 96 | 0 | 0.80 | 0.58 | 0.10 | 343.37 | 0.78 | 0.54 |
| Hex | E5 | 2D | 60 | 0 | 50 | 3A | A | 157 | 4E | 36 |
| Octal | 345 | 55 | 140 | 0 | 120 | 72 | 12 | 527 | 116 | 66 |
| Binary | 11100101 | 101101 | 1100000 | 0 | 1010000 | 111010 | 1010 | 101010111 | 1001110 | 110110 |
Color Harmonies of #E52D60
Complementary color
Monochromatic Colors of #E52D60
Black with #E52D60
Text Example
Text Example
White with #E52D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D60; }
p { color: rgb(229,45,96); }
H1.HeaderClassName
{
color: #E52D60;
}
.AnyTagClassName
{
color: #E52D60;
}
</style>
background-color css
<style>
a { background-color: #E52D60; }
a { background-color: rgb(229,45,96); }
div.DivClassName
{
background-color: #E52D60;
}
.BgClassName
{
background-color: #E52D60;
}
</style>
border-color css
<style>
span { border-color: #E52D60; }
span { border-color: rgb(229,45,96); }
td.TdClassName
{
border-color: #E52D60;
}
.TagClassName
{
border-color: #E52D60;
}
</style>