Shades of Deep Cerise #E22282
Tints of Deep Cerise #E22282
RGB
CMYK
RGB Variations
Color information
#E22282 (or 0xE22282) is known color: Deep Cerise. HEX triplet: E2, 22 and 82. RGB value is (226,34,130). Sum of RGB (Red+Green+Blue) = 226+34+130=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E22282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22282 is #1DDD7D. Grayscale: #666666. Windows color (decimal): -1957246 or 8528610. OLE color: 8528610.
HSL color Cylindrical-coordinate representation of color #E22282: hue angle of 330º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22282 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 130 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.11 |
| HSL | 330º | 0.77% | 0.51% | - |
| HSV(B) | 330º | 0.85% | 0.89% | - |
| XYZ | 35.97 | 18.92 | 22.88 | - |
| YUV | 102.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 130 | 0 | 0.85 | 0.42 | 0.11 | 330 | 0.77 | 0.51 |
| Hex | E2 | 22 | 82 | 0 | 55 | 2A | B | 14A | 4D | 33 |
| Octal | 342 | 42 | 202 | 0 | 125 | 52 | 13 | 512 | 115 | 63 |
| Binary | 11100010 | 100010 | 10000010 | 0 | 1010101 | 101010 | 1011 | 101001010 | 1001101 | 110011 |
Color Harmonies of #E22282
Complementary color
Monochromatic Colors of #E22282
Black with #E22282
Text Example
Text Example
White with #E22282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22282; }
p { color: rgb(226,34,130); }
H1.HeaderClassName
{
color: #E22282;
}
.AnyTagClassName
{
color: #E22282;
}
</style>
background-color css
<style>
a { background-color: #E22282; }
a { background-color: rgb(226,34,130); }
div.DivClassName
{
background-color: #E22282;
}
.BgClassName
{
background-color: #E22282;
}
</style>
border-color css
<style>
span { border-color: #E22282; }
span { border-color: rgb(226,34,130); }
td.TdClassName
{
border-color: #E22282;
}
.TagClassName
{
border-color: #E22282;
}
</style>