Shades of Deep Cerise #E2217C
Tints of Deep Cerise #E2217C
RGB
CMYK
RGB Variations
Color information
#E2217C (or 0xE2217C) is known color: Deep Cerise. HEX triplet: E2, 21 and 7C. RGB value is (226,33,124). Sum of RGB (Red+Green+Blue) = 226+33+124=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2217C is #1DDE83. Grayscale: #646464. Windows color (decimal): -1957508 or 8135138. OLE color: 8135138.
HSL color Cylindrical-coordinate representation of color #E2217C: hue angle of 331.71º 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 #E2217C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 124 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.11 |
| HSL | 331.71º | 0.77% | 0.51% | - |
| HSV(B) | 331.71º | 0.85% | 0.89% | - |
| XYZ | 35.55 | 18.71 | 20.81 | - |
| YUV | 101.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 124 | 0 | 0.85 | 0.45 | 0.11 | 331.71 | 0.77 | 0.51 |
| Hex | E2 | 21 | 7C | 0 | 55 | 2D | B | 14C | 4D | 33 |
| Octal | 342 | 41 | 174 | 0 | 125 | 55 | 13 | 514 | 115 | 63 |
| Binary | 11100010 | 100001 | 1111100 | 0 | 1010101 | 101101 | 1011 | 101001100 | 1001101 | 110011 |
Color Harmonies of #E2217C
Complementary color
Monochromatic Colors of #E2217C
Black with #E2217C
Text Example
Text Example
White with #E2217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2217C; }
p { color: rgb(226,33,124); }
H1.HeaderClassName
{
color: #E2217C;
}
.AnyTagClassName
{
color: #E2217C;
}
</style>
background-color css
<style>
a { background-color: #E2217C; }
a { background-color: rgb(226,33,124); }
div.DivClassName
{
background-color: #E2217C;
}
.BgClassName
{
background-color: #E2217C;
}
</style>
border-color css
<style>
span { border-color: #E2217C; }
span { border-color: rgb(226,33,124); }
td.TdClassName
{
border-color: #E2217C;
}
.TagClassName
{
border-color: #E2217C;
}
</style>