Shades of Deep Magenta #E217DD
Tints of Deep Magenta #E217DD
RGB
CMYK
RGB Variations
Color information
#E217DD (or 0xE217DD) is known color: Deep Magenta. HEX triplet: E2, 17 and DD. RGB value is (226,23,221). Sum of RGB (Red+Green+Blue) = 226+23+221=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E217DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217DD is #1DE822. Grayscale: #696969. Windows color (decimal): -1959971 or 14489570. OLE color: 14489570.
HSL color Cylindrical-coordinate representation of color #E217DD: hue angle of 301.48º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217DD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 221 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.11 |
| HSL | 301.48º | 0.82% | 0.49% | - |
| HSV(B) | 301.48º | 0.9% | 0.89% | - |
| XYZ | 44.72 | 22 | 70.3 | - |
| YUV | 106.27 | 192.75 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 221 | 0 | 0.90 | 0.02 | 0.11 | 301.48 | 0.82 | 0.49 |
| Hex | E2 | 17 | DD | 0 | 5A | 2 | B | 12D | 52 | 31 |
| Octal | 342 | 27 | 335 | 0 | 132 | 2 | 13 | 455 | 122 | 61 |
| Binary | 11100010 | 10111 | 11011101 | 0 | 1011010 | 10 | 1011 | 100101101 | 1010010 | 110001 |
Color Harmonies of #E217DD
Complementary color
Monochromatic Colors of #E217DD
Black with #E217DD
Text Example
Text Example
White with #E217DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217DD; }
p { color: rgb(226,23,221); }
H1.HeaderClassName
{
color: #E217DD;
}
.AnyTagClassName
{
color: #E217DD;
}
</style>
background-color css
<style>
a { background-color: #E217DD; }
a { background-color: rgb(226,23,221); }
div.DivClassName
{
background-color: #E217DD;
}
.BgClassName
{
background-color: #E217DD;
}
</style>
border-color css
<style>
span { border-color: #E217DD; }
span { border-color: rgb(226,23,221); }
td.TdClassName
{
border-color: #E217DD;
}
.TagClassName
{
border-color: #E217DD;
}
</style>