Shades of Deep Magenta #E116DF
Tints of Deep Magenta #E116DF
RGB
CMYK
RGB Variations
Color information
#E116DF (or 0xE116DF) is known color: Deep Magenta. HEX triplet: E1, 16 and DF. RGB value is (225,22,223). Sum of RGB (Red+Green+Blue) = 225+22+223=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E116DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116DF is #1EE920. Grayscale: #696969. Windows color (decimal): -2025761 or 14620385. OLE color: 14620385.
HSL color Cylindrical-coordinate representation of color #E116DF: hue angle of 300.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116DF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 223 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.12 |
| HSL | 300.59º | 0.82% | 0.48% | - |
| HSV(B) | 300.59º | 0.9% | 0.88% | - |
| XYZ | 44.66 | 21.91 | 71.69 | - |
| YUV | 105.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 223 | 0 | 0.90 | 0.01 | 0.12 | 300.59 | 0.82 | 0.48 |
| Hex | E1 | 16 | DF | 0 | 5A | 1 | C | 12D | 52 | 30 |
| Octal | 341 | 26 | 337 | 0 | 132 | 1 | 14 | 455 | 122 | 60 |
| Binary | 11100001 | 10110 | 11011111 | 0 | 1011010 | 1 | 1100 | 100101101 | 1010010 | 110000 |
Color Harmonies of #E116DF
Complementary color
Monochromatic Colors of #E116DF
Black with #E116DF
Text Example
Text Example
White with #E116DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116DF; }
p { color: rgb(225,22,223); }
H1.HeaderClassName
{
color: #E116DF;
}
.AnyTagClassName
{
color: #E116DF;
}
</style>
background-color css
<style>
a { background-color: #E116DF; }
a { background-color: rgb(225,22,223); }
div.DivClassName
{
background-color: #E116DF;
}
.BgClassName
{
background-color: #E116DF;
}
</style>
border-color css
<style>
span { border-color: #E116DF; }
span { border-color: rgb(225,22,223); }
td.TdClassName
{
border-color: #E116DF;
}
.TagClassName
{
border-color: #E116DF;
}
</style>