Shades of Deep Magenta #E00DD3
Tints of Deep Magenta #E00DD3
RGB
CMYK
RGB Variations
Color information
#E00DD3 (or 0xE00DD3) is known color: Deep Magenta. HEX triplet: E0, 0D and D3. RGB value is (224,13,211). Sum of RGB (Red+Green+Blue) = 224+13+211=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DD3 is #1FF22C. Grayscale: #626262. Windows color (decimal): -2093613 or 13831648. OLE color: 13831648.
HSL color Cylindrical-coordinate representation of color #E00DD3: hue angle of 303.7º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DD3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 211 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.12 |
| HSL | 303.7º | 0.89% | 0.46% | - |
| HSV(B) | 303.7º | 0.94% | 0.88% | - |
| XYZ | 42.64 | 20.84 | 63.4 | - |
| YUV | 98.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 211 | 0 | 0.94 | 0.06 | 0.12 | 303.7 | 0.89 | 0.46 |
| Hex | E0 | D | D3 | 0 | 5E | 6 | C | 130 | 59 | 2E |
| Octal | 340 | 15 | 323 | 0 | 136 | 6 | 14 | 460 | 131 | 56 |
| Binary | 11100000 | 1101 | 11010011 | 0 | 1011110 | 110 | 1100 | 100110000 | 1011001 | 101110 |
Color Harmonies of #E00DD3
Complementary color
Monochromatic Colors of #E00DD3
Black with #E00DD3
Text Example
Text Example
White with #E00DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DD3; }
p { color: rgb(224,13,211); }
H1.HeaderClassName
{
color: #E00DD3;
}
.AnyTagClassName
{
color: #E00DD3;
}
</style>
background-color css
<style>
a { background-color: #E00DD3; }
a { background-color: rgb(224,13,211); }
div.DivClassName
{
background-color: #E00DD3;
}
.BgClassName
{
background-color: #E00DD3;
}
</style>
border-color css
<style>
span { border-color: #E00DD3; }
span { border-color: rgb(224,13,211); }
td.TdClassName
{
border-color: #E00DD3;
}
.TagClassName
{
border-color: #E00DD3;
}
</style>