Shades of Deep Cerise #E22FA0
Tints of Deep Cerise #E22FA0
RGB
CMYK
RGB Variations
Color information
#E22FA0 (or 0xE22FA0) is known color: Deep Cerise. HEX triplet: E2, 2F and A0. RGB value is (226,47,160). Sum of RGB (Red+Green+Blue) = 226+47+160=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E22FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22FA0 is #1DD05F. Grayscale: #717171. Windows color (decimal): -1953888 or 10498018. OLE color: 10498018.
HSL color Cylindrical-coordinate representation of color #E22FA0: hue angle of 322.12º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E22FA0 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 47 | 160 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.11 |
| HSL | 322.12º | 0.76% | 0.54% | - |
| HSV(B) | 322.12º | 0.79% | 0.89% | - |
| XYZ | 38.73 | 20.74 | 35.22 | - |
| YUV | 113.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 47 | 160 | 0 | 0.79 | 0.29 | 0.11 | 322.12 | 0.76 | 0.54 |
| Hex | E2 | 2F | A0 | 0 | 4F | 1D | B | 142 | 4C | 36 |
| Octal | 342 | 57 | 240 | 0 | 117 | 35 | 13 | 502 | 114 | 66 |
| Binary | 11100010 | 101111 | 10100000 | 0 | 1001111 | 11101 | 1011 | 101000010 | 1001100 | 110110 |
Color Harmonies of #E22FA0
Complementary color
Monochromatic Colors of #E22FA0
Black with #E22FA0
Text Example
Text Example
White with #E22FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22FA0; }
p { color: rgb(226,47,160); }
H1.HeaderClassName
{
color: #E22FA0;
}
.AnyTagClassName
{
color: #E22FA0;
}
</style>
background-color css
<style>
a { background-color: #E22FA0; }
a { background-color: rgb(226,47,160); }
div.DivClassName
{
background-color: #E22FA0;
}
.BgClassName
{
background-color: #E22FA0;
}
</style>
border-color css
<style>
span { border-color: #E22FA0; }
span { border-color: rgb(226,47,160); }
td.TdClassName
{
border-color: #E22FA0;
}
.TagClassName
{
border-color: #E22FA0;
}
</style>