Shades of Deep Magenta #E013DD
Tints of Deep Magenta #E013DD
RGB
CMYK
RGB Variations
Color information
#E013DD (or 0xE013DD) is known color: Deep Magenta. HEX triplet: E0, 13 and DD. RGB value is (224,19,221). Sum of RGB (Red+Green+Blue) = 224+19+221=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E013DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013DD is #1FEC22. Grayscale: #666666. Windows color (decimal): -2092067 or 14488544. OLE color: 14488544.
HSL color Cylindrical-coordinate representation of color #E013DD: hue angle of 300.88º 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 #E013DD is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.12 |
| HSL | 300.88º | 0.84% | 0.48% | - |
| HSV(B) | 300.88º | 0.92% | 0.88% | - |
| XYZ | 44.02 | 21.53 | 70.24 | - |
| YUV | 103.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 221 | 0 | 0.92 | 0.01 | 0.12 | 300.88 | 0.84 | 0.48 |
| Hex | E0 | 13 | DD | 0 | 5C | 1 | C | 12D | 54 | 30 |
| Octal | 340 | 23 | 335 | 0 | 134 | 1 | 14 | 455 | 124 | 60 |
| Binary | 11100000 | 10011 | 11011101 | 0 | 1011100 | 1 | 1100 | 100101101 | 1010100 | 110000 |
Color Harmonies of #E013DD
Complementary color
Monochromatic Colors of #E013DD
Black with #E013DD
Text Example
Text Example
White with #E013DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013DD; }
p { color: rgb(224,19,221); }
H1.HeaderClassName
{
color: #E013DD;
}
.AnyTagClassName
{
color: #E013DD;
}
</style>
background-color css
<style>
a { background-color: #E013DD; }
a { background-color: rgb(224,19,221); }
div.DivClassName
{
background-color: #E013DD;
}
.BgClassName
{
background-color: #E013DD;
}
</style>
border-color css
<style>
span { border-color: #E013DD; }
span { border-color: rgb(224,19,221); }
td.TdClassName
{
border-color: #E013DD;
}
.TagClassName
{
border-color: #E013DD;
}
</style>