Shades of Deep Magenta #E100CE
Tints of Deep Magenta #E100CE
RGB
CMYK
RGB Variations
Color information
#E100CE (or 0xE100CE) is known color: Deep Magenta. HEX triplet: E1, 00 and CE. RGB value is (225,0,206). Sum of RGB (Red+Green+Blue) = 225+0+206=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E100CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100CE is #1EFF31. Grayscale: #5A5A5A. Windows color (decimal): -2031410 or 13500641. OLE color: 13500641.
HSL color Cylindrical-coordinate representation of color #E100CE: hue angle of 305.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100CE is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.08 | 0.12 |
| HSL | 305.07º | 1% | 0.44% | - |
| HSV(B) | 305.07º | 1% | 0.88% | - |
| XYZ | 42.19 | 20.46 | 60.12 | - |
| YUV | 90.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 206 | 0 | 1 | 0.08 | 0.12 | 305.07 | 1 | 0.44 |
| Hex | E1 | 0 | CE | 0 | 64 | 8 | C | 131 | 64 | 2C |
| Octal | 341 | 0 | 316 | 0 | 144 | 10 | 14 | 461 | 144 | 54 |
| Binary | 11100001 | 0 | 11001110 | 0 | 1100100 | 1000 | 1100 | 100110001 | 1100100 | 101100 |
Color Harmonies of #E100CE
Complementary color
Monochromatic Colors of #E100CE
Black with #E100CE
Text Example
Text Example
White with #E100CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100CE; }
p { color: rgb(225,0,206); }
H1.HeaderClassName
{
color: #E100CE;
}
.AnyTagClassName
{
color: #E100CE;
}
</style>
background-color css
<style>
a { background-color: #E100CE; }
a { background-color: rgb(225,0,206); }
div.DivClassName
{
background-color: #E100CE;
}
.BgClassName
{
background-color: #E100CE;
}
</style>
border-color css
<style>
span { border-color: #E100CE; }
span { border-color: rgb(225,0,206); }
td.TdClassName
{
border-color: #E100CE;
}
.TagClassName
{
border-color: #E100CE;
}
</style>