Shades of Deep Magenta #E101DF
Tints of Deep Magenta #E101DF
RGB
CMYK
RGB Variations
Color information
#E101DF (or 0xE101DF) is known color: Deep Magenta. HEX triplet: E1, 01 and DF. RGB value is (225,1,223). Sum of RGB (Red+Green+Blue) = 225+1+223=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E101DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101DF is #1EFE20. Grayscale: #5C5C5C. Windows color (decimal): -2031137 or 14615009. OLE color: 14615009.
HSL color Cylindrical-coordinate representation of color #E101DF: hue angle of 300.54º 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 #E101DF is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.12 |
| HSL | 300.54º | 0.99% | 0.44% | - |
| HSV(B) | 300.54º | 1% | 0.88% | - |
| XYZ | 44.38 | 21.36 | 71.6 | - |
| YUV | 93.28 | 201.21 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 223 | 0 | 1.00 | 0.01 | 0.12 | 300.54 | 0.99 | 0.44 |
| Hex | E1 | 1 | DF | 0 | 64 | 1 | C | 12D | 63 | 2C |
| Octal | 341 | 1 | 337 | 0 | 144 | 1 | 14 | 455 | 143 | 54 |
| Binary | 11100001 | 1 | 11011111 | 0 | 1100100 | 1 | 1100 | 100101101 | 1100011 | 101100 |
Color Harmonies of #E101DF
Complementary color
Monochromatic Colors of #E101DF
Black with #E101DF
Text Example
Text Example
White with #E101DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101DF; }
p { color: rgb(225,1,223); }
H1.HeaderClassName
{
color: #E101DF;
}
.AnyTagClassName
{
color: #E101DF;
}
</style>
background-color css
<style>
a { background-color: #E101DF; }
a { background-color: rgb(225,1,223); }
div.DivClassName
{
background-color: #E101DF;
}
.BgClassName
{
background-color: #E101DF;
}
</style>
border-color css
<style>
span { border-color: #E101DF; }
span { border-color: rgb(225,1,223); }
td.TdClassName
{
border-color: #E101DF;
}
.TagClassName
{
border-color: #E101DF;
}
</style>