Shades of Cerise #E02F73
Tints of Cerise #E02F73
RGB
CMYK
RGB Variations
Color information
#E02F73 (or 0xE02F73) is known color: Cerise. HEX triplet: E0, 2F and 73. RGB value is (224,47,115). Sum of RGB (Red+Green+Blue) = 224+47+115=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F73 is #1FD08C. Grayscale: #6B6B6B. Windows color (decimal): -2085005 or 7548896. OLE color: 7548896.
HSL color Cylindrical-coordinate representation of color #E02F73: hue angle of 336.95º 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 #E02F73 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 115 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.12 |
| HSL | 336.95º | 0.74% | 0.53% | - |
| HSV(B) | 336.95º | 0.79% | 0.88% | - |
| XYZ | 34.85 | 19.12 | 18.07 | - |
| YUV | 107.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 115 | 0 | 0.79 | 0.49 | 0.12 | 336.95 | 0.74 | 0.53 |
| Hex | E0 | 2F | 73 | 0 | 4F | 31 | C | 151 | 4A | 35 |
| Octal | 340 | 57 | 163 | 0 | 117 | 61 | 14 | 521 | 112 | 65 |
| Binary | 11100000 | 101111 | 1110011 | 0 | 1001111 | 110001 | 1100 | 101010001 | 1001010 | 110101 |
Color Harmonies of #E02F73
Complementary color
Monochromatic Colors of #E02F73
Black with #E02F73
Text Example
Text Example
White with #E02F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F73; }
p { color: rgb(224,47,115); }
H1.HeaderClassName
{
color: #E02F73;
}
.AnyTagClassName
{
color: #E02F73;
}
</style>
background-color css
<style>
a { background-color: #E02F73; }
a { background-color: rgb(224,47,115); }
div.DivClassName
{
background-color: #E02F73;
}
.BgClassName
{
background-color: #E02F73;
}
</style>
border-color css
<style>
span { border-color: #E02F73; }
span { border-color: rgb(224,47,115); }
td.TdClassName
{
border-color: #E02F73;
}
.TagClassName
{
border-color: #E02F73;
}
</style>