Shades of Deep Magenta #E110DF
Tints of Deep Magenta #E110DF
RGB
CMYK
RGB Variations
Color information
#E110DF (or 0xE110DF) is known color: Deep Magenta. HEX triplet: E1, 10 and DF. RGB value is (225,16,223). Sum of RGB (Red+Green+Blue) = 225+16+223=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E110DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110DF is #1EEF20. Grayscale: #656565. Windows color (decimal): -2027297 or 14618849. OLE color: 14618849.
HSL color Cylindrical-coordinate representation of color #E110DF: hue angle of 300.57º 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 #E110DF is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.12 |
| HSL | 300.57º | 0.87% | 0.47% | - |
| HSV(B) | 300.57º | 0.93% | 0.88% | - |
| XYZ | 44.56 | 21.71 | 71.65 | - |
| YUV | 102.09 | 196.24 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 223 | 0 | 0.93 | 0.01 | 0.12 | 300.57 | 0.87 | 0.47 |
| Hex | E1 | 10 | DF | 0 | 5D | 1 | C | 12D | 57 | 2F |
| Octal | 341 | 20 | 337 | 0 | 135 | 1 | 14 | 455 | 127 | 57 |
| Binary | 11100001 | 10000 | 11011111 | 0 | 1011101 | 1 | 1100 | 100101101 | 1010111 | 101111 |
Color Harmonies of #E110DF
Complementary color
Monochromatic Colors of #E110DF
Black with #E110DF
Text Example
Text Example
White with #E110DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110DF; }
p { color: rgb(225,16,223); }
H1.HeaderClassName
{
color: #E110DF;
}
.AnyTagClassName
{
color: #E110DF;
}
</style>
background-color css
<style>
a { background-color: #E110DF; }
a { background-color: rgb(225,16,223); }
div.DivClassName
{
background-color: #E110DF;
}
.BgClassName
{
background-color: #E110DF;
}
</style>
border-color css
<style>
span { border-color: #E110DF; }
span { border-color: rgb(225,16,223); }
td.TdClassName
{
border-color: #E110DF;
}
.TagClassName
{
border-color: #E110DF;
}
</style>