Shades of Cerise #E02460
Tints of Cerise #E02460
RGB
CMYK
RGB Variations
Color information
#E02460 (or 0xE02460) is known color: Cerise. HEX triplet: E0, 24 and 60. RGB value is (224,36,96). Sum of RGB (Red+Green+Blue) = 224+36+96=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E02460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02460 is #1FDB9F. Grayscale: #636363. Windows color (decimal): -2087840 or 6300896. OLE color: 6300896.
HSL color Cylindrical-coordinate representation of color #E02460: hue angle of 340.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02460 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 96 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.12 |
| HSL | 340.85º | 0.75% | 0.51% | - |
| HSV(B) | 340.85º | 0.84% | 0.88% | - |
| XYZ | 33.48 | 17.95 | 12.77 | - |
| YUV | 99.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 96 | 0 | 0.84 | 0.57 | 0.12 | 340.85 | 0.75 | 0.51 |
| Hex | E0 | 24 | 60 | 0 | 54 | 39 | C | 155 | 4B | 33 |
| Octal | 340 | 44 | 140 | 0 | 124 | 71 | 14 | 525 | 113 | 63 |
| Binary | 11100000 | 100100 | 1100000 | 0 | 1010100 | 111001 | 1100 | 101010101 | 1001011 | 110011 |
Color Harmonies of #E02460
Complementary color
Monochromatic Colors of #E02460
Black with #E02460
Text Example
Text Example
White with #E02460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02460; }
p { color: rgb(224,36,96); }
H1.HeaderClassName
{
color: #E02460;
}
.AnyTagClassName
{
color: #E02460;
}
</style>
background-color css
<style>
a { background-color: #E02460; }
a { background-color: rgb(224,36,96); }
div.DivClassName
{
background-color: #E02460;
}
.BgClassName
{
background-color: #E02460;
}
</style>
border-color css
<style>
span { border-color: #E02460; }
span { border-color: rgb(224,36,96); }
td.TdClassName
{
border-color: #E02460;
}
.TagClassName
{
border-color: #E02460;
}
</style>