Shades of Deep Magenta #E013D4
Tints of Deep Magenta #E013D4
RGB
CMYK
RGB Variations
Color information
#E013D4 (or 0xE013D4) is known color: Deep Magenta. HEX triplet: E0, 13 and D4. RGB value is (224,19,212). Sum of RGB (Red+Green+Blue) = 224+19+212=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E013D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013D4 is #1FEC2B. Grayscale: #656565. Windows color (decimal): -2092076 or 13898720. OLE color: 13898720.
HSL color Cylindrical-coordinate representation of color #E013D4: hue angle of 303.51º 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 #E013D4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 212 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.12 |
| HSL | 303.51º | 0.84% | 0.48% | - |
| HSV(B) | 303.51º | 0.92% | 0.88% | - |
| XYZ | 42.86 | 21.07 | 64.09 | - |
| YUV | 102.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 212 | 0 | 0.92 | 0.05 | 0.12 | 303.51 | 0.84 | 0.48 |
| Hex | E0 | 13 | D4 | 0 | 5C | 5 | C | 130 | 54 | 30 |
| Octal | 340 | 23 | 324 | 0 | 134 | 5 | 14 | 460 | 124 | 60 |
| Binary | 11100000 | 10011 | 11010100 | 0 | 1011100 | 101 | 1100 | 100110000 | 1010100 | 110000 |
Color Harmonies of #E013D4
Complementary color
Monochromatic Colors of #E013D4
Black with #E013D4
Text Example
Text Example
White with #E013D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013D4; }
p { color: rgb(224,19,212); }
H1.HeaderClassName
{
color: #E013D4;
}
.AnyTagClassName
{
color: #E013D4;
}
</style>
background-color css
<style>
a { background-color: #E013D4; }
a { background-color: rgb(224,19,212); }
div.DivClassName
{
background-color: #E013D4;
}
.BgClassName
{
background-color: #E013D4;
}
</style>
border-color css
<style>
span { border-color: #E013D4; }
span { border-color: rgb(224,19,212); }
td.TdClassName
{
border-color: #E013D4;
}
.TagClassName
{
border-color: #E013D4;
}
</style>