Shades of Cerise #E02A6F
Tints of Cerise #E02A6F
RGB
CMYK
RGB Variations
Color information
#E02A6F (or 0xE02A6F) is known color: Cerise. HEX triplet: E0, 2A and 6F. RGB value is (224,42,111). Sum of RGB (Red+Green+Blue) = 224+42+111=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A6F is #1FD590. Grayscale: #686868. Windows color (decimal): -2086289 or 7285472. OLE color: 7285472.
HSL color Cylindrical-coordinate representation of color #E02A6F: hue angle of 337.25º degrees, saturation: 0.75, 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 #E02A6F is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 111 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.12 |
| HSL | 337.25º | 0.75% | 0.52% | - |
| HSV(B) | 337.25º | 0.81% | 0.88% | - |
| XYZ | 34.44 | 18.65 | 16.82 | - |
| YUV | 104.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 111 | 0 | 0.81 | 0.50 | 0.12 | 337.25 | 0.75 | 0.52 |
| Hex | E0 | 2A | 6F | 0 | 51 | 32 | C | 151 | 4B | 34 |
| Octal | 340 | 52 | 157 | 0 | 121 | 62 | 14 | 521 | 113 | 64 |
| Binary | 11100000 | 101010 | 1101111 | 0 | 1010001 | 110010 | 1100 | 101010001 | 1001011 | 110100 |
Color Harmonies of #E02A6F
Complementary color
Monochromatic Colors of #E02A6F
Black with #E02A6F
Text Example
Text Example
White with #E02A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A6F; }
p { color: rgb(224,42,111); }
H1.HeaderClassName
{
color: #E02A6F;
}
.AnyTagClassName
{
color: #E02A6F;
}
</style>
background-color css
<style>
a { background-color: #E02A6F; }
a { background-color: rgb(224,42,111); }
div.DivClassName
{
background-color: #E02A6F;
}
.BgClassName
{
background-color: #E02A6F;
}
</style>
border-color css
<style>
span { border-color: #E02A6F; }
span { border-color: rgb(224,42,111); }
td.TdClassName
{
border-color: #E02A6F;
}
.TagClassName
{
border-color: #E02A6F;
}
</style>