Shades of Deep Cerise #E22D81
Tints of Deep Cerise #E22D81
RGB
CMYK
RGB Variations
Color information
#E22D81 (or 0xE22D81) is known color: Deep Cerise. HEX triplet: E2, 2D and 81. RGB value is (226,45,129). Sum of RGB (Red+Green+Blue) = 226+45+129=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22D81 is #1DD27E. Grayscale: #6C6C6C. Windows color (decimal): -1954431 or 8465890. OLE color: 8465890.
HSL color Cylindrical-coordinate representation of color #E22D81: hue angle of 332.15º 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 #E22D81 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 129 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.11 |
| HSL | 332.15º | 0.76% | 0.53% | - |
| HSV(B) | 332.15º | 0.8% | 0.89% | - |
| XYZ | 36.26 | 19.63 | 22.65 | - |
| YUV | 108.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 129 | 0 | 0.80 | 0.43 | 0.11 | 332.15 | 0.76 | 0.53 |
| Hex | E2 | 2D | 81 | 0 | 50 | 2B | B | 14C | 4C | 35 |
| Octal | 342 | 55 | 201 | 0 | 120 | 53 | 13 | 514 | 114 | 65 |
| Binary | 11100010 | 101101 | 10000001 | 0 | 1010000 | 101011 | 1011 | 101001100 | 1001100 | 110101 |
Color Harmonies of #E22D81
Complementary color
Monochromatic Colors of #E22D81
Black with #E22D81
Text Example
Text Example
White with #E22D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D81; }
p { color: rgb(226,45,129); }
H1.HeaderClassName
{
color: #E22D81;
}
.AnyTagClassName
{
color: #E22D81;
}
</style>
background-color css
<style>
a { background-color: #E22D81; }
a { background-color: rgb(226,45,129); }
div.DivClassName
{
background-color: #E22D81;
}
.BgClassName
{
background-color: #E22D81;
}
</style>
border-color css
<style>
span { border-color: #E22D81; }
span { border-color: rgb(226,45,129); }
td.TdClassName
{
border-color: #E22D81;
}
.TagClassName
{
border-color: #E22D81;
}
</style>