Shades of Deep Magenta #E200DC
Tints of Deep Magenta #E200DC
RGB
CMYK
RGB Variations
Color information
#E200DC (or 0xE200DC) is known color: Deep Magenta. HEX triplet: E2, 00 and DC. RGB value is (226,0,220). Sum of RGB (Red+Green+Blue) = 226+0+220=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E200DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200DC is #1DFF23. Grayscale: #5C5C5C. Windows color (decimal): -1965860 or 14418146. OLE color: 14418146.
HSL color Cylindrical-coordinate representation of color #E200DC: hue angle of 301.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200DC is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.03 | 0.11 |
| HSL | 301.59º | 1% | 0.44% | - |
| HSV(B) | 301.59º | 1% | 0.89% | - |
| XYZ | 44.28 | 21.34 | 69.49 | - |
| YUV | 92.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 220 | 0 | 1 | 0.03 | 0.11 | 301.59 | 1 | 0.44 |
| Hex | E2 | 0 | DC | 0 | 64 | 3 | B | 12E | 64 | 2C |
| Octal | 342 | 0 | 334 | 0 | 144 | 3 | 13 | 456 | 144 | 54 |
| Binary | 11100010 | 0 | 11011100 | 0 | 1100100 | 11 | 1011 | 100101110 | 1100100 | 101100 |
Color Harmonies of #E200DC
Complementary color
Monochromatic Colors of #E200DC
Black with #E200DC
Text Example
Text Example
White with #E200DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200DC; }
p { color: rgb(226,0,220); }
H1.HeaderClassName
{
color: #E200DC;
}
.AnyTagClassName
{
color: #E200DC;
}
</style>
background-color css
<style>
a { background-color: #E200DC; }
a { background-color: rgb(226,0,220); }
div.DivClassName
{
background-color: #E200DC;
}
.BgClassName
{
background-color: #E200DC;
}
</style>
border-color css
<style>
span { border-color: #E200DC; }
span { border-color: rgb(226,0,220); }
td.TdClassName
{
border-color: #E200DC;
}
.TagClassName
{
border-color: #E200DC;
}
</style>