Shades of Cerise #E02D60
Tints of Cerise #E02D60
RGB
CMYK
RGB Variations
Color information
#E02D60 (or 0xE02D60) is known color: Cerise. HEX triplet: E0, 2D and 60. RGB value is (224,45,96). Sum of RGB (Red+Green+Blue) = 224+45+96=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D60 is #1FD29F. Grayscale: #686868. Windows color (decimal): -2085536 or 6303200. OLE color: 6303200.
HSL color Cylindrical-coordinate representation of color #E02D60: hue angle of 342.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D60 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 96 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.12 |
| HSL | 342.91º | 0.74% | 0.53% | - |
| HSV(B) | 342.91º | 0.8% | 0.88% | - |
| XYZ | 33.79 | 18.57 | 12.87 | - |
| YUV | 104.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 96 | 0 | 0.80 | 0.57 | 0.12 | 342.91 | 0.74 | 0.53 |
| Hex | E0 | 2D | 60 | 0 | 50 | 39 | C | 157 | 4A | 35 |
| Octal | 340 | 55 | 140 | 0 | 120 | 71 | 14 | 527 | 112 | 65 |
| Binary | 11100000 | 101101 | 1100000 | 0 | 1010000 | 111001 | 1100 | 101010111 | 1001010 | 110101 |
Color Harmonies of #E02D60
Complementary color
Monochromatic Colors of #E02D60
Black with #E02D60
Text Example
Text Example
White with #E02D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D60; }
p { color: rgb(224,45,96); }
H1.HeaderClassName
{
color: #E02D60;
}
.AnyTagClassName
{
color: #E02D60;
}
</style>
background-color css
<style>
a { background-color: #E02D60; }
a { background-color: rgb(224,45,96); }
div.DivClassName
{
background-color: #E02D60;
}
.BgClassName
{
background-color: #E02D60;
}
</style>
border-color css
<style>
span { border-color: #E02D60; }
span { border-color: rgb(224,45,96); }
td.TdClassName
{
border-color: #E02D60;
}
.TagClassName
{
border-color: #E02D60;
}
</style>