Shades of Cerise #E02F59
Tints of Cerise #E02F59
RGB
CMYK
RGB Variations
Color information
#E02F59 (or 0xE02F59) is known color: Cerise. HEX triplet: E0, 2F and 59. RGB value is (224,47,89). Sum of RGB (Red+Green+Blue) = 224+47+89=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F59 is #1FD0A6. Grayscale: #686868. Windows color (decimal): -2085031 or 5844960. OLE color: 5844960.
HSL color Cylindrical-coordinate representation of color #E02F59: hue angle of 345.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02F59 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 89 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.12 |
| HSL | 345.76º | 0.74% | 0.53% | - |
| HSV(B) | 345.76º | 0.79% | 0.88% | - |
| XYZ | 33.56 | 18.6 | 11.27 | - |
| YUV | 104.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 89 | 0 | 0.79 | 0.60 | 0.12 | 345.76 | 0.74 | 0.53 |
| Hex | E0 | 2F | 59 | 0 | 4F | 3C | C | 15A | 4A | 35 |
| Octal | 340 | 57 | 131 | 0 | 117 | 74 | 14 | 532 | 112 | 65 |
| Binary | 11100000 | 101111 | 1011001 | 0 | 1001111 | 111100 | 1100 | 101011010 | 1001010 | 110101 |
Color Harmonies of #E02F59
Complementary color
Monochromatic Colors of #E02F59
Black with #E02F59
Text Example
Text Example
White with #E02F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F59; }
p { color: rgb(224,47,89); }
H1.HeaderClassName
{
color: #E02F59;
}
.AnyTagClassName
{
color: #E02F59;
}
</style>
background-color css
<style>
a { background-color: #E02F59; }
a { background-color: rgb(224,47,89); }
div.DivClassName
{
background-color: #E02F59;
}
.BgClassName
{
background-color: #E02F59;
}
</style>
border-color css
<style>
span { border-color: #E02F59; }
span { border-color: rgb(224,47,89); }
td.TdClassName
{
border-color: #E02F59;
}
.TagClassName
{
border-color: #E02F59;
}
</style>