Shades of Deep Magenta #E20DD3
Tints of Deep Magenta #E20DD3
RGB
CMYK
RGB Variations
Color information
#E20DD3 (or 0xE20DD3) is known color: Deep Magenta. HEX triplet: E2, 0D and D3. RGB value is (226,13,211). Sum of RGB (Red+Green+Blue) = 226+13+211=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DD3 is #1DF22C. Grayscale: #626262. Windows color (decimal): -1962541 or 13831650. OLE color: 13831650.
HSL color Cylindrical-coordinate representation of color #E20DD3: hue angle of 304.23º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20DD3 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 211 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.11 |
| HSL | 304.23º | 0.89% | 0.47% | - |
| HSV(B) | 304.23º | 0.94% | 0.89% | - |
| XYZ | 43.27 | 21.16 | 63.43 | - |
| YUV | 99.26 | 191.07 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 211 | 0 | 0.94 | 0.07 | 0.11 | 304.23 | 0.89 | 0.47 |
| Hex | E2 | D | D3 | 0 | 5E | 7 | B | 130 | 59 | 2F |
| Octal | 342 | 15 | 323 | 0 | 136 | 7 | 13 | 460 | 131 | 57 |
| Binary | 11100010 | 1101 | 11010011 | 0 | 1011110 | 111 | 1011 | 100110000 | 1011001 | 101111 |
Color Harmonies of #E20DD3
Complementary color
Monochromatic Colors of #E20DD3
Black with #E20DD3
Text Example
Text Example
White with #E20DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DD3; }
p { color: rgb(226,13,211); }
H1.HeaderClassName
{
color: #E20DD3;
}
.AnyTagClassName
{
color: #E20DD3;
}
</style>
background-color css
<style>
a { background-color: #E20DD3; }
a { background-color: rgb(226,13,211); }
div.DivClassName
{
background-color: #E20DD3;
}
.BgClassName
{
background-color: #E20DD3;
}
</style>
border-color css
<style>
span { border-color: #E20DD3; }
span { border-color: rgb(226,13,211); }
td.TdClassName
{
border-color: #E20DD3;
}
.TagClassName
{
border-color: #E20DD3;
}
</style>