Shades of Deep Cerise #E21984
Tints of Deep Cerise #E21984
RGB
CMYK
RGB Variations
Color information
#E21984 (or 0xE21984) is known color: Deep Cerise. HEX triplet: E2, 19 and 84. RGB value is (226,25,132). Sum of RGB (Red+Green+Blue) = 226+25+132=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E21984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21984 is #1DE67B. Grayscale: #616161. Windows color (decimal): -1959548 or 8657378. OLE color: 8657378.
HSL color Cylindrical-coordinate representation of color #E21984: hue angle of 328.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21984 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 132 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.11 |
| HSL | 328.06º | 0.8% | 0.49% | - |
| HSV(B) | 328.06º | 0.89% | 0.89% | - |
| XYZ | 35.88 | 18.53 | 23.52 | - |
| YUV | 97.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 132 | 0 | 0.89 | 0.42 | 0.11 | 328.06 | 0.8 | 0.49 |
| Hex | E2 | 19 | 84 | 0 | 59 | 2A | B | 148 | 50 | 31 |
| Octal | 342 | 31 | 204 | 0 | 131 | 52 | 13 | 510 | 120 | 61 |
| Binary | 11100010 | 11001 | 10000100 | 0 | 1011001 | 101010 | 1011 | 101001000 | 1010000 | 110001 |
Color Harmonies of #E21984
Complementary color
Monochromatic Colors of #E21984
Black with #E21984
Text Example
Text Example
White with #E21984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21984; }
p { color: rgb(226,25,132); }
H1.HeaderClassName
{
color: #E21984;
}
.AnyTagClassName
{
color: #E21984;
}
</style>
background-color css
<style>
a { background-color: #E21984; }
a { background-color: rgb(226,25,132); }
div.DivClassName
{
background-color: #E21984;
}
.BgClassName
{
background-color: #E21984;
}
</style>
border-color css
<style>
span { border-color: #E21984; }
span { border-color: rgb(226,25,132); }
td.TdClassName
{
border-color: #E21984;
}
.TagClassName
{
border-color: #E21984;
}
</style>