Shades of Deep Magenta #E100BF
Tints of Deep Magenta #E100BF
RGB
CMYK
RGB Variations
Color information
#E100BF (or 0xE100BF) is known color: Deep Magenta. HEX triplet: E1, 00 and BF. RGB value is (225,0,191). Sum of RGB (Red+Green+Blue) = 225+0+191=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E100BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100BF is #1EFF40. Grayscale: #585858. Windows color (decimal): -2031425 or 12517601. OLE color: 12517601.
HSL color Cylindrical-coordinate representation of color #E100BF: hue angle of 309.07º 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 #E100BF is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.15 | 0.12 |
| HSL | 309.07º | 1% | 0.44% | - |
| HSV(B) | 309.07º | 1% | 0.88% | - |
| XYZ | 40.46 | 19.77 | 50.97 | - |
| YUV | 89.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 191 | 0 | 1 | 0.15 | 0.12 | 309.07 | 1 | 0.44 |
| Hex | E1 | 0 | BF | 0 | 64 | F | C | 135 | 64 | 2C |
| Octal | 341 | 0 | 277 | 0 | 144 | 17 | 14 | 465 | 144 | 54 |
| Binary | 11100001 | 0 | 10111111 | 0 | 1100100 | 1111 | 1100 | 100110101 | 1100100 | 101100 |
Color Harmonies of #E100BF
Complementary color
Monochromatic Colors of #E100BF
Black with #E100BF
Text Example
Text Example
White with #E100BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100BF; }
p { color: rgb(225,0,191); }
H1.HeaderClassName
{
color: #E100BF;
}
.AnyTagClassName
{
color: #E100BF;
}
</style>
background-color css
<style>
a { background-color: #E100BF; }
a { background-color: rgb(225,0,191); }
div.DivClassName
{
background-color: #E100BF;
}
.BgClassName
{
background-color: #E100BF;
}
</style>
border-color css
<style>
span { border-color: #E100BF; }
span { border-color: rgb(225,0,191); }
td.TdClassName
{
border-color: #E100BF;
}
.TagClassName
{
border-color: #E100BF;
}
</style>