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