Shades of Cerise #E02C6B
Tints of Cerise #E02C6B
RGB
CMYK
RGB Variations
Color information
#E02C6B (or 0xE02C6B) is known color: Cerise. HEX triplet: E0, 2C and 6B. RGB value is (224,44,107). Sum of RGB (Red+Green+Blue) = 224+44+107=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C6B is #1FD394. Grayscale: #686868. Windows color (decimal): -2085781 or 7023840. OLE color: 7023840.
HSL color Cylindrical-coordinate representation of color #E02C6B: hue angle of 339º 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 #E02C6B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 107 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.12 |
| HSL | 339º | 0.74% | 0.53% | - |
| HSV(B) | 339º | 0.8% | 0.88% | - |
| XYZ | 34.3 | 18.71 | 15.71 | - |
| YUV | 105 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 107 | 0 | 0.80 | 0.52 | 0.12 | 339 | 0.74 | 0.53 |
| Hex | E0 | 2C | 6B | 0 | 50 | 34 | C | 153 | 4A | 35 |
| Octal | 340 | 54 | 153 | 0 | 120 | 64 | 14 | 523 | 112 | 65 |
| Binary | 11100000 | 101100 | 1101011 | 0 | 1010000 | 110100 | 1100 | 101010011 | 1001010 | 110101 |
Color Harmonies of #E02C6B
Complementary color
Monochromatic Colors of #E02C6B
Black with #E02C6B
Text Example
Text Example
White with #E02C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C6B; }
p { color: rgb(224,44,107); }
H1.HeaderClassName
{
color: #E02C6B;
}
.AnyTagClassName
{
color: #E02C6B;
}
</style>
background-color css
<style>
a { background-color: #E02C6B; }
a { background-color: rgb(224,44,107); }
div.DivClassName
{
background-color: #E02C6B;
}
.BgClassName
{
background-color: #E02C6B;
}
</style>
border-color css
<style>
span { border-color: #E02C6B; }
span { border-color: rgb(224,44,107); }
td.TdClassName
{
border-color: #E02C6B;
}
.TagClassName
{
border-color: #E02C6B;
}
</style>