Shades of Deep Cerise #E029A0
Tints of Deep Cerise #E029A0
RGB
CMYK
RGB Variations
Color information
#E029A0 (or 0xE029A0) is known color: Deep Cerise. HEX triplet: E0, 29 and A0. RGB value is (224,41,160). Sum of RGB (Red+Green+Blue) = 224+41+160=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E029A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E029A0 is #1FD65F. Grayscale: #6C6C6C. Windows color (decimal): -2086496 or 10496480. OLE color: 10496480.
HSL color Cylindrical-coordinate representation of color #E029A0: hue angle of 320.98º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E029A0 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 160 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.12 |
| HSL | 320.98º | 0.75% | 0.52% | - |
| HSV(B) | 320.98º | 0.82% | 0.88% | - |
| XYZ | 37.88 | 19.97 | 35.12 | - |
| YUV | 109.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 160 | 0 | 0.82 | 0.29 | 0.12 | 320.98 | 0.75 | 0.52 |
| Hex | E0 | 29 | A0 | 0 | 52 | 1D | C | 141 | 4B | 34 |
| Octal | 340 | 51 | 240 | 0 | 122 | 35 | 14 | 501 | 113 | 64 |
| Binary | 11100000 | 101001 | 10100000 | 0 | 1010010 | 11101 | 1100 | 101000001 | 1001011 | 110100 |
Color Harmonies of #E029A0
Complementary color
Monochromatic Colors of #E029A0
Black with #E029A0
Text Example
Text Example
White with #E029A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029A0; }
p { color: rgb(224,41,160); }
H1.HeaderClassName
{
color: #E029A0;
}
.AnyTagClassName
{
color: #E029A0;
}
</style>
background-color css
<style>
a { background-color: #E029A0; }
a { background-color: rgb(224,41,160); }
div.DivClassName
{
background-color: #E029A0;
}
.BgClassName
{
background-color: #E029A0;
}
</style>
border-color css
<style>
span { border-color: #E029A0; }
span { border-color: rgb(224,41,160); }
td.TdClassName
{
border-color: #E029A0;
}
.TagClassName
{
border-color: #E029A0;
}
</style>