Shades of Cerise #E02C62
Tints of Cerise #E02C62
RGB
CMYK
RGB Variations
Color information
#E02C62 (or 0xE02C62) is known color: Cerise. HEX triplet: E0, 2C and 62. RGB value is (224,44,98). Sum of RGB (Red+Green+Blue) = 224+44+98=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C62 is #1FD39D. Grayscale: #676767. Windows color (decimal): -2085790 or 6434016. OLE color: 6434016.
HSL color Cylindrical-coordinate representation of color #E02C62: hue angle of 342º 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 #E02C62 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 98 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.12 |
| HSL | 342º | 0.74% | 0.53% | - |
| HSV(B) | 342º | 0.8% | 0.88% | - |
| XYZ | 33.85 | 18.53 | 13.35 | - |
| YUV | 103.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 98 | 0 | 0.80 | 0.56 | 0.12 | 342 | 0.74 | 0.53 |
| Hex | E0 | 2C | 62 | 0 | 50 | 38 | C | 156 | 4A | 35 |
| Octal | 340 | 54 | 142 | 0 | 120 | 70 | 14 | 526 | 112 | 65 |
| Binary | 11100000 | 101100 | 1100010 | 0 | 1010000 | 111000 | 1100 | 101010110 | 1001010 | 110101 |
Color Harmonies of #E02C62
Complementary color
Monochromatic Colors of #E02C62
Black with #E02C62
Text Example
Text Example
White with #E02C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C62; }
p { color: rgb(224,44,98); }
H1.HeaderClassName
{
color: #E02C62;
}
.AnyTagClassName
{
color: #E02C62;
}
</style>
background-color css
<style>
a { background-color: #E02C62; }
a { background-color: rgb(224,44,98); }
div.DivClassName
{
background-color: #E02C62;
}
.BgClassName
{
background-color: #E02C62;
}
</style>
border-color css
<style>
span { border-color: #E02C62; }
span { border-color: rgb(224,44,98); }
td.TdClassName
{
border-color: #E02C62;
}
.TagClassName
{
border-color: #E02C62;
}
</style>