Shades of Deep Cerise #E2227A
Tints of Deep Cerise #E2227A
RGB
CMYK
RGB Variations
Color information
#E2227A (or 0xE2227A) is known color: Deep Cerise. HEX triplet: E2, 22 and 7A. RGB value is (226,34,122). Sum of RGB (Red+Green+Blue) = 226+34+122=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2227A is #1DDD85. Grayscale: #656565. Windows color (decimal): -1957254 or 8004322. OLE color: 8004322.
HSL color Cylindrical-coordinate representation of color #E2227A: hue angle of 332.5º 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 #E2227A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 122 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.11 |
| HSL | 332.5º | 0.77% | 0.51% | - |
| HSV(B) | 332.5º | 0.85% | 0.89% | - |
| XYZ | 35.45 | 18.72 | 20.16 | - |
| YUV | 101.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 122 | 0 | 0.85 | 0.46 | 0.11 | 332.5 | 0.77 | 0.51 |
| Hex | E2 | 22 | 7A | 0 | 55 | 2E | B | 14C | 4D | 33 |
| Octal | 342 | 42 | 172 | 0 | 125 | 56 | 13 | 514 | 115 | 63 |
| Binary | 11100010 | 100010 | 1111010 | 0 | 1010101 | 101110 | 1011 | 101001100 | 1001101 | 110011 |
Color Harmonies of #E2227A
Complementary color
Monochromatic Colors of #E2227A
Black with #E2227A
Text Example
Text Example
White with #E2227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2227A; }
p { color: rgb(226,34,122); }
H1.HeaderClassName
{
color: #E2227A;
}
.AnyTagClassName
{
color: #E2227A;
}
</style>
background-color css
<style>
a { background-color: #E2227A; }
a { background-color: rgb(226,34,122); }
div.DivClassName
{
background-color: #E2227A;
}
.BgClassName
{
background-color: #E2227A;
}
</style>
border-color css
<style>
span { border-color: #E2227A; }
span { border-color: rgb(226,34,122); }
td.TdClassName
{
border-color: #E2227A;
}
.TagClassName
{
border-color: #E2227A;
}
</style>