Shades of Deep Magenta #E105CE
Tints of Deep Magenta #E105CE
RGB
CMYK
RGB Variations
Color information
#E105CE (or 0xE105CE) is known color: Deep Magenta. HEX triplet: E1, 05 and CE. RGB value is (225,5,206). Sum of RGB (Red+Green+Blue) = 225+5+206=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E105CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105CE is #1EFA31. Grayscale: #5D5D5D. Windows color (decimal): -2030130 or 13501921. OLE color: 13501921.
HSL color Cylindrical-coordinate representation of color #E105CE: hue angle of 305.18º 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 #E105CE is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.12 |
| HSL | 305.18º | 0.96% | 0.45% | - |
| HSV(B) | 305.18º | 0.98% | 0.88% | - |
| XYZ | 42.25 | 20.57 | 60.14 | - |
| YUV | 93.69 | 191.39 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 206 | 0 | 0.98 | 0.08 | 0.12 | 305.18 | 0.96 | 0.45 |
| Hex | E1 | 5 | CE | 0 | 62 | 8 | C | 131 | 60 | 2D |
| Octal | 341 | 5 | 316 | 0 | 142 | 10 | 14 | 461 | 140 | 55 |
| Binary | 11100001 | 101 | 11001110 | 0 | 1100010 | 1000 | 1100 | 100110001 | 1100000 | 101101 |
Color Harmonies of #E105CE
Complementary color
Monochromatic Colors of #E105CE
Black with #E105CE
Text Example
Text Example
White with #E105CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105CE; }
p { color: rgb(225,5,206); }
H1.HeaderClassName
{
color: #E105CE;
}
.AnyTagClassName
{
color: #E105CE;
}
</style>
background-color css
<style>
a { background-color: #E105CE; }
a { background-color: rgb(225,5,206); }
div.DivClassName
{
background-color: #E105CE;
}
.BgClassName
{
background-color: #E105CE;
}
</style>
border-color css
<style>
span { border-color: #E105CE; }
span { border-color: rgb(225,5,206); }
td.TdClassName
{
border-color: #E105CE;
}
.TagClassName
{
border-color: #E105CE;
}
</style>