Shades of Deep Magenta #E01DDA
Tints of Deep Magenta #E01DDA
RGB
CMYK
RGB Variations
Color information
#E01DDA (or 0xE01DDA) is known color: Deep Magenta. HEX triplet: E0, 1D and DA. RGB value is (224,29,218). Sum of RGB (Red+Green+Blue) = 224+29+218=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DDA is #1FE225. Grayscale: #6C6C6C. Windows color (decimal): -2089510 or 14294496. OLE color: 14294496.
HSL color Cylindrical-coordinate representation of color #E01DDA: hue angle of 301.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01DDA is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 218 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.12 |
| HSL | 301.85º | 0.77% | 0.5% | - |
| HSV(B) | 301.85º | 0.87% | 0.88% | - |
| XYZ | 43.83 | 21.79 | 68.22 | - |
| YUV | 108.85 | 189.6 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 218 | 0 | 0.87 | 0.03 | 0.12 | 301.85 | 0.77 | 0.5 |
| Hex | E0 | 1D | DA | 0 | 57 | 3 | C | 12E | 4D | 32 |
| Octal | 340 | 35 | 332 | 0 | 127 | 3 | 14 | 456 | 115 | 62 |
| Binary | 11100000 | 11101 | 11011010 | 0 | 1010111 | 11 | 1100 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E01DDA
Complementary color
Monochromatic Colors of #E01DDA
Black with #E01DDA
Text Example
Text Example
White with #E01DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DDA; }
p { color: rgb(224,29,218); }
H1.HeaderClassName
{
color: #E01DDA;
}
.AnyTagClassName
{
color: #E01DDA;
}
</style>
background-color css
<style>
a { background-color: #E01DDA; }
a { background-color: rgb(224,29,218); }
div.DivClassName
{
background-color: #E01DDA;
}
.BgClassName
{
background-color: #E01DDA;
}
</style>
border-color css
<style>
span { border-color: #E01DDA; }
span { border-color: rgb(224,29,218); }
td.TdClassName
{
border-color: #E01DDA;
}
.TagClassName
{
border-color: #E01DDA;
}
</style>