Shades of Deep Cerise #E21C80
Tints of Deep Cerise #E21C80
RGB
CMYK
RGB Variations
Color information
#E21C80 (or 0xE21C80) is known color: Deep Cerise. HEX triplet: E2, 1C and 80. RGB value is (226,28,128). Sum of RGB (Red+Green+Blue) = 226+28+128=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C80 is #1DE37F. Grayscale: #626262. Windows color (decimal): -1958784 or 8396002. OLE color: 8396002.
HSL color Cylindrical-coordinate representation of color #E21C80: hue angle of 329.7º 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 #E21C80 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 128 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.11 |
| HSL | 329.7º | 0.78% | 0.5% | - |
| HSV(B) | 329.7º | 0.88% | 0.89% | - |
| XYZ | 35.68 | 18.56 | 22.12 | - |
| YUV | 98.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 128 | 0 | 0.88 | 0.43 | 0.11 | 329.7 | 0.78 | 0.5 |
| Hex | E2 | 1C | 80 | 0 | 58 | 2B | B | 14A | 4E | 32 |
| Octal | 342 | 34 | 200 | 0 | 130 | 53 | 13 | 512 | 116 | 62 |
| Binary | 11100010 | 11100 | 10000000 | 0 | 1011000 | 101011 | 1011 | 101001010 | 1001110 | 110010 |
Color Harmonies of #E21C80
Complementary color
Monochromatic Colors of #E21C80
Black with #E21C80
Text Example
Text Example
White with #E21C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C80; }
p { color: rgb(226,28,128); }
H1.HeaderClassName
{
color: #E21C80;
}
.AnyTagClassName
{
color: #E21C80;
}
</style>
background-color css
<style>
a { background-color: #E21C80; }
a { background-color: rgb(226,28,128); }
div.DivClassName
{
background-color: #E21C80;
}
.BgClassName
{
background-color: #E21C80;
}
</style>
border-color css
<style>
span { border-color: #E21C80; }
span { border-color: rgb(226,28,128); }
td.TdClassName
{
border-color: #E21C80;
}
.TagClassName
{
border-color: #E21C80;
}
</style>