Shades of Deep Cerise #E2219B
Tints of Deep Cerise #E2219B
RGB
CMYK
RGB Variations
Color information
#E2219B (or 0xE2219B) is known color: Deep Cerise. HEX triplet: E2, 21 and 9B. RGB value is (226,33,155). Sum of RGB (Red+Green+Blue) = 226+33+155=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2219B is #1DDE64. Grayscale: #686868. Windows color (decimal): -1957477 or 10166754. OLE color: 10166754.
HSL color Cylindrical-coordinate representation of color #E2219B: hue angle of 322.07º 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 #E2219B is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 155 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.11 |
| HSL | 322.07º | 0.77% | 0.51% | - |
| HSV(B) | 322.07º | 0.85% | 0.89% | - |
| XYZ | 37.82 | 19.62 | 32.8 | - |
| YUV | 104.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 155 | 0 | 0.85 | 0.31 | 0.11 | 322.07 | 0.77 | 0.51 |
| Hex | E2 | 21 | 9B | 0 | 55 | 1F | B | 142 | 4D | 33 |
| Octal | 342 | 41 | 233 | 0 | 125 | 37 | 13 | 502 | 115 | 63 |
| Binary | 11100010 | 100001 | 10011011 | 0 | 1010101 | 11111 | 1011 | 101000010 | 1001101 | 110011 |
Color Harmonies of #E2219B
Complementary color
Monochromatic Colors of #E2219B
Black with #E2219B
Text Example
Text Example
White with #E2219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2219B; }
p { color: rgb(226,33,155); }
H1.HeaderClassName
{
color: #E2219B;
}
.AnyTagClassName
{
color: #E2219B;
}
</style>
background-color css
<style>
a { background-color: #E2219B; }
a { background-color: rgb(226,33,155); }
div.DivClassName
{
background-color: #E2219B;
}
.BgClassName
{
background-color: #E2219B;
}
</style>
border-color css
<style>
span { border-color: #E2219B; }
span { border-color: rgb(226,33,155); }
td.TdClassName
{
border-color: #E2219B;
}
.TagClassName
{
border-color: #E2219B;
}
</style>