Shades of Deep Cerise #E22D91
Tints of Deep Cerise #E22D91
RGB
CMYK
RGB Variations
Color information
#E22D91 (or 0xE22D91) is known color: Deep Cerise. HEX triplet: E2, 2D and 91. RGB value is (226,45,145). Sum of RGB (Red+Green+Blue) = 226+45+145=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22D91 is #1DD26E. Grayscale: #6E6E6E. Windows color (decimal): -1954415 or 9514466. OLE color: 9514466.
HSL color Cylindrical-coordinate representation of color #E22D91: hue angle of 326.85º 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 #E22D91 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 145 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.11 |
| HSL | 326.85º | 0.76% | 0.53% | - |
| HSV(B) | 326.85º | 0.8% | 0.89% | - |
| XYZ | 37.41 | 20.09 | 28.69 | - |
| YUV | 110.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 145 | 0 | 0.80 | 0.36 | 0.11 | 326.85 | 0.76 | 0.53 |
| Hex | E2 | 2D | 91 | 0 | 50 | 24 | B | 147 | 4C | 35 |
| Octal | 342 | 55 | 221 | 0 | 120 | 44 | 13 | 507 | 114 | 65 |
| Binary | 11100010 | 101101 | 10010001 | 0 | 1010000 | 100100 | 1011 | 101000111 | 1001100 | 110101 |
Color Harmonies of #E22D91
Complementary color
Monochromatic Colors of #E22D91
Black with #E22D91
Text Example
Text Example
White with #E22D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D91; }
p { color: rgb(226,45,145); }
H1.HeaderClassName
{
color: #E22D91;
}
.AnyTagClassName
{
color: #E22D91;
}
</style>
background-color css
<style>
a { background-color: #E22D91; }
a { background-color: rgb(226,45,145); }
div.DivClassName
{
background-color: #E22D91;
}
.BgClassName
{
background-color: #E22D91;
}
</style>
border-color css
<style>
span { border-color: #E22D91; }
span { border-color: rgb(226,45,145); }
td.TdClassName
{
border-color: #E22D91;
}
.TagClassName
{
border-color: #E22D91;
}
</style>