Shades of Deep Magenta #E105DC
Tints of Deep Magenta #E105DC
RGB
CMYK
RGB Variations
Color information
#E105DC (or 0xE105DC) is known color: Deep Magenta. HEX triplet: E1, 05 and DC. RGB value is (225,5,220). Sum of RGB (Red+Green+Blue) = 225+5+220=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E105DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105DC is #1EFA23. Grayscale: #5E5E5E. Windows color (decimal): -2030116 or 14419425. OLE color: 14419425.
HSL color Cylindrical-coordinate representation of color #E105DC: hue angle of 301.36º 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 #E105DC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.12 |
| HSL | 301.36º | 0.96% | 0.45% | - |
| HSV(B) | 301.36º | 0.98% | 0.88% | - |
| XYZ | 44.02 | 21.28 | 69.5 | - |
| YUV | 95.29 | 198.39 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 220 | 0 | 0.98 | 0.02 | 0.12 | 301.36 | 0.96 | 0.45 |
| Hex | E1 | 5 | DC | 0 | 62 | 2 | C | 12D | 60 | 2D |
| Octal | 341 | 5 | 334 | 0 | 142 | 2 | 14 | 455 | 140 | 55 |
| Binary | 11100001 | 101 | 11011100 | 0 | 1100010 | 10 | 1100 | 100101101 | 1100000 | 101101 |
Color Harmonies of #E105DC
Complementary color
Monochromatic Colors of #E105DC
Black with #E105DC
Text Example
Text Example
White with #E105DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105DC; }
p { color: rgb(225,5,220); }
H1.HeaderClassName
{
color: #E105DC;
}
.AnyTagClassName
{
color: #E105DC;
}
</style>
background-color css
<style>
a { background-color: #E105DC; }
a { background-color: rgb(225,5,220); }
div.DivClassName
{
background-color: #E105DC;
}
.BgClassName
{
background-color: #E105DC;
}
</style>
border-color css
<style>
span { border-color: #E105DC; }
span { border-color: rgb(225,5,220); }
td.TdClassName
{
border-color: #E105DC;
}
.TagClassName
{
border-color: #E105DC;
}
</style>