Shades of Deep Magenta #E005DF
Tints of Deep Magenta #E005DF
RGB
CMYK
RGB Variations
Color information
#E005DF (or 0xE005DF) is known color: Deep Magenta. HEX triplet: E0, 05 and DF. RGB value is (224,5,223). Sum of RGB (Red+Green+Blue) = 224+5+223=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E005DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005DF is #1FFA20. Grayscale: #5E5E5E. Windows color (decimal): -2095649 or 14616032. OLE color: 14616032.
HSL color Cylindrical-coordinate representation of color #E005DF: hue angle of 300.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005DF is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.12 |
| HSL | 300.27º | 0.96% | 0.45% | - |
| HSV(B) | 300.27º | 0.98% | 0.88% | - |
| XYZ | 44.11 | 21.28 | 71.6 | - |
| YUV | 95.33 | 200.05 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 223 | 0 | 0.98 | 0.00 | 0.12 | 300.27 | 0.96 | 0.45 |
| Hex | E0 | 5 | DF | 0 | 62 | 0 | C | 12C | 60 | 2D |
| Octal | 340 | 5 | 337 | 0 | 142 | 0 | 14 | 454 | 140 | 55 |
| Binary | 11100000 | 101 | 11011111 | 0 | 1100010 | 0 | 1100 | 100101100 | 1100000 | 101101 |
Color Harmonies of #E005DF
Complementary color
Monochromatic Colors of #E005DF
Black with #E005DF
Text Example
Text Example
White with #E005DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005DF; }
p { color: rgb(224,5,223); }
H1.HeaderClassName
{
color: #E005DF;
}
.AnyTagClassName
{
color: #E005DF;
}
</style>
background-color css
<style>
a { background-color: #E005DF; }
a { background-color: rgb(224,5,223); }
div.DivClassName
{
background-color: #E005DF;
}
.BgClassName
{
background-color: #E005DF;
}
</style>
border-color css
<style>
span { border-color: #E005DF; }
span { border-color: rgb(224,5,223); }
td.TdClassName
{
border-color: #E005DF;
}
.TagClassName
{
border-color: #E005DF;
}
</style>