Shades of Deep Cerise #E11984
Tints of Deep Cerise #E11984
RGB
CMYK
RGB Variations
Color information
#E11984 (or 0xE11984) is known color: Deep Cerise. HEX triplet: E1, 19 and 84. RGB value is (225,25,132). Sum of RGB (Red+Green+Blue) = 225+25+132=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E11984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11984 is #1EE67B. Grayscale: #606060. Windows color (decimal): -2025084 or 8657377. OLE color: 8657377.
HSL color Cylindrical-coordinate representation of color #E11984: hue angle of 327.9º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11984 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 132 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.12 |
| HSL | 327.9º | 0.8% | 0.49% | - |
| HSV(B) | 327.9º | 0.89% | 0.88% | - |
| XYZ | 35.56 | 18.37 | 23.5 | - |
| YUV | 97 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 132 | 0 | 0.89 | 0.41 | 0.12 | 327.9 | 0.8 | 0.49 |
| Hex | E1 | 19 | 84 | 0 | 59 | 29 | C | 148 | 50 | 31 |
| Octal | 341 | 31 | 204 | 0 | 131 | 51 | 14 | 510 | 120 | 61 |
| Binary | 11100001 | 11001 | 10000100 | 0 | 1011001 | 101001 | 1100 | 101001000 | 1010000 | 110001 |
Color Harmonies of #E11984
Complementary color
Monochromatic Colors of #E11984
Black with #E11984
Text Example
Text Example
White with #E11984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11984; }
p { color: rgb(225,25,132); }
H1.HeaderClassName
{
color: #E11984;
}
.AnyTagClassName
{
color: #E11984;
}
</style>
background-color css
<style>
a { background-color: #E11984; }
a { background-color: rgb(225,25,132); }
div.DivClassName
{
background-color: #E11984;
}
.BgClassName
{
background-color: #E11984;
}
</style>
border-color css
<style>
span { border-color: #E11984; }
span { border-color: rgb(225,25,132); }
td.TdClassName
{
border-color: #E11984;
}
.TagClassName
{
border-color: #E11984;
}
</style>