Shades of Deep Cerise #E21C99
Tints of Deep Cerise #E21C99
RGB
CMYK
RGB Variations
Color information
#E21C99 (or 0xE21C99) is known color: Deep Cerise. HEX triplet: E2, 1C and 99. RGB value is (226,28,153). Sum of RGB (Red+Green+Blue) = 226+28+153=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C99 is #1DE366. Grayscale: #656565. Windows color (decimal): -1958759 or 10034402. OLE color: 10034402.
HSL color Cylindrical-coordinate representation of color #E21C99: hue angle of 322.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C99 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 153 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.11 |
| HSL | 322.12º | 0.78% | 0.5% | - |
| HSV(B) | 322.12º | 0.88% | 0.89% | - |
| XYZ | 37.53 | 19.3 | 31.88 | - |
| YUV | 101.45 | 157.1 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 153 | 0 | 0.88 | 0.32 | 0.11 | 322.12 | 0.78 | 0.5 |
| Hex | E2 | 1C | 99 | 0 | 58 | 20 | B | 142 | 4E | 32 |
| Octal | 342 | 34 | 231 | 0 | 130 | 40 | 13 | 502 | 116 | 62 |
| Binary | 11100010 | 11100 | 10011001 | 0 | 1011000 | 100000 | 1011 | 101000010 | 1001110 | 110010 |
Color Harmonies of #E21C99
Complementary color
Monochromatic Colors of #E21C99
Black with #E21C99
Text Example
Text Example
White with #E21C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C99; }
p { color: rgb(226,28,153); }
H1.HeaderClassName
{
color: #E21C99;
}
.AnyTagClassName
{
color: #E21C99;
}
</style>
background-color css
<style>
a { background-color: #E21C99; }
a { background-color: rgb(226,28,153); }
div.DivClassName
{
background-color: #E21C99;
}
.BgClassName
{
background-color: #E21C99;
}
</style>
border-color css
<style>
span { border-color: #E21C99; }
span { border-color: rgb(226,28,153); }
td.TdClassName
{
border-color: #E21C99;
}
.TagClassName
{
border-color: #E21C99;
}
</style>