Shades of Deep Magenta #E100DF
Tints of Deep Magenta #E100DF
RGB
CMYK
RGB Variations
Color information
#E100DF (or 0xE100DF) is known color: Deep Magenta. HEX triplet: E1, 00 and DF. RGB value is (225,0,223). Sum of RGB (Red+Green+Blue) = 225+0+223=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E100DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100DF is #1EFF20. Grayscale: #5C5C5C. Windows color (decimal): -2031393 or 14614753. OLE color: 14614753.
HSL color Cylindrical-coordinate representation of color #E100DF: hue angle of 300.53º 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 #E100DF is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.01 | 0.12 |
| HSL | 300.53º | 1% | 0.44% | - |
| HSV(B) | 300.53º | 1% | 0.88% | - |
| XYZ | 44.37 | 21.34 | 71.59 | - |
| YUV | 92.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 223 | 0 | 1 | 0.01 | 0.12 | 300.53 | 1 | 0.44 |
| Hex | E1 | 0 | DF | 0 | 64 | 1 | C | 12D | 64 | 2C |
| Octal | 341 | 0 | 337 | 0 | 144 | 1 | 14 | 455 | 144 | 54 |
| Binary | 11100001 | 0 | 11011111 | 0 | 1100100 | 1 | 1100 | 100101101 | 1100100 | 101100 |
Color Harmonies of #E100DF
Complementary color
Monochromatic Colors of #E100DF
Black with #E100DF
Text Example
Text Example
White with #E100DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100DF; }
p { color: rgb(225,0,223); }
H1.HeaderClassName
{
color: #E100DF;
}
.AnyTagClassName
{
color: #E100DF;
}
</style>
background-color css
<style>
a { background-color: #E100DF; }
a { background-color: rgb(225,0,223); }
div.DivClassName
{
background-color: #E100DF;
}
.BgClassName
{
background-color: #E100DF;
}
</style>
border-color css
<style>
span { border-color: #E100DF; }
span { border-color: rgb(225,0,223); }
td.TdClassName
{
border-color: #E100DF;
}
.TagClassName
{
border-color: #E100DF;
}
</style>