Shades of Deep Magenta #E217DA
Tints of Deep Magenta #E217DA
RGB
CMYK
RGB Variations
Color information
#E217DA (or 0xE217DA) is known color: Deep Magenta. HEX triplet: E2, 17 and DA. RGB value is (226,23,218). Sum of RGB (Red+Green+Blue) = 226+23+218=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E217DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217DA is #1DE825. Grayscale: #696969. Windows color (decimal): -1959974 or 14292962. OLE color: 14292962.
HSL color Cylindrical-coordinate representation of color #E217DA: hue angle of 302.36º 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 #E217DA is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 218 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.11 |
| HSL | 302.36º | 0.82% | 0.49% | - |
| HSV(B) | 302.36º | 0.9% | 0.89% | - |
| XYZ | 44.33 | 21.84 | 68.21 | - |
| YUV | 105.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 218 | 0 | 0.90 | 0.04 | 0.11 | 302.36 | 0.82 | 0.49 |
| Hex | E2 | 17 | DA | 0 | 5A | 4 | B | 12E | 52 | 31 |
| Octal | 342 | 27 | 332 | 0 | 132 | 4 | 13 | 456 | 122 | 61 |
| Binary | 11100010 | 10111 | 11011010 | 0 | 1011010 | 100 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E217DA
Complementary color
Monochromatic Colors of #E217DA
Black with #E217DA
Text Example
Text Example
White with #E217DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217DA; }
p { color: rgb(226,23,218); }
H1.HeaderClassName
{
color: #E217DA;
}
.AnyTagClassName
{
color: #E217DA;
}
</style>
background-color css
<style>
a { background-color: #E217DA; }
a { background-color: rgb(226,23,218); }
div.DivClassName
{
background-color: #E217DA;
}
.BgClassName
{
background-color: #E217DA;
}
</style>
border-color css
<style>
span { border-color: #E217DA; }
span { border-color: rgb(226,23,218); }
td.TdClassName
{
border-color: #E217DA;
}
.TagClassName
{
border-color: #E217DA;
}
</style>