Shades of Deep Magenta #E106CE
Tints of Deep Magenta #E106CE
RGB
CMYK
RGB Variations
Color information
#E106CE (or 0xE106CE) is known color: Deep Magenta. HEX triplet: E1, 06 and CE. RGB value is (225,6,206). Sum of RGB (Red+Green+Blue) = 225+6+206=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E106CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E106CE is #1EF931. Grayscale: #5D5D5D. Windows color (decimal): -2029874 or 13502177. OLE color: 13502177.
HSL color Cylindrical-coordinate representation of color #E106CE: hue angle of 305.21º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E106CE is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.12 |
| HSL | 305.21º | 0.95% | 0.45% | - |
| HSV(B) | 305.21º | 0.97% | 0.88% | - |
| XYZ | 42.26 | 20.59 | 60.14 | - |
| YUV | 94.28 | 191.05 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 206 | 0 | 0.97 | 0.08 | 0.12 | 305.21 | 0.95 | 0.45 |
| Hex | E1 | 6 | CE | 0 | 61 | 8 | C | 131 | 5F | 2D |
| Octal | 341 | 6 | 316 | 0 | 141 | 10 | 14 | 461 | 137 | 55 |
| Binary | 11100001 | 110 | 11001110 | 0 | 1100001 | 1000 | 1100 | 100110001 | 1011111 | 101101 |
Color Harmonies of #E106CE
Complementary color
Monochromatic Colors of #E106CE
Black with #E106CE
Text Example
Text Example
White with #E106CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E106CE; }
p { color: rgb(225,6,206); }
H1.HeaderClassName
{
color: #E106CE;
}
.AnyTagClassName
{
color: #E106CE;
}
</style>
background-color css
<style>
a { background-color: #E106CE; }
a { background-color: rgb(225,6,206); }
div.DivClassName
{
background-color: #E106CE;
}
.BgClassName
{
background-color: #E106CE;
}
</style>
border-color css
<style>
span { border-color: #E106CE; }
span { border-color: rgb(225,6,206); }
td.TdClassName
{
border-color: #E106CE;
}
.TagClassName
{
border-color: #E106CE;
}
</style>