Shades of Deep Magenta #E101DD
Tints of Deep Magenta #E101DD
RGB
CMYK
RGB Variations
Color information
#E101DD (or 0xE101DD) is known color: Deep Magenta. HEX triplet: E1, 01 and DD. RGB value is (225,1,221). Sum of RGB (Red+Green+Blue) = 225+1+221=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E101DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101DD is #1EFE22. Grayscale: #5C5C5C. Windows color (decimal): -2031139 or 14483937. OLE color: 14483937.
HSL color Cylindrical-coordinate representation of color #E101DD: hue angle of 301.07º 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 #E101DD is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.12 |
| HSL | 301.07º | 0.99% | 0.44% | - |
| HSV(B) | 301.07º | 1% | 0.88% | - |
| XYZ | 44.11 | 21.25 | 70.18 | - |
| YUV | 93.06 | 200.21 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 221 | 0 | 1.00 | 0.02 | 0.12 | 301.07 | 0.99 | 0.44 |
| Hex | E1 | 1 | DD | 0 | 64 | 2 | C | 12D | 63 | 2C |
| Octal | 341 | 1 | 335 | 0 | 144 | 2 | 14 | 455 | 143 | 54 |
| Binary | 11100001 | 1 | 11011101 | 0 | 1100100 | 10 | 1100 | 100101101 | 1100011 | 101100 |
Color Harmonies of #E101DD
Complementary color
Monochromatic Colors of #E101DD
Black with #E101DD
Text Example
Text Example
White with #E101DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101DD; }
p { color: rgb(225,1,221); }
H1.HeaderClassName
{
color: #E101DD;
}
.AnyTagClassName
{
color: #E101DD;
}
</style>
background-color css
<style>
a { background-color: #E101DD; }
a { background-color: rgb(225,1,221); }
div.DivClassName
{
background-color: #E101DD;
}
.BgClassName
{
background-color: #E101DD;
}
</style>
border-color css
<style>
span { border-color: #E101DD; }
span { border-color: rgb(225,1,221); }
td.TdClassName
{
border-color: #E101DD;
}
.TagClassName
{
border-color: #E101DD;
}
</style>