Shades of Deep Magenta #E104D9
Tints of Deep Magenta #E104D9
RGB
CMYK
RGB Variations
Color information
#E104D9 (or 0xE104D9) is known color: Deep Magenta. HEX triplet: E1, 04 and D9. RGB value is (225,4,217). Sum of RGB (Red+Green+Blue) = 225+4+217=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E104D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104D9 is #1EFB26. Grayscale: #5D5D5D. Windows color (decimal): -2030375 or 14222561. OLE color: 14222561.
HSL color Cylindrical-coordinate representation of color #E104D9: hue angle of 302.17º degrees, saturation: 0.97, 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 #E104D9 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 217 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.12 |
| HSL | 302.17º | 0.97% | 0.45% | - |
| HSV(B) | 302.17º | 0.98% | 0.88% | - |
| XYZ | 43.62 | 21.1 | 67.42 | - |
| YUV | 94.36 | 197.22 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 217 | 0 | 0.98 | 0.04 | 0.12 | 302.17 | 0.97 | 0.45 |
| Hex | E1 | 4 | D9 | 0 | 62 | 4 | C | 12E | 61 | 2D |
| Octal | 341 | 4 | 331 | 0 | 142 | 4 | 14 | 456 | 141 | 55 |
| Binary | 11100001 | 100 | 11011001 | 0 | 1100010 | 100 | 1100 | 100101110 | 1100001 | 101101 |
Color Harmonies of #E104D9
Complementary color
Monochromatic Colors of #E104D9
Black with #E104D9
Text Example
Text Example
White with #E104D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104D9; }
p { color: rgb(225,4,217); }
H1.HeaderClassName
{
color: #E104D9;
}
.AnyTagClassName
{
color: #E104D9;
}
</style>
background-color css
<style>
a { background-color: #E104D9; }
a { background-color: rgb(225,4,217); }
div.DivClassName
{
background-color: #E104D9;
}
.BgClassName
{
background-color: #E104D9;
}
</style>
border-color css
<style>
span { border-color: #E104D9; }
span { border-color: rgb(225,4,217); }
td.TdClassName
{
border-color: #E104D9;
}
.TagClassName
{
border-color: #E104D9;
}
</style>