Shades of Deep Magenta #E113D9
Tints of Deep Magenta #E113D9
RGB
CMYK
RGB Variations
Color information
#E113D9 (or 0xE113D9) is known color: Deep Magenta. HEX triplet: E1, 13 and D9. RGB value is (225,19,217). Sum of RGB (Red+Green+Blue) = 225+19+217=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E113D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113D9 is #1EEC26. Grayscale: #666666. Windows color (decimal): -2026535 or 14226401. OLE color: 14226401.
HSL color Cylindrical-coordinate representation of color #E113D9: hue angle of 302.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113D9 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 217 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.12 |
| HSL | 302.33º | 0.84% | 0.48% | - |
| HSV(B) | 302.33º | 0.92% | 0.88% | - |
| XYZ | 43.81 | 21.48 | 67.48 | - |
| YUV | 103.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 217 | 0 | 0.92 | 0.04 | 0.12 | 302.33 | 0.84 | 0.48 |
| Hex | E1 | 13 | D9 | 0 | 5C | 4 | C | 12E | 54 | 30 |
| Octal | 341 | 23 | 331 | 0 | 134 | 4 | 14 | 456 | 124 | 60 |
| Binary | 11100001 | 10011 | 11011001 | 0 | 1011100 | 100 | 1100 | 100101110 | 1010100 | 110000 |
Color Harmonies of #E113D9
Complementary color
Monochromatic Colors of #E113D9
Black with #E113D9
Text Example
Text Example
White with #E113D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113D9; }
p { color: rgb(225,19,217); }
H1.HeaderClassName
{
color: #E113D9;
}
.AnyTagClassName
{
color: #E113D9;
}
</style>
background-color css
<style>
a { background-color: #E113D9; }
a { background-color: rgb(225,19,217); }
div.DivClassName
{
background-color: #E113D9;
}
.BgClassName
{
background-color: #E113D9;
}
</style>
border-color css
<style>
span { border-color: #E113D9; }
span { border-color: rgb(225,19,217); }
td.TdClassName
{
border-color: #E113D9;
}
.TagClassName
{
border-color: #E113D9;
}
</style>