Shades of Deep Magenta #E101BC
Tints of Deep Magenta #E101BC
RGB
CMYK
RGB Variations
Color information
#E101BC (or 0xE101BC) is known color: Deep Magenta. HEX triplet: E1, 01 and BC. RGB value is (225,1,188). Sum of RGB (Red+Green+Blue) = 225+1+188=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E101BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101BC is #1EFE43. Grayscale: #585858. Windows color (decimal): -2031172 or 12321249. OLE color: 12321249.
HSL color Cylindrical-coordinate representation of color #E101BC: hue angle of 309.91º 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 #E101BC is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.12 |
| HSL | 309.91º | 0.99% | 0.44% | - |
| HSV(B) | 309.91º | 1% | 0.88% | - |
| XYZ | 40.14 | 19.66 | 49.26 | - |
| YUV | 89.29 | 183.71 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 188 | 0 | 1.00 | 0.16 | 0.12 | 309.91 | 0.99 | 0.44 |
| Hex | E1 | 1 | BC | 0 | 64 | 10 | C | 136 | 63 | 2C |
| Octal | 341 | 1 | 274 | 0 | 144 | 20 | 14 | 466 | 143 | 54 |
| Binary | 11100001 | 1 | 10111100 | 0 | 1100100 | 10000 | 1100 | 100110110 | 1100011 | 101100 |
Color Harmonies of #E101BC
Complementary color
Monochromatic Colors of #E101BC
Black with #E101BC
Text Example
Text Example
White with #E101BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101BC; }
p { color: rgb(225,1,188); }
H1.HeaderClassName
{
color: #E101BC;
}
.AnyTagClassName
{
color: #E101BC;
}
</style>
background-color css
<style>
a { background-color: #E101BC; }
a { background-color: rgb(225,1,188); }
div.DivClassName
{
background-color: #E101BC;
}
.BgClassName
{
background-color: #E101BC;
}
</style>
border-color css
<style>
span { border-color: #E101BC; }
span { border-color: rgb(225,1,188); }
td.TdClassName
{
border-color: #E101BC;
}
.TagClassName
{
border-color: #E101BC;
}
</style>