Shades of Deep Cerise #E031A2
Tints of Deep Cerise #E031A2
RGB
CMYK
RGB Variations
Color information
#E031A2 (or 0xE031A2) is known color: Deep Cerise. HEX triplet: E0, 31 and A2. RGB value is (224,49,162). Sum of RGB (Red+Green+Blue) = 224+49+162=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E031A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031A2 is #1FCE5D. Grayscale: #717171. Windows color (decimal): -2084446 or 10629600. OLE color: 10629600.
HSL color Cylindrical-coordinate representation of color #E031A2: hue angle of 321.26º 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 #E031A2 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 162 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.12 |
| HSL | 321.26º | 0.74% | 0.54% | - |
| HSV(B) | 321.26º | 0.78% | 0.88% | - |
| XYZ | 38.36 | 20.65 | 36.15 | - |
| YUV | 114.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 162 | 0 | 0.78 | 0.28 | 0.12 | 321.26 | 0.74 | 0.54 |
| Hex | E0 | 31 | A2 | 0 | 4E | 1C | C | 141 | 4A | 36 |
| Octal | 340 | 61 | 242 | 0 | 116 | 34 | 14 | 501 | 112 | 66 |
| Binary | 11100000 | 110001 | 10100010 | 0 | 1001110 | 11100 | 1100 | 101000001 | 1001010 | 110110 |
Color Harmonies of #E031A2
Complementary color
Monochromatic Colors of #E031A2
Black with #E031A2
Text Example
Text Example
White with #E031A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031A2; }
p { color: rgb(224,49,162); }
H1.HeaderClassName
{
color: #E031A2;
}
.AnyTagClassName
{
color: #E031A2;
}
</style>
background-color css
<style>
a { background-color: #E031A2; }
a { background-color: rgb(224,49,162); }
div.DivClassName
{
background-color: #E031A2;
}
.BgClassName
{
background-color: #E031A2;
}
</style>
border-color css
<style>
span { border-color: #E031A2; }
span { border-color: rgb(224,49,162); }
td.TdClassName
{
border-color: #E031A2;
}
.TagClassName
{
border-color: #E031A2;
}
</style>