Shades of Deep Magenta #E101DB
Tints of Deep Magenta #E101DB
RGB
CMYK
RGB Variations
Color information
#E101DB (or 0xE101DB) is known color: Deep Magenta. HEX triplet: E1, 01 and DB. RGB value is (225,1,219). Sum of RGB (Red+Green+Blue) = 225+1+219=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E101DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101DB is #1EFE24. Grayscale: #5C5C5C. Windows color (decimal): -2031141 or 14352865. OLE color: 14352865.
HSL color Cylindrical-coordinate representation of color #E101DB: hue angle of 301.61º 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 #E101DB is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.12 |
| HSL | 301.61º | 0.99% | 0.44% | - |
| HSV(B) | 301.61º | 1% | 0.88% | - |
| XYZ | 43.85 | 21.14 | 68.79 | - |
| YUV | 92.83 | 199.21 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 219 | 0 | 1.00 | 0.03 | 0.12 | 301.61 | 0.99 | 0.44 |
| Hex | E1 | 1 | DB | 0 | 64 | 3 | C | 12E | 63 | 2C |
| Octal | 341 | 1 | 333 | 0 | 144 | 3 | 14 | 456 | 143 | 54 |
| Binary | 11100001 | 1 | 11011011 | 0 | 1100100 | 11 | 1100 | 100101110 | 1100011 | 101100 |
Color Harmonies of #E101DB
Complementary color
Monochromatic Colors of #E101DB
Black with #E101DB
Text Example
Text Example
White with #E101DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101DB; }
p { color: rgb(225,1,219); }
H1.HeaderClassName
{
color: #E101DB;
}
.AnyTagClassName
{
color: #E101DB;
}
</style>
background-color css
<style>
a { background-color: #E101DB; }
a { background-color: rgb(225,1,219); }
div.DivClassName
{
background-color: #E101DB;
}
.BgClassName
{
background-color: #E101DB;
}
</style>
border-color css
<style>
span { border-color: #E101DB; }
span { border-color: rgb(225,1,219); }
td.TdClassName
{
border-color: #E101DB;
}
.TagClassName
{
border-color: #E101DB;
}
</style>