Shades of Deep Magenta #E113D6
Tints of Deep Magenta #E113D6
RGB
CMYK
RGB Variations
Color information
#E113D6 (or 0xE113D6) is known color: Deep Magenta. HEX triplet: E1, 13 and D6. RGB value is (225,19,214). Sum of RGB (Red+Green+Blue) = 225+19+214=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E113D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113D6 is #1EEC29. Grayscale: #666666. Windows color (decimal): -2026538 or 14029793. OLE color: 14029793.
HSL color Cylindrical-coordinate representation of color #E113D6: hue angle of 303.2º 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 #E113D6 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 214 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.12 |
| HSL | 303.2º | 0.84% | 0.48% | - |
| HSV(B) | 303.2º | 0.92% | 0.88% | - |
| XYZ | 43.42 | 21.33 | 65.45 | - |
| YUV | 102.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 214 | 0 | 0.92 | 0.05 | 0.12 | 303.2 | 0.84 | 0.48 |
| Hex | E1 | 13 | D6 | 0 | 5C | 5 | C | 12F | 54 | 30 |
| Octal | 341 | 23 | 326 | 0 | 134 | 5 | 14 | 457 | 124 | 60 |
| Binary | 11100001 | 10011 | 11010110 | 0 | 1011100 | 101 | 1100 | 100101111 | 1010100 | 110000 |
Color Harmonies of #E113D6
Complementary color
Monochromatic Colors of #E113D6
Black with #E113D6
Text Example
Text Example
White with #E113D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113D6; }
p { color: rgb(225,19,214); }
H1.HeaderClassName
{
color: #E113D6;
}
.AnyTagClassName
{
color: #E113D6;
}
</style>
background-color css
<style>
a { background-color: #E113D6; }
a { background-color: rgb(225,19,214); }
div.DivClassName
{
background-color: #E113D6;
}
.BgClassName
{
background-color: #E113D6;
}
</style>
border-color css
<style>
span { border-color: #E113D6; }
span { border-color: rgb(225,19,214); }
td.TdClassName
{
border-color: #E113D6;
}
.TagClassName
{
border-color: #E113D6;
}
</style>