Shades of Deep Magenta #E100D8
Tints of Deep Magenta #E100D8
RGB
CMYK
RGB Variations
Color information
#E100D8 (or 0xE100D8) is known color: Deep Magenta. HEX triplet: E1, 00 and D8. RGB value is (225,0,216). Sum of RGB (Red+Green+Blue) = 225+0+216=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E100D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100D8 is #1EFF27. Grayscale: #5B5B5B. Windows color (decimal): -2031400 or 14156001. OLE color: 14156001.
HSL color Cylindrical-coordinate representation of color #E100D8: hue angle of 302.4º 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 #E100D8 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 216 | - |
| CMYK | 0 | 1 | 0.04 | 0.12 |
| HSL | 302.4º | 1% | 0.44% | - |
| HSV(B) | 302.4º | 1% | 0.88% | - |
| XYZ | 43.45 | 20.97 | 66.72 | - |
| YUV | 91.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 216 | 0 | 1 | 0.04 | 0.12 | 302.4 | 1 | 0.44 |
| Hex | E1 | 0 | D8 | 0 | 64 | 4 | C | 12E | 64 | 2C |
| Octal | 341 | 0 | 330 | 0 | 144 | 4 | 14 | 456 | 144 | 54 |
| Binary | 11100001 | 0 | 11011000 | 0 | 1100100 | 100 | 1100 | 100101110 | 1100100 | 101100 |
Color Harmonies of #E100D8
Complementary color
Monochromatic Colors of #E100D8
Black with #E100D8
Text Example
Text Example
White with #E100D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100D8; }
p { color: rgb(225,0,216); }
H1.HeaderClassName
{
color: #E100D8;
}
.AnyTagClassName
{
color: #E100D8;
}
</style>
background-color css
<style>
a { background-color: #E100D8; }
a { background-color: rgb(225,0,216); }
div.DivClassName
{
background-color: #E100D8;
}
.BgClassName
{
background-color: #E100D8;
}
</style>
border-color css
<style>
span { border-color: #E100D8; }
span { border-color: rgb(225,0,216); }
td.TdClassName
{
border-color: #E100D8;
}
.TagClassName
{
border-color: #E100D8;
}
</style>