Shades of Deep Magenta #E010D1
Tints of Deep Magenta #E010D1
RGB
CMYK
RGB Variations
Color information
#E010D1 (or 0xE010D1) is known color: Deep Magenta. HEX triplet: E0, 10 and D1. RGB value is (224,16,209). Sum of RGB (Red+Green+Blue) = 224+16+209=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E010D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010D1 is #1FEF2E. Grayscale: #636363. Windows color (decimal): -2092847 or 13701344. OLE color: 13701344.
HSL color Cylindrical-coordinate representation of color #E010D1: hue angle of 304.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010D1 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.12 |
| HSL | 304.33º | 0.87% | 0.47% | - |
| HSV(B) | 304.33º | 0.93% | 0.88% | - |
| XYZ | 42.43 | 20.82 | 62.1 | - |
| YUV | 100.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 209 | 0 | 0.93 | 0.07 | 0.12 | 304.33 | 0.87 | 0.47 |
| Hex | E0 | 10 | D1 | 0 | 5D | 7 | C | 130 | 57 | 2F |
| Octal | 340 | 20 | 321 | 0 | 135 | 7 | 14 | 460 | 127 | 57 |
| Binary | 11100000 | 10000 | 11010001 | 0 | 1011101 | 111 | 1100 | 100110000 | 1010111 | 101111 |
Color Harmonies of #E010D1
Complementary color
Monochromatic Colors of #E010D1
Black with #E010D1
Text Example
Text Example
White with #E010D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010D1; }
p { color: rgb(224,16,209); }
H1.HeaderClassName
{
color: #E010D1;
}
.AnyTagClassName
{
color: #E010D1;
}
</style>
background-color css
<style>
a { background-color: #E010D1; }
a { background-color: rgb(224,16,209); }
div.DivClassName
{
background-color: #E010D1;
}
.BgClassName
{
background-color: #E010D1;
}
</style>
border-color css
<style>
span { border-color: #E010D1; }
span { border-color: rgb(224,16,209); }
td.TdClassName
{
border-color: #E010D1;
}
.TagClassName
{
border-color: #E010D1;
}
</style>