Shades of Cerise #E02F62
Tints of Cerise #E02F62
RGB
CMYK
RGB Variations
Color information
#E02F62 (or 0xE02F62) is known color: Cerise. HEX triplet: E0, 2F and 62. RGB value is (224,47,98). Sum of RGB (Red+Green+Blue) = 224+47+98=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F62 is #1FD09D. Grayscale: #696969. Windows color (decimal): -2085022 or 6434784. OLE color: 6434784.
HSL color Cylindrical-coordinate representation of color #E02F62: hue angle of 342.71º 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 #E02F62 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 98 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.12 |
| HSL | 342.71º | 0.74% | 0.53% | - |
| HSV(B) | 342.71º | 0.79% | 0.88% | - |
| XYZ | 33.96 | 18.76 | 13.39 | - |
| YUV | 105.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 98 | 0 | 0.79 | 0.56 | 0.12 | 342.71 | 0.74 | 0.53 |
| Hex | E0 | 2F | 62 | 0 | 4F | 38 | C | 157 | 4A | 35 |
| Octal | 340 | 57 | 142 | 0 | 117 | 70 | 14 | 527 | 112 | 65 |
| Binary | 11100000 | 101111 | 1100010 | 0 | 1001111 | 111000 | 1100 | 101010111 | 1001010 | 110101 |
Color Harmonies of #E02F62
Complementary color
Monochromatic Colors of #E02F62
Black with #E02F62
Text Example
Text Example
White with #E02F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F62; }
p { color: rgb(224,47,98); }
H1.HeaderClassName
{
color: #E02F62;
}
.AnyTagClassName
{
color: #E02F62;
}
</style>
background-color css
<style>
a { background-color: #E02F62; }
a { background-color: rgb(224,47,98); }
div.DivClassName
{
background-color: #E02F62;
}
.BgClassName
{
background-color: #E02F62;
}
</style>
border-color css
<style>
span { border-color: #E02F62; }
span { border-color: rgb(224,47,98); }
td.TdClassName
{
border-color: #E02F62;
}
.TagClassName
{
border-color: #E02F62;
}
</style>