Shades of Deep Cerise #E11986
Tints of Deep Cerise #E11986
RGB
CMYK
RGB Variations
Color information
#E11986 (or 0xE11986) is known color: Deep Cerise. HEX triplet: E1, 19 and 86. RGB value is (225,25,134). Sum of RGB (Red+Green+Blue) = 225+25+134=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E11986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11986 is #1EE679. Grayscale: #606060. Windows color (decimal): -2025082 or 8788449. OLE color: 8788449.
HSL color Cylindrical-coordinate representation of color #E11986: hue angle of 327.3º 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 #E11986 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 134 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.12 |
| HSL | 327.3º | 0.8% | 0.49% | - |
| HSV(B) | 327.3º | 0.89% | 0.88% | - |
| XYZ | 35.7 | 18.42 | 24.23 | - |
| YUV | 97.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 134 | 0 | 0.89 | 0.40 | 0.12 | 327.3 | 0.8 | 0.49 |
| Hex | E1 | 19 | 86 | 0 | 59 | 28 | C | 147 | 50 | 31 |
| Octal | 341 | 31 | 206 | 0 | 131 | 50 | 14 | 507 | 120 | 61 |
| Binary | 11100001 | 11001 | 10000110 | 0 | 1011001 | 101000 | 1100 | 101000111 | 1010000 | 110001 |
Color Harmonies of #E11986
Complementary color
Monochromatic Colors of #E11986
Black with #E11986
Text Example
Text Example
White with #E11986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11986; }
p { color: rgb(225,25,134); }
H1.HeaderClassName
{
color: #E11986;
}
.AnyTagClassName
{
color: #E11986;
}
</style>
background-color css
<style>
a { background-color: #E11986; }
a { background-color: rgb(225,25,134); }
div.DivClassName
{
background-color: #E11986;
}
.BgClassName
{
background-color: #E11986;
}
</style>
border-color css
<style>
span { border-color: #E11986; }
span { border-color: rgb(225,25,134); }
td.TdClassName
{
border-color: #E11986;
}
.TagClassName
{
border-color: #E11986;
}
</style>