Shades of Deep Cerise #E22DA0
Tints of Deep Cerise #E22DA0
RGB
CMYK
RGB Variations
Color information
#E22DA0 (or 0xE22DA0) is known color: Deep Cerise. HEX triplet: E2, 2D and A0. RGB value is (226,45,160). Sum of RGB (Red+Green+Blue) = 226+45+160=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22DA0 is #1DD25F. Grayscale: #6F6F6F. Windows color (decimal): -1954400 or 10497506. OLE color: 10497506.
HSL color Cylindrical-coordinate representation of color #E22DA0: hue angle of 321.88º 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 #E22DA0 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 160 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.11 |
| HSL | 321.88º | 0.76% | 0.53% | - |
| HSV(B) | 321.88º | 0.8% | 0.89% | - |
| XYZ | 38.65 | 20.58 | 35.19 | - |
| YUV | 112.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 160 | 0 | 0.80 | 0.29 | 0.11 | 321.88 | 0.76 | 0.53 |
| Hex | E2 | 2D | A0 | 0 | 50 | 1D | B | 142 | 4C | 35 |
| Octal | 342 | 55 | 240 | 0 | 120 | 35 | 13 | 502 | 114 | 65 |
| Binary | 11100010 | 101101 | 10100000 | 0 | 1010000 | 11101 | 1011 | 101000010 | 1001100 | 110101 |
Color Harmonies of #E22DA0
Complementary color
Monochromatic Colors of #E22DA0
Black with #E22DA0
Text Example
Text Example
White with #E22DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22DA0; }
p { color: rgb(226,45,160); }
H1.HeaderClassName
{
color: #E22DA0;
}
.AnyTagClassName
{
color: #E22DA0;
}
</style>
background-color css
<style>
a { background-color: #E22DA0; }
a { background-color: rgb(226,45,160); }
div.DivClassName
{
background-color: #E22DA0;
}
.BgClassName
{
background-color: #E22DA0;
}
</style>
border-color css
<style>
span { border-color: #E22DA0; }
span { border-color: rgb(226,45,160); }
td.TdClassName
{
border-color: #E22DA0;
}
.TagClassName
{
border-color: #E22DA0;
}
</style>