Shades of Deep Magenta #E003DA
Tints of Deep Magenta #E003DA
RGB
CMYK
RGB Variations
Color information
#E003DA (or 0xE003DA) is known color: Deep Magenta. HEX triplet: E0, 03 and DA. RGB value is (224,3,218). Sum of RGB (Red+Green+Blue) = 224+3+218=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E003DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003DA is #1FFC25. Grayscale: #5C5C5C. Windows color (decimal): -2096166 or 14287840. OLE color: 14287840.
HSL color Cylindrical-coordinate representation of color #E003DA: hue angle of 301.63º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003DA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.12 |
| HSL | 301.63º | 0.97% | 0.45% | - |
| HSV(B) | 301.63º | 0.99% | 0.88% | - |
| XYZ | 43.43 | 20.97 | 68.09 | - |
| YUV | 93.59 | 198.22 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 218 | 0 | 0.99 | 0.03 | 0.12 | 301.63 | 0.97 | 0.45 |
| Hex | E0 | 3 | DA | 0 | 63 | 3 | C | 12E | 61 | 2D |
| Octal | 340 | 3 | 332 | 0 | 143 | 3 | 14 | 456 | 141 | 55 |
| Binary | 11100000 | 11 | 11011010 | 0 | 1100011 | 11 | 1100 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E003DA
Complementary color
Monochromatic Colors of #E003DA
Black with #E003DA
Text Example
Text Example
White with #E003DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003DA; }
p { color: rgb(224,3,218); }
H1.HeaderClassName
{
color: #E003DA;
}
.AnyTagClassName
{
color: #E003DA;
}
</style>
background-color css
<style>
a { background-color: #E003DA; }
a { background-color: rgb(224,3,218); }
div.DivClassName
{
background-color: #E003DA;
}
.BgClassName
{
background-color: #E003DA;
}
</style>
border-color css
<style>
span { border-color: #E003DA; }
span { border-color: rgb(224,3,218); }
td.TdClassName
{
border-color: #E003DA;
}
.TagClassName
{
border-color: #E003DA;
}
</style>