Shades of Deep Cerise #E028A0
Tints of Deep Cerise #E028A0
RGB
CMYK
RGB Variations
Color information
#E028A0 (or 0xE028A0) is known color: Deep Cerise. HEX triplet: E0, 28 and A0. RGB value is (224,40,160). Sum of RGB (Red+Green+Blue) = 224+40+160=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E028A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E028A0 is #1FD75F. Grayscale: #6C6C6C. Windows color (decimal): -2086752 or 10496224. OLE color: 10496224.
HSL color Cylindrical-coordinate representation of color #E028A0: hue angle of 320.87º 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 #E028A0 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 160 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.12 |
| HSL | 320.87º | 0.75% | 0.52% | - |
| HSV(B) | 320.87º | 0.82% | 0.88% | - |
| XYZ | 37.84 | 19.9 | 35.1 | - |
| YUV | 108.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 160 | 0 | 0.82 | 0.29 | 0.12 | 320.87 | 0.75 | 0.52 |
| Hex | E0 | 28 | A0 | 0 | 52 | 1D | C | 141 | 4B | 34 |
| Octal | 340 | 50 | 240 | 0 | 122 | 35 | 14 | 501 | 113 | 64 |
| Binary | 11100000 | 101000 | 10100000 | 0 | 1010010 | 11101 | 1100 | 101000001 | 1001011 | 110100 |
Color Harmonies of #E028A0
Complementary color
Monochromatic Colors of #E028A0
Black with #E028A0
Text Example
Text Example
White with #E028A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028A0; }
p { color: rgb(224,40,160); }
H1.HeaderClassName
{
color: #E028A0;
}
.AnyTagClassName
{
color: #E028A0;
}
</style>
background-color css
<style>
a { background-color: #E028A0; }
a { background-color: rgb(224,40,160); }
div.DivClassName
{
background-color: #E028A0;
}
.BgClassName
{
background-color: #E028A0;
}
</style>
border-color css
<style>
span { border-color: #E028A0; }
span { border-color: rgb(224,40,160); }
td.TdClassName
{
border-color: #E028A0;
}
.TagClassName
{
border-color: #E028A0;
}
</style>