Shades of Deep Magenta #E105DE
Tints of Deep Magenta #E105DE
RGB
CMYK
RGB Variations
Color information
#E105DE (or 0xE105DE) is known color: Deep Magenta. HEX triplet: E1, 05 and DE. RGB value is (225,5,222). Sum of RGB (Red+Green+Blue) = 225+5+222=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E105DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105DE is #1EFA21. Grayscale: #5E5E5E. Windows color (decimal): -2030114 or 14550497. OLE color: 14550497.
HSL color Cylindrical-coordinate representation of color #E105DE: hue angle of 300.82º 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 #E105DE is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 222 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.12 |
| HSL | 300.82º | 0.96% | 0.45% | - |
| HSV(B) | 300.82º | 0.98% | 0.88% | - |
| XYZ | 44.29 | 21.39 | 70.9 | - |
| YUV | 95.52 | 199.39 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 222 | 0 | 0.98 | 0.01 | 0.12 | 300.82 | 0.96 | 0.45 |
| Hex | E1 | 5 | DE | 0 | 62 | 1 | C | 12D | 60 | 2D |
| Octal | 341 | 5 | 336 | 0 | 142 | 1 | 14 | 455 | 140 | 55 |
| Binary | 11100001 | 101 | 11011110 | 0 | 1100010 | 1 | 1100 | 100101101 | 1100000 | 101101 |
Color Harmonies of #E105DE
Complementary color
Monochromatic Colors of #E105DE
Black with #E105DE
Text Example
Text Example
White with #E105DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105DE; }
p { color: rgb(225,5,222); }
H1.HeaderClassName
{
color: #E105DE;
}
.AnyTagClassName
{
color: #E105DE;
}
</style>
background-color css
<style>
a { background-color: #E105DE; }
a { background-color: rgb(225,5,222); }
div.DivClassName
{
background-color: #E105DE;
}
.BgClassName
{
background-color: #E105DE;
}
</style>
border-color css
<style>
span { border-color: #E105DE; }
span { border-color: rgb(225,5,222); }
td.TdClassName
{
border-color: #E105DE;
}
.TagClassName
{
border-color: #E105DE;
}
</style>