Shades of Deep Magenta #E101DE
Tints of Deep Magenta #E101DE
RGB
CMYK
RGB Variations
Color information
#E101DE (or 0xE101DE) is known color: Deep Magenta. HEX triplet: E1, 01 and DE. RGB value is (225,1,222). Sum of RGB (Red+Green+Blue) = 225+1+222=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E101DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101DE is #1EFE21. Grayscale: #5C5C5C. Windows color (decimal): -2031138 or 14549473. OLE color: 14549473.
HSL color Cylindrical-coordinate representation of color #E101DE: hue angle of 300.8º 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 #E101DE is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 222 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.12 |
| HSL | 300.8º | 0.99% | 0.44% | - |
| HSV(B) | 300.8º | 1% | 0.88% | - |
| XYZ | 44.25 | 21.3 | 70.89 | - |
| YUV | 93.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 222 | 0 | 1.00 | 0.01 | 0.12 | 300.8 | 0.99 | 0.44 |
| Hex | E1 | 1 | DE | 0 | 64 | 1 | C | 12D | 63 | 2C |
| Octal | 341 | 1 | 336 | 0 | 144 | 1 | 14 | 455 | 143 | 54 |
| Binary | 11100001 | 1 | 11011110 | 0 | 1100100 | 1 | 1100 | 100101101 | 1100011 | 101100 |
Color Harmonies of #E101DE
Complementary color
Monochromatic Colors of #E101DE
Black with #E101DE
Text Example
Text Example
White with #E101DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101DE; }
p { color: rgb(225,1,222); }
H1.HeaderClassName
{
color: #E101DE;
}
.AnyTagClassName
{
color: #E101DE;
}
</style>
background-color css
<style>
a { background-color: #E101DE; }
a { background-color: rgb(225,1,222); }
div.DivClassName
{
background-color: #E101DE;
}
.BgClassName
{
background-color: #E101DE;
}
</style>
border-color css
<style>
span { border-color: #E101DE; }
span { border-color: rgb(225,1,222); }
td.TdClassName
{
border-color: #E101DE;
}
.TagClassName
{
border-color: #E101DE;
}
</style>