Shades of Deep Magenta #E105DF
Tints of Deep Magenta #E105DF
RGB
CMYK
RGB Variations
Color information
#E105DF (or 0xE105DF) is known color: Deep Magenta. HEX triplet: E1, 05 and DF. RGB value is (225,5,223). Sum of RGB (Red+Green+Blue) = 225+5+223=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E105DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105DF is #1EFA20. Grayscale: #5E5E5E. Windows color (decimal): -2030113 or 14616033. OLE color: 14616033.
HSL color Cylindrical-coordinate representation of color #E105DF: hue angle of 300.55º degrees, saturation: 0.96, 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 #E105DF is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.12 |
| HSL | 300.55º | 0.96% | 0.45% | - |
| HSV(B) | 300.55º | 0.98% | 0.88% | - |
| XYZ | 44.42 | 21.44 | 71.61 | - |
| YUV | 95.63 | 199.89 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 223 | 0 | 0.98 | 0.01 | 0.12 | 300.55 | 0.96 | 0.45 |
| Hex | E1 | 5 | DF | 0 | 62 | 1 | C | 12D | 60 | 2D |
| Octal | 341 | 5 | 337 | 0 | 142 | 1 | 14 | 455 | 140 | 55 |
| Binary | 11100001 | 101 | 11011111 | 0 | 1100010 | 1 | 1100 | 100101101 | 1100000 | 101101 |
Color Harmonies of #E105DF
Complementary color
Monochromatic Colors of #E105DF
Black with #E105DF
Text Example
Text Example
White with #E105DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105DF; }
p { color: rgb(225,5,223); }
H1.HeaderClassName
{
color: #E105DF;
}
.AnyTagClassName
{
color: #E105DF;
}
</style>
background-color css
<style>
a { background-color: #E105DF; }
a { background-color: rgb(225,5,223); }
div.DivClassName
{
background-color: #E105DF;
}
.BgClassName
{
background-color: #E105DF;
}
</style>
border-color css
<style>
span { border-color: #E105DF; }
span { border-color: rgb(225,5,223); }
td.TdClassName
{
border-color: #E105DF;
}
.TagClassName
{
border-color: #E105DF;
}
</style>