Shades of Deep Cerise #E031A0
Tints of Deep Cerise #E031A0
RGB
CMYK
RGB Variations
Color information
#E031A0 (or 0xE031A0) is known color: Deep Cerise. HEX triplet: E0, 31 and A0. RGB value is (224,49,160). Sum of RGB (Red+Green+Blue) = 224+49+160=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E031A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031A0 is #1FCE5F. Grayscale: #717171. Windows color (decimal): -2084448 or 10498528. OLE color: 10498528.
HSL color Cylindrical-coordinate representation of color #E031A0: hue angle of 321.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031A0 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 160 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.12 |
| HSL | 321.94º | 0.74% | 0.54% | - |
| HSV(B) | 321.94º | 0.78% | 0.88% | - |
| XYZ | 38.18 | 20.58 | 35.22 | - |
| YUV | 113.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 160 | 0 | 0.78 | 0.29 | 0.12 | 321.94 | 0.74 | 0.54 |
| Hex | E0 | 31 | A0 | 0 | 4E | 1D | C | 142 | 4A | 36 |
| Octal | 340 | 61 | 240 | 0 | 116 | 35 | 14 | 502 | 112 | 66 |
| Binary | 11100000 | 110001 | 10100000 | 0 | 1001110 | 11101 | 1100 | 101000010 | 1001010 | 110110 |
Color Harmonies of #E031A0
Complementary color
Monochromatic Colors of #E031A0
Black with #E031A0
Text Example
Text Example
White with #E031A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031A0; }
p { color: rgb(224,49,160); }
H1.HeaderClassName
{
color: #E031A0;
}
.AnyTagClassName
{
color: #E031A0;
}
</style>
background-color css
<style>
a { background-color: #E031A0; }
a { background-color: rgb(224,49,160); }
div.DivClassName
{
background-color: #E031A0;
}
.BgClassName
{
background-color: #E031A0;
}
</style>
border-color css
<style>
span { border-color: #E031A0; }
span { border-color: rgb(224,49,160); }
td.TdClassName
{
border-color: #E031A0;
}
.TagClassName
{
border-color: #E031A0;
}
</style>