Shades of Deep Magenta #E200DD
Tints of Deep Magenta #E200DD
RGB
CMYK
RGB Variations
Color information
#E200DD (or 0xE200DD) is known color: Deep Magenta. HEX triplet: E2, 00 and DD. RGB value is (226,0,221). Sum of RGB (Red+Green+Blue) = 226+0+221=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E200DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200DD is #1DFF22. Grayscale: #5C5C5C. Windows color (decimal): -1965859 or 14483682. OLE color: 14483682.
HSL color Cylindrical-coordinate representation of color #E200DD: hue angle of 301.33º 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 #E200DD is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.02 | 0.11 |
| HSL | 301.33º | 1% | 0.44% | - |
| HSV(B) | 301.33º | 1% | 0.89% | - |
| XYZ | 44.42 | 21.39 | 70.19 | - |
| YUV | 92.77 | 200.37 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 221 | 0 | 1 | 0.02 | 0.11 | 301.33 | 1 | 0.44 |
| Hex | E2 | 0 | DD | 0 | 64 | 2 | B | 12D | 64 | 2C |
| Octal | 342 | 0 | 335 | 0 | 144 | 2 | 13 | 455 | 144 | 54 |
| Binary | 11100010 | 0 | 11011101 | 0 | 1100100 | 10 | 1011 | 100101101 | 1100100 | 101100 |
Color Harmonies of #E200DD
Complementary color
Monochromatic Colors of #E200DD
Black with #E200DD
Text Example
Text Example
White with #E200DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200DD; }
p { color: rgb(226,0,221); }
H1.HeaderClassName
{
color: #E200DD;
}
.AnyTagClassName
{
color: #E200DD;
}
</style>
background-color css
<style>
a { background-color: #E200DD; }
a { background-color: rgb(226,0,221); }
div.DivClassName
{
background-color: #E200DD;
}
.BgClassName
{
background-color: #E200DD;
}
</style>
border-color css
<style>
span { border-color: #E200DD; }
span { border-color: rgb(226,0,221); }
td.TdClassName
{
border-color: #E200DD;
}
.TagClassName
{
border-color: #E200DD;
}
</style>