Shades of Deep Magenta #E208DC
Tints of Deep Magenta #E208DC
RGB
CMYK
RGB Variations
Color information
#E208DC (or 0xE208DC) is known color: Deep Magenta. HEX triplet: E2, 08 and DC. RGB value is (226,8,220). Sum of RGB (Red+Green+Blue) = 226+8+220=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E208DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E208DC is #1DF723. Grayscale: #606060. Windows color (decimal): -1963812 or 14420194. OLE color: 14420194.
HSL color Cylindrical-coordinate representation of color #E208DC: hue angle of 301.65º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E208DC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 220 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.65º | 0.93% | 0.46% | - |
| HSV(B) | 301.65º | 0.96% | 0.89% | - |
| XYZ | 44.37 | 21.51 | 69.52 | - |
| YUV | 97.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 220 | 0 | 0.96 | 0.03 | 0.11 | 301.65 | 0.93 | 0.46 |
| Hex | E2 | 8 | DC | 0 | 60 | 3 | B | 12E | 5D | 2E |
| Octal | 342 | 10 | 334 | 0 | 140 | 3 | 13 | 456 | 135 | 56 |
| Binary | 11100010 | 1000 | 11011100 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E208DC
Complementary color
Monochromatic Colors of #E208DC
Black with #E208DC
Text Example
Text Example
White with #E208DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E208DC; }
p { color: rgb(226,8,220); }
H1.HeaderClassName
{
color: #E208DC;
}
.AnyTagClassName
{
color: #E208DC;
}
</style>
background-color css
<style>
a { background-color: #E208DC; }
a { background-color: rgb(226,8,220); }
div.DivClassName
{
background-color: #E208DC;
}
.BgClassName
{
background-color: #E208DC;
}
</style>
border-color css
<style>
span { border-color: #E208DC; }
span { border-color: rgb(226,8,220); }
td.TdClassName
{
border-color: #E208DC;
}
.TagClassName
{
border-color: #E208DC;
}
</style>