Shades of Deep Cerise #E21F86
Tints of Deep Cerise #E21F86
RGB
CMYK
RGB Variations
Color information
#E21F86 (or 0xE21F86) is known color: Deep Cerise. HEX triplet: E2, 1F and 86. RGB value is (226,31,134). Sum of RGB (Red+Green+Blue) = 226+31+134=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F86 is #1DE079. Grayscale: #646464. Windows color (decimal): -1958010 or 8789986. OLE color: 8789986.
HSL color Cylindrical-coordinate representation of color #E21F86: hue angle of 328.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F86 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 134 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.11 |
| HSL | 328.31º | 0.77% | 0.5% | - |
| HSV(B) | 328.31º | 0.86% | 0.89% | - |
| XYZ | 36.16 | 18.87 | 24.29 | - |
| YUV | 101.05 | 146.6 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 134 | 0 | 0.86 | 0.41 | 0.11 | 328.31 | 0.77 | 0.5 |
| Hex | E2 | 1F | 86 | 0 | 56 | 29 | B | 148 | 4D | 32 |
| Octal | 342 | 37 | 206 | 0 | 126 | 51 | 13 | 510 | 115 | 62 |
| Binary | 11100010 | 11111 | 10000110 | 0 | 1010110 | 101001 | 1011 | 101001000 | 1001101 | 110010 |
Color Harmonies of #E21F86
Complementary color
Monochromatic Colors of #E21F86
Black with #E21F86
Text Example
Text Example
White with #E21F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F86; }
p { color: rgb(226,31,134); }
H1.HeaderClassName
{
color: #E21F86;
}
.AnyTagClassName
{
color: #E21F86;
}
</style>
background-color css
<style>
a { background-color: #E21F86; }
a { background-color: rgb(226,31,134); }
div.DivClassName
{
background-color: #E21F86;
}
.BgClassName
{
background-color: #E21F86;
}
</style>
border-color css
<style>
span { border-color: #E21F86; }
span { border-color: rgb(226,31,134); }
td.TdClassName
{
border-color: #E21F86;
}
.TagClassName
{
border-color: #E21F86;
}
</style>