Shades of Deep Magenta #E000DD
Tints of Deep Magenta #E000DD
RGB
CMYK
RGB Variations
Color information
#E000DD (or 0xE000DD) is known color: Deep Magenta. HEX triplet: E0, 00 and DD. RGB value is (224,0,221). Sum of RGB (Red+Green+Blue) = 224+0+221=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E000DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000DD is #1FFF22. Grayscale: #5B5B5B. Windows color (decimal): -2096931 or 14483680. OLE color: 14483680.
HSL color Cylindrical-coordinate representation of color #E000DD: hue angle of 300.8º 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 #E000DD is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.01 | 0.12 |
| HSL | 300.8º | 1% | 0.44% | - |
| HSV(B) | 300.8º | 1% | 0.88% | - |
| XYZ | 43.79 | 21.07 | 70.17 | - |
| YUV | 92.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 221 | 0 | 1 | 0.01 | 0.12 | 300.8 | 1 | 0.44 |
| Hex | E0 | 0 | DD | 0 | 64 | 1 | C | 12D | 64 | 2C |
| Octal | 340 | 0 | 335 | 0 | 144 | 1 | 14 | 455 | 144 | 54 |
| Binary | 11100000 | 0 | 11011101 | 0 | 1100100 | 1 | 1100 | 100101101 | 1100100 | 101100 |
Color Harmonies of #E000DD
Complementary color
Monochromatic Colors of #E000DD
Black with #E000DD
Text Example
Text Example
White with #E000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000DD; }
p { color: rgb(224,0,221); }
H1.HeaderClassName
{
color: #E000DD;
}
.AnyTagClassName
{
color: #E000DD;
}
</style>
background-color css
<style>
a { background-color: #E000DD; }
a { background-color: rgb(224,0,221); }
div.DivClassName
{
background-color: #E000DD;
}
.BgClassName
{
background-color: #E000DD;
}
</style>
border-color css
<style>
span { border-color: #E000DD; }
span { border-color: rgb(224,0,221); }
td.TdClassName
{
border-color: #E000DD;
}
.TagClassName
{
border-color: #E000DD;
}
</style>