Shades of Deep Magenta #E208DD
Tints of Deep Magenta #E208DD
RGB
CMYK
RGB Variations
Color information
#E208DD (or 0xE208DD) is known color: Deep Magenta. HEX triplet: E2, 08 and DD. RGB value is (226,8,221). Sum of RGB (Red+Green+Blue) = 226+8+221=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E208DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E208DD is #1DF722. Grayscale: #606060. Windows color (decimal): -1963811 or 14485730. OLE color: 14485730.
HSL color Cylindrical-coordinate representation of color #E208DD: hue angle of 301.38º 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 #E208DD is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 221 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.11 |
| HSL | 301.38º | 0.93% | 0.46% | - |
| HSV(B) | 301.38º | 0.96% | 0.89% | - |
| XYZ | 44.5 | 21.56 | 70.22 | - |
| YUV | 97.46 | 197.72 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 221 | 0 | 0.96 | 0.02 | 0.11 | 301.38 | 0.93 | 0.46 |
| Hex | E2 | 8 | DD | 0 | 60 | 2 | B | 12D | 5D | 2E |
| Octal | 342 | 10 | 335 | 0 | 140 | 2 | 13 | 455 | 135 | 56 |
| Binary | 11100010 | 1000 | 11011101 | 0 | 1100000 | 10 | 1011 | 100101101 | 1011101 | 101110 |
Color Harmonies of #E208DD
Complementary color
Monochromatic Colors of #E208DD
Black with #E208DD
Text Example
Text Example
White with #E208DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E208DD; }
p { color: rgb(226,8,221); }
H1.HeaderClassName
{
color: #E208DD;
}
.AnyTagClassName
{
color: #E208DD;
}
</style>
background-color css
<style>
a { background-color: #E208DD; }
a { background-color: rgb(226,8,221); }
div.DivClassName
{
background-color: #E208DD;
}
.BgClassName
{
background-color: #E208DD;
}
</style>
border-color css
<style>
span { border-color: #E208DD; }
span { border-color: rgb(226,8,221); }
td.TdClassName
{
border-color: #E208DD;
}
.TagClassName
{
border-color: #E208DD;
}
</style>