Shades of Deep Magenta #E101BD
Tints of Deep Magenta #E101BD
RGB
CMYK
RGB Variations
Color information
#E101BD (or 0xE101BD) is known color: Deep Magenta. HEX triplet: E1, 01 and BD. RGB value is (225,1,189). Sum of RGB (Red+Green+Blue) = 225+1+189=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E101BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101BD is #1EFE42. Grayscale: #585858. Windows color (decimal): -2031171 or 12386785. OLE color: 12386785.
HSL color Cylindrical-coordinate representation of color #E101BD: hue angle of 309.64º 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 #E101BD is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.12 |
| HSL | 309.64º | 0.99% | 0.44% | - |
| HSV(B) | 309.64º | 1% | 0.88% | - |
| XYZ | 40.25 | 19.7 | 49.83 | - |
| YUV | 89.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 189 | 0 | 1.00 | 0.16 | 0.12 | 309.64 | 0.99 | 0.44 |
| Hex | E1 | 1 | BD | 0 | 64 | 10 | C | 136 | 63 | 2C |
| Octal | 341 | 1 | 275 | 0 | 144 | 20 | 14 | 466 | 143 | 54 |
| Binary | 11100001 | 1 | 10111101 | 0 | 1100100 | 10000 | 1100 | 100110110 | 1100011 | 101100 |
Color Harmonies of #E101BD
Complementary color
Monochromatic Colors of #E101BD
Black with #E101BD
Text Example
Text Example
White with #E101BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101BD; }
p { color: rgb(225,1,189); }
H1.HeaderClassName
{
color: #E101BD;
}
.AnyTagClassName
{
color: #E101BD;
}
</style>
background-color css
<style>
a { background-color: #E101BD; }
a { background-color: rgb(225,1,189); }
div.DivClassName
{
background-color: #E101BD;
}
.BgClassName
{
background-color: #E101BD;
}
</style>
border-color css
<style>
span { border-color: #E101BD; }
span { border-color: rgb(225,1,189); }
td.TdClassName
{
border-color: #E101BD;
}
.TagClassName
{
border-color: #E101BD;
}
</style>