Shades of Deep Cerise #E22086
Tints of Deep Cerise #E22086
RGB
CMYK
RGB Variations
Color information
#E22086 (or 0xE22086) is known color: Deep Cerise. HEX triplet: E2, 20 and 86. RGB value is (226,32,134). Sum of RGB (Red+Green+Blue) = 226+32+134=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E22086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22086 is #1DDF79. Grayscale: #656565. Windows color (decimal): -1957754 or 8790242. OLE color: 8790242.
HSL color Cylindrical-coordinate representation of color #E22086: hue angle of 328.45º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22086 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 134 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.11 |
| HSL | 328.45º | 0.77% | 0.51% | - |
| HSV(B) | 328.45º | 0.86% | 0.89% | - |
| XYZ | 36.18 | 18.92 | 24.3 | - |
| YUV | 101.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 134 | 0 | 0.86 | 0.41 | 0.11 | 328.45 | 0.77 | 0.51 |
| Hex | E2 | 20 | 86 | 0 | 56 | 29 | B | 148 | 4D | 33 |
| Octal | 342 | 40 | 206 | 0 | 126 | 51 | 13 | 510 | 115 | 63 |
| Binary | 11100010 | 100000 | 10000110 | 0 | 1010110 | 101001 | 1011 | 101001000 | 1001101 | 110011 |
Color Harmonies of #E22086
Complementary color
Monochromatic Colors of #E22086
Black with #E22086
Text Example
Text Example
White with #E22086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22086; }
p { color: rgb(226,32,134); }
H1.HeaderClassName
{
color: #E22086;
}
.AnyTagClassName
{
color: #E22086;
}
</style>
background-color css
<style>
a { background-color: #E22086; }
a { background-color: rgb(226,32,134); }
div.DivClassName
{
background-color: #E22086;
}
.BgClassName
{
background-color: #E22086;
}
</style>
border-color css
<style>
span { border-color: #E22086; }
span { border-color: rgb(226,32,134); }
td.TdClassName
{
border-color: #E22086;
}
.TagClassName
{
border-color: #E22086;
}
</style>