Shades of Cerise #E02B6E
Tints of Cerise #E02B6E
RGB
CMYK
RGB Variations
Color information
#E02B6E (or 0xE02B6E) is known color: Cerise. HEX triplet: E0, 2B and 6E. RGB value is (224,43,110). Sum of RGB (Red+Green+Blue) = 224+43+110=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B6E is #1FD491. Grayscale: #686868. Windows color (decimal): -2086034 or 7220192. OLE color: 7220192.
HSL color Cylindrical-coordinate representation of color #E02B6E: hue angle of 337.79º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B6E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 110 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.12 |
| HSL | 337.79º | 0.74% | 0.52% | - |
| HSV(B) | 337.79º | 0.81% | 0.88% | - |
| XYZ | 34.42 | 18.7 | 16.55 | - |
| YUV | 104.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 110 | 0 | 0.81 | 0.51 | 0.12 | 337.79 | 0.74 | 0.52 |
| Hex | E0 | 2B | 6E | 0 | 51 | 33 | C | 152 | 4A | 34 |
| Octal | 340 | 53 | 156 | 0 | 121 | 63 | 14 | 522 | 112 | 64 |
| Binary | 11100000 | 101011 | 1101110 | 0 | 1010001 | 110011 | 1100 | 101010010 | 1001010 | 110100 |
Color Harmonies of #E02B6E
Complementary color
Monochromatic Colors of #E02B6E
Black with #E02B6E
Text Example
Text Example
White with #E02B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B6E; }
p { color: rgb(224,43,110); }
H1.HeaderClassName
{
color: #E02B6E;
}
.AnyTagClassName
{
color: #E02B6E;
}
</style>
background-color css
<style>
a { background-color: #E02B6E; }
a { background-color: rgb(224,43,110); }
div.DivClassName
{
background-color: #E02B6E;
}
.BgClassName
{
background-color: #E02B6E;
}
</style>
border-color css
<style>
span { border-color: #E02B6E; }
span { border-color: rgb(224,43,110); }
td.TdClassName
{
border-color: #E02B6E;
}
.TagClassName
{
border-color: #E02B6E;
}
</style>