Shades of Deep Cerise #E22EA0
Tints of Deep Cerise #E22EA0
RGB
CMYK
RGB Variations
Color information
#E22EA0 (or 0xE22EA0) is known color: Deep Cerise. HEX triplet: E2, 2E and A0. RGB value is (226,46,160). Sum of RGB (Red+Green+Blue) = 226+46+160=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E22EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22EA0 is #1DD15F. Grayscale: #707070. Windows color (decimal): -1954144 or 10497762. OLE color: 10497762.
HSL color Cylindrical-coordinate representation of color #E22EA0: hue angle of 322º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22EA0 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 46 | 160 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.11 |
| HSL | 322º | 0.76% | 0.53% | - |
| HSV(B) | 322º | 0.8% | 0.89% | - |
| XYZ | 38.69 | 20.66 | 35.21 | - |
| YUV | 112.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 46 | 160 | 0 | 0.80 | 0.29 | 0.11 | 322 | 0.76 | 0.53 |
| Hex | E2 | 2E | A0 | 0 | 50 | 1D | B | 142 | 4C | 35 |
| Octal | 342 | 56 | 240 | 0 | 120 | 35 | 13 | 502 | 114 | 65 |
| Binary | 11100010 | 101110 | 10100000 | 0 | 1010000 | 11101 | 1011 | 101000010 | 1001100 | 110101 |
Color Harmonies of #E22EA0
Complementary color
Monochromatic Colors of #E22EA0
Black with #E22EA0
Text Example
Text Example
White with #E22EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22EA0; }
p { color: rgb(226,46,160); }
H1.HeaderClassName
{
color: #E22EA0;
}
.AnyTagClassName
{
color: #E22EA0;
}
</style>
background-color css
<style>
a { background-color: #E22EA0; }
a { background-color: rgb(226,46,160); }
div.DivClassName
{
background-color: #E22EA0;
}
.BgClassName
{
background-color: #E22EA0;
}
</style>
border-color css
<style>
span { border-color: #E22EA0; }
span { border-color: rgb(226,46,160); }
td.TdClassName
{
border-color: #E22EA0;
}
.TagClassName
{
border-color: #E22EA0;
}
</style>