Shades of Cerise #E02D6D
Tints of Cerise #E02D6D
RGB
CMYK
RGB Variations
Color information
#E02D6D (or 0xE02D6D) is known color: Cerise. HEX triplet: E0, 2D and 6D. RGB value is (224,45,109). Sum of RGB (Red+Green+Blue) = 224+45+109=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D6D is #1FD292. Grayscale: #696969. Windows color (decimal): -2085523 or 7155168. OLE color: 7155168.
HSL color Cylindrical-coordinate representation of color #E02D6D: hue angle of 338.55º 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 #E02D6D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 109 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.12 |
| HSL | 338.55º | 0.74% | 0.53% | - |
| HSV(B) | 338.55º | 0.8% | 0.88% | - |
| XYZ | 34.44 | 18.83 | 16.29 | - |
| YUV | 105.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 109 | 0 | 0.80 | 0.51 | 0.12 | 338.55 | 0.74 | 0.53 |
| Hex | E0 | 2D | 6D | 0 | 50 | 33 | C | 153 | 4A | 35 |
| Octal | 340 | 55 | 155 | 0 | 120 | 63 | 14 | 523 | 112 | 65 |
| Binary | 11100000 | 101101 | 1101101 | 0 | 1010000 | 110011 | 1100 | 101010011 | 1001010 | 110101 |
Color Harmonies of #E02D6D
Complementary color
Monochromatic Colors of #E02D6D
Black with #E02D6D
Text Example
Text Example
White with #E02D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D6D; }
p { color: rgb(224,45,109); }
H1.HeaderClassName
{
color: #E02D6D;
}
.AnyTagClassName
{
color: #E02D6D;
}
</style>
background-color css
<style>
a { background-color: #E02D6D; }
a { background-color: rgb(224,45,109); }
div.DivClassName
{
background-color: #E02D6D;
}
.BgClassName
{
background-color: #E02D6D;
}
</style>
border-color css
<style>
span { border-color: #E02D6D; }
span { border-color: rgb(224,45,109); }
td.TdClassName
{
border-color: #E02D6D;
}
.TagClassName
{
border-color: #E02D6D;
}
</style>