Shades of Deep Cerise #E21F77
Tints of Deep Cerise #E21F77
RGB
CMYK
RGB Variations
Color information
#E21F77 (or 0xE21F77) is known color: Deep Cerise. HEX triplet: E2, 1F and 77. RGB value is (226,31,119). Sum of RGB (Red+Green+Blue) = 226+31+119=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F77 is #1DE088. Grayscale: #636363. Windows color (decimal): -1958025 or 7806946. OLE color: 7806946.
HSL color Cylindrical-coordinate representation of color #E21F77: hue angle of 332.92º 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 #E21F77 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 119 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.11 |
| HSL | 332.92º | 0.77% | 0.5% | - |
| HSV(B) | 332.92º | 0.86% | 0.89% | - |
| XYZ | 35.18 | 18.48 | 19.17 | - |
| YUV | 99.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 119 | 0 | 0.86 | 0.47 | 0.11 | 332.92 | 0.77 | 0.5 |
| Hex | E2 | 1F | 77 | 0 | 56 | 2F | B | 14D | 4D | 32 |
| Octal | 342 | 37 | 167 | 0 | 126 | 57 | 13 | 515 | 115 | 62 |
| Binary | 11100010 | 11111 | 1110111 | 0 | 1010110 | 101111 | 1011 | 101001101 | 1001101 | 110010 |
Color Harmonies of #E21F77
Complementary color
Monochromatic Colors of #E21F77
Black with #E21F77
Text Example
Text Example
White with #E21F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F77; }
p { color: rgb(226,31,119); }
H1.HeaderClassName
{
color: #E21F77;
}
.AnyTagClassName
{
color: #E21F77;
}
</style>
background-color css
<style>
a { background-color: #E21F77; }
a { background-color: rgb(226,31,119); }
div.DivClassName
{
background-color: #E21F77;
}
.BgClassName
{
background-color: #E21F77;
}
</style>
border-color css
<style>
span { border-color: #E21F77; }
span { border-color: rgb(226,31,119); }
td.TdClassName
{
border-color: #E21F77;
}
.TagClassName
{
border-color: #E21F77;
}
</style>