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