Shades of Deep Cerise #E2208C
Tints of Deep Cerise #E2208C
RGB
CMYK
RGB Variations
Color information
#E2208C (or 0xE2208C) is known color: Deep Cerise. HEX triplet: E2, 20 and 8C. RGB value is (226,32,140). Sum of RGB (Red+Green+Blue) = 226+32+140=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2208C is #1DDF73. Grayscale: #666666. Windows color (decimal): -1957748 or 9183458. OLE color: 9183458.
HSL color Cylindrical-coordinate representation of color #E2208C: hue angle of 326.6º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2208C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 140 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.11 |
| HSL | 326.6º | 0.77% | 0.51% | - |
| HSV(B) | 326.6º | 0.86% | 0.89% | - |
| XYZ | 36.61 | 19.1 | 26.57 | - |
| YUV | 102.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 140 | 0 | 0.86 | 0.38 | 0.11 | 326.6 | 0.77 | 0.51 |
| Hex | E2 | 20 | 8C | 0 | 56 | 26 | B | 147 | 4D | 33 |
| Octal | 342 | 40 | 214 | 0 | 126 | 46 | 13 | 507 | 115 | 63 |
| Binary | 11100010 | 100000 | 10001100 | 0 | 1010110 | 100110 | 1011 | 101000111 | 1001101 | 110011 |
Color Harmonies of #E2208C
Complementary color
Monochromatic Colors of #E2208C
Black with #E2208C
Text Example
Text Example
White with #E2208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2208C; }
p { color: rgb(226,32,140); }
H1.HeaderClassName
{
color: #E2208C;
}
.AnyTagClassName
{
color: #E2208C;
}
</style>
background-color css
<style>
a { background-color: #E2208C; }
a { background-color: rgb(226,32,140); }
div.DivClassName
{
background-color: #E2208C;
}
.BgClassName
{
background-color: #E2208C;
}
</style>
border-color css
<style>
span { border-color: #E2208C; }
span { border-color: rgb(226,32,140); }
td.TdClassName
{
border-color: #E2208C;
}
.TagClassName
{
border-color: #E2208C;
}
</style>