Shades of Deep Magenta #E113D8
Tints of Deep Magenta #E113D8
RGB
CMYK
RGB Variations
Color information
#E113D8 (or 0xE113D8) is known color: Deep Magenta. HEX triplet: E1, 13 and D8. RGB value is (225,19,216). Sum of RGB (Red+Green+Blue) = 225+19+216=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E113D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113D8 is #1EEC27. Grayscale: #666666. Windows color (decimal): -2026536 or 14160865. OLE color: 14160865.
HSL color Cylindrical-coordinate representation of color #E113D8: hue angle of 302.62º 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 #E113D8 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 216 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.12 |
| HSL | 302.62º | 0.84% | 0.48% | - |
| HSV(B) | 302.62º | 0.92% | 0.88% | - |
| XYZ | 43.68 | 21.43 | 66.8 | - |
| YUV | 103.05 | 191.75 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 216 | 0 | 0.92 | 0.04 | 0.12 | 302.62 | 0.84 | 0.48 |
| Hex | E1 | 13 | D8 | 0 | 5C | 4 | C | 12F | 54 | 30 |
| Octal | 341 | 23 | 330 | 0 | 134 | 4 | 14 | 457 | 124 | 60 |
| Binary | 11100001 | 10011 | 11011000 | 0 | 1011100 | 100 | 1100 | 100101111 | 1010100 | 110000 |
Color Harmonies of #E113D8
Complementary color
Monochromatic Colors of #E113D8
Black with #E113D8
Text Example
Text Example
White with #E113D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113D8; }
p { color: rgb(225,19,216); }
H1.HeaderClassName
{
color: #E113D8;
}
.AnyTagClassName
{
color: #E113D8;
}
</style>
background-color css
<style>
a { background-color: #E113D8; }
a { background-color: rgb(225,19,216); }
div.DivClassName
{
background-color: #E113D8;
}
.BgClassName
{
background-color: #E113D8;
}
</style>
border-color css
<style>
span { border-color: #E113D8; }
span { border-color: rgb(225,19,216); }
td.TdClassName
{
border-color: #E113D8;
}
.TagClassName
{
border-color: #E113D8;
}
</style>