Shades of Deep Cerise #E21F78
Tints of Deep Cerise #E21F78
RGB
CMYK
RGB Variations
Color information
#E21F78 (or 0xE21F78) is known color: Deep Cerise. HEX triplet: E2, 1F and 78. RGB value is (226,31,120). Sum of RGB (Red+Green+Blue) = 226+31+120=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F78 is #1DE087. Grayscale: #636363. Windows color (decimal): -1958024 or 7872482. OLE color: 7872482.
HSL color Cylindrical-coordinate representation of color #E21F78: hue angle of 332.62º 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 #E21F78 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 120 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.11 |
| HSL | 332.62º | 0.77% | 0.5% | - |
| HSV(B) | 332.62º | 0.86% | 0.89% | - |
| XYZ | 35.24 | 18.5 | 19.48 | - |
| YUV | 99.45 | 139.6 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 120 | 0 | 0.86 | 0.47 | 0.11 | 332.62 | 0.77 | 0.5 |
| Hex | E2 | 1F | 78 | 0 | 56 | 2F | B | 14D | 4D | 32 |
| Octal | 342 | 37 | 170 | 0 | 126 | 57 | 13 | 515 | 115 | 62 |
| Binary | 11100010 | 11111 | 1111000 | 0 | 1010110 | 101111 | 1011 | 101001101 | 1001101 | 110010 |
Color Harmonies of #E21F78
Complementary color
Monochromatic Colors of #E21F78
Black with #E21F78
Text Example
Text Example
White with #E21F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F78; }
p { color: rgb(226,31,120); }
H1.HeaderClassName
{
color: #E21F78;
}
.AnyTagClassName
{
color: #E21F78;
}
</style>
background-color css
<style>
a { background-color: #E21F78; }
a { background-color: rgb(226,31,120); }
div.DivClassName
{
background-color: #E21F78;
}
.BgClassName
{
background-color: #E21F78;
}
</style>
border-color css
<style>
span { border-color: #E21F78; }
span { border-color: rgb(226,31,120); }
td.TdClassName
{
border-color: #E21F78;
}
.TagClassName
{
border-color: #E21F78;
}
</style>