Shades of Deep Magenta #E005D0
Tints of Deep Magenta #E005D0
RGB
CMYK
RGB Variations
Color information
#E005D0 (or 0xE005D0) is known color: Deep Magenta. HEX triplet: E0, 05 and D0. RGB value is (224,5,208). Sum of RGB (Red+Green+Blue) = 224+5+208=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E005D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005D0 is #1FFA2F. Grayscale: #5D5D5D. Windows color (decimal): -2095664 or 13632992. OLE color: 13632992.
HSL color Cylindrical-coordinate representation of color #E005D0: hue angle of 304.38º 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 #E005D0 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.12 |
| HSL | 304.38º | 0.96% | 0.45% | - |
| HSV(B) | 304.38º | 0.98% | 0.88% | - |
| XYZ | 42.18 | 20.51 | 61.41 | - |
| YUV | 93.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 208 | 0 | 0.98 | 0.07 | 0.12 | 304.38 | 0.96 | 0.45 |
| Hex | E0 | 5 | D0 | 0 | 62 | 7 | C | 130 | 60 | 2D |
| Octal | 340 | 5 | 320 | 0 | 142 | 7 | 14 | 460 | 140 | 55 |
| Binary | 11100000 | 101 | 11010000 | 0 | 1100010 | 111 | 1100 | 100110000 | 1100000 | 101101 |
Color Harmonies of #E005D0
Complementary color
Monochromatic Colors of #E005D0
Black with #E005D0
Text Example
Text Example
White with #E005D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005D0; }
p { color: rgb(224,5,208); }
H1.HeaderClassName
{
color: #E005D0;
}
.AnyTagClassName
{
color: #E005D0;
}
</style>
background-color css
<style>
a { background-color: #E005D0; }
a { background-color: rgb(224,5,208); }
div.DivClassName
{
background-color: #E005D0;
}
.BgClassName
{
background-color: #E005D0;
}
</style>
border-color css
<style>
span { border-color: #E005D0; }
span { border-color: rgb(224,5,208); }
td.TdClassName
{
border-color: #E005D0;
}
.TagClassName
{
border-color: #E005D0;
}
</style>