Shades of Deep Magenta #E100BB
Tints of Deep Magenta #E100BB
RGB
CMYK
RGB Variations
Color information
#E100BB (or 0xE100BB) is known color: Deep Magenta. HEX triplet: E1, 00 and BB. RGB value is (225,0,187). Sum of RGB (Red+Green+Blue) = 225+0+187=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E100BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100BB is #1EFF44. Grayscale: #585858. Windows color (decimal): -2031429 or 12255457. OLE color: 12255457.
HSL color Cylindrical-coordinate representation of color #E100BB: hue angle of 310.13º 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 #E100BB is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.17 | 0.12 |
| HSL | 310.13º | 1% | 0.44% | - |
| HSV(B) | 310.13º | 1% | 0.88% | - |
| XYZ | 40.02 | 19.6 | 48.69 | - |
| YUV | 88.59 | 183.54 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 187 | 0 | 1 | 0.17 | 0.12 | 310.13 | 1 | 0.44 |
| Hex | E1 | 0 | BB | 0 | 64 | 11 | C | 136 | 64 | 2C |
| Octal | 341 | 0 | 273 | 0 | 144 | 21 | 14 | 466 | 144 | 54 |
| Binary | 11100001 | 0 | 10111011 | 0 | 1100100 | 10001 | 1100 | 100110110 | 1100100 | 101100 |
Color Harmonies of #E100BB
Complementary color
Monochromatic Colors of #E100BB
Black with #E100BB
Text Example
Text Example
White with #E100BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100BB; }
p { color: rgb(225,0,187); }
H1.HeaderClassName
{
color: #E100BB;
}
.AnyTagClassName
{
color: #E100BB;
}
</style>
background-color css
<style>
a { background-color: #E100BB; }
a { background-color: rgb(225,0,187); }
div.DivClassName
{
background-color: #E100BB;
}
.BgClassName
{
background-color: #E100BB;
}
</style>
border-color css
<style>
span { border-color: #E100BB; }
span { border-color: rgb(225,0,187); }
td.TdClassName
{
border-color: #E100BB;
}
.TagClassName
{
border-color: #E100BB;
}
</style>