Shades of Deep Magenta #E101BA
Tints of Deep Magenta #E101BA
RGB
CMYK
RGB Variations
Color information
#E101BA (or 0xE101BA) is known color: Deep Magenta. HEX triplet: E1, 01 and BA. RGB value is (225,1,186). Sum of RGB (Red+Green+Blue) = 225+1+186=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E101BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101BA is #1EFE45. Grayscale: #585858. Windows color (decimal): -2031174 or 12190177. OLE color: 12190177.
HSL color Cylindrical-coordinate representation of color #E101BA: hue angle of 310.45º 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 #E101BA is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.12 |
| HSL | 310.45º | 0.99% | 0.44% | - |
| HSV(B) | 310.45º | 1% | 0.88% | - |
| XYZ | 39.93 | 19.57 | 48.13 | - |
| YUV | 89.07 | 182.71 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 186 | 0 | 1.00 | 0.17 | 0.12 | 310.45 | 0.99 | 0.44 |
| Hex | E1 | 1 | BA | 0 | 64 | 11 | C | 136 | 63 | 2C |
| Octal | 341 | 1 | 272 | 0 | 144 | 21 | 14 | 466 | 143 | 54 |
| Binary | 11100001 | 1 | 10111010 | 0 | 1100100 | 10001 | 1100 | 100110110 | 1100011 | 101100 |
Color Harmonies of #E101BA
Complementary color
Monochromatic Colors of #E101BA
Black with #E101BA
Text Example
Text Example
White with #E101BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101BA; }
p { color: rgb(225,1,186); }
H1.HeaderClassName
{
color: #E101BA;
}
.AnyTagClassName
{
color: #E101BA;
}
</style>
background-color css
<style>
a { background-color: #E101BA; }
a { background-color: rgb(225,1,186); }
div.DivClassName
{
background-color: #E101BA;
}
.BgClassName
{
background-color: #E101BA;
}
</style>
border-color css
<style>
span { border-color: #E101BA; }
span { border-color: rgb(225,1,186); }
td.TdClassName
{
border-color: #E101BA;
}
.TagClassName
{
border-color: #E101BA;
}
</style>