Shades of Deep Magenta #E101CB
Tints of Deep Magenta #E101CB
RGB
CMYK
RGB Variations
Color information
#E101CB (or 0xE101CB) is known color: Deep Magenta. HEX triplet: E1, 01 and CB. RGB value is (225,1,203). Sum of RGB (Red+Green+Blue) = 225+1+203=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E101CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101CB is #1EFE34. Grayscale: #5A5A5A. Windows color (decimal): -2031157 or 13304289. OLE color: 13304289.
HSL color Cylindrical-coordinate representation of color #E101CB: hue angle of 305.89º 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 #E101CB is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.12 |
| HSL | 305.89º | 0.99% | 0.44% | - |
| HSV(B) | 305.89º | 1% | 0.88% | - |
| XYZ | 41.84 | 20.34 | 58.22 | - |
| YUV | 91 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 203 | 0 | 1.00 | 0.10 | 0.12 | 305.89 | 0.99 | 0.44 |
| Hex | E1 | 1 | CB | 0 | 64 | A | C | 132 | 63 | 2C |
| Octal | 341 | 1 | 313 | 0 | 144 | 12 | 14 | 462 | 143 | 54 |
| Binary | 11100001 | 1 | 11001011 | 0 | 1100100 | 1010 | 1100 | 100110010 | 1100011 | 101100 |
Color Harmonies of #E101CB
Complementary color
Monochromatic Colors of #E101CB
Black with #E101CB
Text Example
Text Example
White with #E101CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101CB; }
p { color: rgb(225,1,203); }
H1.HeaderClassName
{
color: #E101CB;
}
.AnyTagClassName
{
color: #E101CB;
}
</style>
background-color css
<style>
a { background-color: #E101CB; }
a { background-color: rgb(225,1,203); }
div.DivClassName
{
background-color: #E101CB;
}
.BgClassName
{
background-color: #E101CB;
}
</style>
border-color css
<style>
span { border-color: #E101CB; }
span { border-color: rgb(225,1,203); }
td.TdClassName
{
border-color: #E101CB;
}
.TagClassName
{
border-color: #E101CB;
}
</style>