Shades of Deep Cerise #E2217B
Tints of Deep Cerise #E2217B
RGB
CMYK
RGB Variations
Color information
#E2217B (or 0xE2217B) is known color: Deep Cerise. HEX triplet: E2, 21 and 7B. RGB value is (226,33,123). Sum of RGB (Red+Green+Blue) = 226+33+123=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2217B is #1DDE84. Grayscale: #646464. Windows color (decimal): -1957509 or 8069602. OLE color: 8069602.
HSL color Cylindrical-coordinate representation of color #E2217B: hue angle of 332.02º 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 #E2217B is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 123 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.11 |
| HSL | 332.02º | 0.77% | 0.51% | - |
| HSV(B) | 332.02º | 0.85% | 0.89% | - |
| XYZ | 35.48 | 18.69 | 20.48 | - |
| YUV | 100.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 123 | 0 | 0.85 | 0.46 | 0.11 | 332.02 | 0.77 | 0.51 |
| Hex | E2 | 21 | 7B | 0 | 55 | 2E | B | 14C | 4D | 33 |
| Octal | 342 | 41 | 173 | 0 | 125 | 56 | 13 | 514 | 115 | 63 |
| Binary | 11100010 | 100001 | 1111011 | 0 | 1010101 | 101110 | 1011 | 101001100 | 1001101 | 110011 |
Color Harmonies of #E2217B
Complementary color
Monochromatic Colors of #E2217B
Black with #E2217B
Text Example
Text Example
White with #E2217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2217B; }
p { color: rgb(226,33,123); }
H1.HeaderClassName
{
color: #E2217B;
}
.AnyTagClassName
{
color: #E2217B;
}
</style>
background-color css
<style>
a { background-color: #E2217B; }
a { background-color: rgb(226,33,123); }
div.DivClassName
{
background-color: #E2217B;
}
.BgClassName
{
background-color: #E2217B;
}
</style>
border-color css
<style>
span { border-color: #E2217B; }
span { border-color: rgb(226,33,123); }
td.TdClassName
{
border-color: #E2217B;
}
.TagClassName
{
border-color: #E2217B;
}
</style>