Shades of Deep Magenta #E000DF
Tints of Deep Magenta #E000DF
RGB
CMYK
RGB Variations
Color information
#E000DF (or 0xE000DF) is known color: Deep Magenta. HEX triplet: E0, 00 and DF. RGB value is (224,0,223). Sum of RGB (Red+Green+Blue) = 224+0+223=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E000DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000DF is #1FFF20. Grayscale: #5B5B5B. Windows color (decimal): -2096929 or 14614752. OLE color: 14614752.
HSL color Cylindrical-coordinate representation of color #E000DF: hue angle of 300.27º 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 #E000DF is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.00 | 0.12 |
| HSL | 300.27º | 1% | 0.44% | - |
| HSV(B) | 300.27º | 1% | 0.88% | - |
| XYZ | 44.06 | 21.18 | 71.58 | - |
| YUV | 92.4 | 201.71 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 223 | 0 | 1 | 0.00 | 0.12 | 300.27 | 1 | 0.44 |
| Hex | E0 | 0 | DF | 0 | 64 | 0 | C | 12C | 64 | 2C |
| Octal | 340 | 0 | 337 | 0 | 144 | 0 | 14 | 454 | 144 | 54 |
| Binary | 11100000 | 0 | 11011111 | 0 | 1100100 | 0 | 1100 | 100101100 | 1100100 | 101100 |
Color Harmonies of #E000DF
Complementary color
Monochromatic Colors of #E000DF
Black with #E000DF
Text Example
Text Example
White with #E000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000DF; }
p { color: rgb(224,0,223); }
H1.HeaderClassName
{
color: #E000DF;
}
.AnyTagClassName
{
color: #E000DF;
}
</style>
background-color css
<style>
a { background-color: #E000DF; }
a { background-color: rgb(224,0,223); }
div.DivClassName
{
background-color: #E000DF;
}
.BgClassName
{
background-color: #E000DF;
}
</style>
border-color css
<style>
span { border-color: #E000DF; }
span { border-color: rgb(224,0,223); }
td.TdClassName
{
border-color: #E000DF;
}
.TagClassName
{
border-color: #E000DF;
}
</style>