Shades of Deep Cerise #E21C86
Tints of Deep Cerise #E21C86
RGB
CMYK
RGB Variations
Color information
#E21C86 (or 0xE21C86) is known color: Deep Cerise. HEX triplet: E2, 1C and 86. RGB value is (226,28,134). Sum of RGB (Red+Green+Blue) = 226+28+134=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C86 is #1DE379. Grayscale: #636363. Windows color (decimal): -1958778 or 8789218. OLE color: 8789218.
HSL color Cylindrical-coordinate representation of color #E21C86: hue angle of 327.88º 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 #E21C86 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 134 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.11 |
| HSL | 327.88º | 0.78% | 0.5% | - |
| HSV(B) | 327.88º | 0.88% | 0.89% | - |
| XYZ | 36.08 | 18.72 | 24.27 | - |
| YUV | 99.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 134 | 0 | 0.88 | 0.41 | 0.11 | 327.88 | 0.78 | 0.5 |
| Hex | E2 | 1C | 86 | 0 | 58 | 29 | B | 148 | 4E | 32 |
| Octal | 342 | 34 | 206 | 0 | 130 | 51 | 13 | 510 | 116 | 62 |
| Binary | 11100010 | 11100 | 10000110 | 0 | 1011000 | 101001 | 1011 | 101001000 | 1001110 | 110010 |
Color Harmonies of #E21C86
Complementary color
Monochromatic Colors of #E21C86
Black with #E21C86
Text Example
Text Example
White with #E21C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C86; }
p { color: rgb(226,28,134); }
H1.HeaderClassName
{
color: #E21C86;
}
.AnyTagClassName
{
color: #E21C86;
}
</style>
background-color css
<style>
a { background-color: #E21C86; }
a { background-color: rgb(226,28,134); }
div.DivClassName
{
background-color: #E21C86;
}
.BgClassName
{
background-color: #E21C86;
}
</style>
border-color css
<style>
span { border-color: #E21C86; }
span { border-color: rgb(226,28,134); }
td.TdClassName
{
border-color: #E21C86;
}
.TagClassName
{
border-color: #E21C86;
}
</style>