Shades of Cerise #E02C61
Tints of Cerise #E02C61
RGB
CMYK
RGB Variations
Color information
#E02C61 (or 0xE02C61) is known color: Cerise. HEX triplet: E0, 2C and 61. RGB value is (224,44,97). Sum of RGB (Red+Green+Blue) = 224+44+97=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C61 is #1FD39E. Grayscale: #676767. Windows color (decimal): -2085791 or 6368480. OLE color: 6368480.
HSL color Cylindrical-coordinate representation of color #E02C61: hue angle of 342.33º 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 #E02C61 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 97 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.12 |
| HSL | 342.33º | 0.74% | 0.53% | - |
| HSV(B) | 342.33º | 0.8% | 0.88% | - |
| XYZ | 33.8 | 18.51 | 13.1 | - |
| YUV | 103.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 97 | 0 | 0.80 | 0.57 | 0.12 | 342.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | 61 | 0 | 50 | 39 | C | 156 | 4A | 35 |
| Octal | 340 | 54 | 141 | 0 | 120 | 71 | 14 | 526 | 112 | 65 |
| Binary | 11100000 | 101100 | 1100001 | 0 | 1010000 | 111001 | 1100 | 101010110 | 1001010 | 110101 |
Color Harmonies of #E02C61
Complementary color
Monochromatic Colors of #E02C61
Black with #E02C61
Text Example
Text Example
White with #E02C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C61; }
p { color: rgb(224,44,97); }
H1.HeaderClassName
{
color: #E02C61;
}
.AnyTagClassName
{
color: #E02C61;
}
</style>
background-color css
<style>
a { background-color: #E02C61; }
a { background-color: rgb(224,44,97); }
div.DivClassName
{
background-color: #E02C61;
}
.BgClassName
{
background-color: #E02C61;
}
</style>
border-color css
<style>
span { border-color: #E02C61; }
span { border-color: rgb(224,44,97); }
td.TdClassName
{
border-color: #E02C61;
}
.TagClassName
{
border-color: #E02C61;
}
</style>