Shades of Cerise #E02D61
Tints of Cerise #E02D61
RGB
CMYK
RGB Variations
Color information
#E02D61 (or 0xE02D61) is known color: Cerise. HEX triplet: E0, 2D and 61. RGB value is (224,45,97). Sum of RGB (Red+Green+Blue) = 224+45+97=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D61 is #1FD29E. Grayscale: #686868. Windows color (decimal): -2085535 or 6368736. OLE color: 6368736.
HSL color Cylindrical-coordinate representation of color #E02D61: hue angle of 342.57º 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 #E02D61 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 97 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.12 |
| HSL | 342.57º | 0.74% | 0.53% | - |
| HSV(B) | 342.57º | 0.8% | 0.88% | - |
| XYZ | 33.84 | 18.59 | 13.11 | - |
| YUV | 104.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 97 | 0 | 0.80 | 0.57 | 0.12 | 342.57 | 0.74 | 0.53 |
| Hex | E0 | 2D | 61 | 0 | 50 | 39 | C | 157 | 4A | 35 |
| Octal | 340 | 55 | 141 | 0 | 120 | 71 | 14 | 527 | 112 | 65 |
| Binary | 11100000 | 101101 | 1100001 | 0 | 1010000 | 111001 | 1100 | 101010111 | 1001010 | 110101 |
Color Harmonies of #E02D61
Complementary color
Monochromatic Colors of #E02D61
Black with #E02D61
Text Example
Text Example
White with #E02D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D61; }
p { color: rgb(224,45,97); }
H1.HeaderClassName
{
color: #E02D61;
}
.AnyTagClassName
{
color: #E02D61;
}
</style>
background-color css
<style>
a { background-color: #E02D61; }
a { background-color: rgb(224,45,97); }
div.DivClassName
{
background-color: #E02D61;
}
.BgClassName
{
background-color: #E02D61;
}
</style>
border-color css
<style>
span { border-color: #E02D61; }
span { border-color: rgb(224,45,97); }
td.TdClassName
{
border-color: #E02D61;
}
.TagClassName
{
border-color: #E02D61;
}
</style>