Shades of Cerise #E02860
Tints of Cerise #E02860
RGB
CMYK
RGB Variations
Color information
#E02860 (or 0xE02860) is known color: Cerise. HEX triplet: E0, 28 and 60. RGB value is (224,40,96). Sum of RGB (Red+Green+Blue) = 224+40+96=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E02860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02860 is #1FD79F. Grayscale: #656565. Windows color (decimal): -2086816 or 6301920. OLE color: 6301920.
HSL color Cylindrical-coordinate representation of color #E02860: hue angle of 341.74º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02860 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 96 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.12 |
| HSL | 341.74º | 0.75% | 0.52% | - |
| HSV(B) | 341.74º | 0.82% | 0.88% | - |
| XYZ | 33.61 | 18.21 | 12.81 | - |
| YUV | 101.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 96 | 0 | 0.82 | 0.57 | 0.12 | 341.74 | 0.75 | 0.52 |
| Hex | E0 | 28 | 60 | 0 | 52 | 39 | C | 156 | 4B | 34 |
| Octal | 340 | 50 | 140 | 0 | 122 | 71 | 14 | 526 | 113 | 64 |
| Binary | 11100000 | 101000 | 1100000 | 0 | 1010010 | 111001 | 1100 | 101010110 | 1001011 | 110100 |
Color Harmonies of #E02860
Complementary color
Monochromatic Colors of #E02860
Black with #E02860
Text Example
Text Example
White with #E02860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02860; }
p { color: rgb(224,40,96); }
H1.HeaderClassName
{
color: #E02860;
}
.AnyTagClassName
{
color: #E02860;
}
</style>
background-color css
<style>
a { background-color: #E02860; }
a { background-color: rgb(224,40,96); }
div.DivClassName
{
background-color: #E02860;
}
.BgClassName
{
background-color: #E02860;
}
</style>
border-color css
<style>
span { border-color: #E02860; }
span { border-color: rgb(224,40,96); }
td.TdClassName
{
border-color: #E02860;
}
.TagClassName
{
border-color: #E02860;
}
</style>