Shades of Deep Magenta #E100D6
Tints of Deep Magenta #E100D6
RGB
CMYK
RGB Variations
Color information
#E100D6 (or 0xE100D6) is known color: Deep Magenta. HEX triplet: E1, 00 and D6. RGB value is (225,0,214). Sum of RGB (Red+Green+Blue) = 225+0+214=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E100D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100D6 is #1EFF29. Grayscale: #5B5B5B. Windows color (decimal): -2031402 or 14024929. OLE color: 14024929.
HSL color Cylindrical-coordinate representation of color #E100D6: hue angle of 302.93º 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 #E100D6 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 214 | - |
| CMYK | 0 | 1 | 0.05 | 0.12 |
| HSL | 302.93º | 1% | 0.44% | - |
| HSV(B) | 302.93º | 1% | 0.88% | - |
| XYZ | 43.19 | 20.86 | 65.37 | - |
| YUV | 91.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 214 | 0 | 1 | 0.05 | 0.12 | 302.93 | 1 | 0.44 |
| Hex | E1 | 0 | D6 | 0 | 64 | 5 | C | 12F | 64 | 2C |
| Octal | 341 | 0 | 326 | 0 | 144 | 5 | 14 | 457 | 144 | 54 |
| Binary | 11100001 | 0 | 11010110 | 0 | 1100100 | 101 | 1100 | 100101111 | 1100100 | 101100 |
Color Harmonies of #E100D6
Complementary color
Monochromatic Colors of #E100D6
Black with #E100D6
Text Example
Text Example
White with #E100D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100D6; }
p { color: rgb(225,0,214); }
H1.HeaderClassName
{
color: #E100D6;
}
.AnyTagClassName
{
color: #E100D6;
}
</style>
background-color css
<style>
a { background-color: #E100D6; }
a { background-color: rgb(225,0,214); }
div.DivClassName
{
background-color: #E100D6;
}
.BgClassName
{
background-color: #E100D6;
}
</style>
border-color css
<style>
span { border-color: #E100D6; }
span { border-color: rgb(225,0,214); }
td.TdClassName
{
border-color: #E100D6;
}
.TagClassName
{
border-color: #E100D6;
}
</style>