Shades of Deep Cerise #E22986
Tints of Deep Cerise #E22986
RGB
CMYK
RGB Variations
Color information
#E22986 (or 0xE22986) is known color: Deep Cerise. HEX triplet: E2, 29 and 86. RGB value is (226,41,134). Sum of RGB (Red+Green+Blue) = 226+41+134=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E22986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22986 is #1DD679. Grayscale: #6A6A6A. Windows color (decimal): -1955450 or 8792546. OLE color: 8792546.
HSL color Cylindrical-coordinate representation of color #E22986: hue angle of 329.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22986 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 134 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.11 |
| HSL | 329.84º | 0.76% | 0.52% | - |
| HSV(B) | 329.84º | 0.82% | 0.89% | - |
| XYZ | 36.46 | 19.48 | 24.39 | - |
| YUV | 106.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 134 | 0 | 0.82 | 0.41 | 0.11 | 329.84 | 0.76 | 0.52 |
| Hex | E2 | 29 | 86 | 0 | 52 | 29 | B | 14A | 4C | 34 |
| Octal | 342 | 51 | 206 | 0 | 122 | 51 | 13 | 512 | 114 | 64 |
| Binary | 11100010 | 101001 | 10000110 | 0 | 1010010 | 101001 | 1011 | 101001010 | 1001100 | 110100 |
Color Harmonies of #E22986
Complementary color
Monochromatic Colors of #E22986
Black with #E22986
Text Example
Text Example
White with #E22986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22986; }
p { color: rgb(226,41,134); }
H1.HeaderClassName
{
color: #E22986;
}
.AnyTagClassName
{
color: #E22986;
}
</style>
background-color css
<style>
a { background-color: #E22986; }
a { background-color: rgb(226,41,134); }
div.DivClassName
{
background-color: #E22986;
}
.BgClassName
{
background-color: #E22986;
}
</style>
border-color css
<style>
span { border-color: #E22986; }
span { border-color: rgb(226,41,134); }
td.TdClassName
{
border-color: #E22986;
}
.TagClassName
{
border-color: #E22986;
}
</style>