Shades of Deep Magenta #E201DC
Tints of Deep Magenta #E201DC
RGB
CMYK
RGB Variations
Color information
#E201DC (or 0xE201DC) is known color: Deep Magenta. HEX triplet: E2, 01 and DC. RGB value is (226,1,220). Sum of RGB (Red+Green+Blue) = 226+1+220=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E201DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201DC is #1DFE23. Grayscale: #5C5C5C. Windows color (decimal): -1965604 or 14418402. OLE color: 14418402.
HSL color Cylindrical-coordinate representation of color #E201DC: hue angle of 301.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201DC is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.11 |
| HSL | 301.6º | 0.99% | 0.45% | - |
| HSV(B) | 301.6º | 1% | 0.89% | - |
| XYZ | 44.29 | 21.36 | 69.5 | - |
| YUV | 93.24 | 199.54 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 220 | 0 | 1.00 | 0.03 | 0.11 | 301.6 | 0.99 | 0.45 |
| Hex | E2 | 1 | DC | 0 | 64 | 3 | B | 12E | 63 | 2D |
| Octal | 342 | 1 | 334 | 0 | 144 | 3 | 13 | 456 | 143 | 55 |
| Binary | 11100010 | 1 | 11011100 | 0 | 1100100 | 11 | 1011 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E201DC
Complementary color
Monochromatic Colors of #E201DC
Black with #E201DC
Text Example
Text Example
White with #E201DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201DC; }
p { color: rgb(226,1,220); }
H1.HeaderClassName
{
color: #E201DC;
}
.AnyTagClassName
{
color: #E201DC;
}
</style>
background-color css
<style>
a { background-color: #E201DC; }
a { background-color: rgb(226,1,220); }
div.DivClassName
{
background-color: #E201DC;
}
.BgClassName
{
background-color: #E201DC;
}
</style>
border-color css
<style>
span { border-color: #E201DC; }
span { border-color: rgb(226,1,220); }
td.TdClassName
{
border-color: #E201DC;
}
.TagClassName
{
border-color: #E201DC;
}
</style>