Shades of Deep Magenta #E003DD
Tints of Deep Magenta #E003DD
RGB
CMYK
RGB Variations
Color information
#E003DD (or 0xE003DD) is known color: Deep Magenta. HEX triplet: E0, 03 and DD. RGB value is (224,3,221). Sum of RGB (Red+Green+Blue) = 224+3+221=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E003DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003DD is #1FFC22. Grayscale: #5D5D5D. Windows color (decimal): -2096163 or 14484448. OLE color: 14484448.
HSL color Cylindrical-coordinate representation of color #E003DD: hue angle of 300.81º 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 #E003DD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.12 |
| HSL | 300.81º | 0.97% | 0.45% | - |
| HSV(B) | 300.81º | 0.99% | 0.88% | - |
| XYZ | 43.82 | 21.13 | 70.18 | - |
| YUV | 93.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 221 | 0 | 0.99 | 0.01 | 0.12 | 300.81 | 0.97 | 0.45 |
| Hex | E0 | 3 | DD | 0 | 63 | 1 | C | 12D | 61 | 2D |
| Octal | 340 | 3 | 335 | 0 | 143 | 1 | 14 | 455 | 141 | 55 |
| Binary | 11100000 | 11 | 11011101 | 0 | 1100011 | 1 | 1100 | 100101101 | 1100001 | 101101 |
Color Harmonies of #E003DD
Complementary color
Monochromatic Colors of #E003DD
Black with #E003DD
Text Example
Text Example
White with #E003DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003DD; }
p { color: rgb(224,3,221); }
H1.HeaderClassName
{
color: #E003DD;
}
.AnyTagClassName
{
color: #E003DD;
}
</style>
background-color css
<style>
a { background-color: #E003DD; }
a { background-color: rgb(224,3,221); }
div.DivClassName
{
background-color: #E003DD;
}
.BgClassName
{
background-color: #E003DD;
}
</style>
border-color css
<style>
span { border-color: #E003DD; }
span { border-color: rgb(224,3,221); }
td.TdClassName
{
border-color: #E003DD;
}
.TagClassName
{
border-color: #E003DD;
}
</style>