Shades of Deep Magenta #E001DA
Tints of Deep Magenta #E001DA
RGB
CMYK
RGB Variations
Color information
#E001DA (or 0xE001DA) is known color: Deep Magenta. HEX triplet: E0, 01 and DA. RGB value is (224,1,218). Sum of RGB (Red+Green+Blue) = 224+1+218=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E001DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001DA is #1FFE25. Grayscale: #5B5B5B. Windows color (decimal): -2096678 or 14287328. OLE color: 14287328.
HSL color Cylindrical-coordinate representation of color #E001DA: hue angle of 301.61º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001DA is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.12 |
| HSL | 301.61º | 0.99% | 0.44% | - |
| HSV(B) | 301.61º | 1% | 0.88% | - |
| XYZ | 43.41 | 20.93 | 68.08 | - |
| YUV | 92.42 | 198.88 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 218 | 0 | 1.00 | 0.03 | 0.12 | 301.61 | 0.99 | 0.44 |
| Hex | E0 | 1 | DA | 0 | 64 | 3 | C | 12E | 63 | 2C |
| Octal | 340 | 1 | 332 | 0 | 144 | 3 | 14 | 456 | 143 | 54 |
| Binary | 11100000 | 1 | 11011010 | 0 | 1100100 | 11 | 1100 | 100101110 | 1100011 | 101100 |
Color Harmonies of #E001DA
Complementary color
Monochromatic Colors of #E001DA
Black with #E001DA
Text Example
Text Example
White with #E001DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001DA; }
p { color: rgb(224,1,218); }
H1.HeaderClassName
{
color: #E001DA;
}
.AnyTagClassName
{
color: #E001DA;
}
</style>
background-color css
<style>
a { background-color: #E001DA; }
a { background-color: rgb(224,1,218); }
div.DivClassName
{
background-color: #E001DA;
}
.BgClassName
{
background-color: #E001DA;
}
</style>
border-color css
<style>
span { border-color: #E001DA; }
span { border-color: rgb(224,1,218); }
td.TdClassName
{
border-color: #E001DA;
}
.TagClassName
{
border-color: #E001DA;
}
</style>