Shades of Deep Cerise #E2218B
Tints of Deep Cerise #E2218B
RGB
CMYK
RGB Variations
Color information
#E2218B (or 0xE2218B) is known color: Deep Cerise. HEX triplet: E2, 21 and 8B. RGB value is (226,33,139). Sum of RGB (Red+Green+Blue) = 226+33+139=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2218B is #1DDE74. Grayscale: #666666. Windows color (decimal): -1957493 or 9118178. OLE color: 9118178.
HSL color Cylindrical-coordinate representation of color #E2218B: hue angle of 327.05º 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 #E2218B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 139 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.11 |
| HSL | 327.05º | 0.77% | 0.51% | - |
| HSV(B) | 327.05º | 0.85% | 0.89% | - |
| XYZ | 36.57 | 19.12 | 26.19 | - |
| YUV | 102.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 139 | 0 | 0.85 | 0.38 | 0.11 | 327.05 | 0.77 | 0.51 |
| Hex | E2 | 21 | 8B | 0 | 55 | 26 | B | 147 | 4D | 33 |
| Octal | 342 | 41 | 213 | 0 | 125 | 46 | 13 | 507 | 115 | 63 |
| Binary | 11100010 | 100001 | 10001011 | 0 | 1010101 | 100110 | 1011 | 101000111 | 1001101 | 110011 |
Color Harmonies of #E2218B
Complementary color
Monochromatic Colors of #E2218B
Black with #E2218B
Text Example
Text Example
White with #E2218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2218B; }
p { color: rgb(226,33,139); }
H1.HeaderClassName
{
color: #E2218B;
}
.AnyTagClassName
{
color: #E2218B;
}
</style>
background-color css
<style>
a { background-color: #E2218B; }
a { background-color: rgb(226,33,139); }
div.DivClassName
{
background-color: #E2218B;
}
.BgClassName
{
background-color: #E2218B;
}
</style>
border-color css
<style>
span { border-color: #E2218B; }
span { border-color: rgb(226,33,139); }
td.TdClassName
{
border-color: #E2218B;
}
.TagClassName
{
border-color: #E2218B;
}
</style>