Shades of Deep Magenta #E217DF
Tints of Deep Magenta #E217DF
RGB
CMYK
RGB Variations
Color information
#E217DF (or 0xE217DF) is known color: Deep Magenta. HEX triplet: E2, 17 and DF. RGB value is (226,23,223). Sum of RGB (Red+Green+Blue) = 226+23+223=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E217DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217DF is #1DE820. Grayscale: #696969. Windows color (decimal): -1959969 or 14620642. OLE color: 14620642.
HSL color Cylindrical-coordinate representation of color #E217DF: hue angle of 300.89º 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 #E217DF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 223 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.11 |
| HSL | 300.89º | 0.82% | 0.49% | - |
| HSV(B) | 300.89º | 0.9% | 0.89% | - |
| XYZ | 44.99 | 22.11 | 71.71 | - |
| YUV | 106.5 | 193.75 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 223 | 0 | 0.90 | 0.01 | 0.11 | 300.89 | 0.82 | 0.49 |
| Hex | E2 | 17 | DF | 0 | 5A | 1 | B | 12D | 52 | 31 |
| Octal | 342 | 27 | 337 | 0 | 132 | 1 | 13 | 455 | 122 | 61 |
| Binary | 11100010 | 10111 | 11011111 | 0 | 1011010 | 1 | 1011 | 100101101 | 1010010 | 110001 |
Color Harmonies of #E217DF
Complementary color
Monochromatic Colors of #E217DF
Black with #E217DF
Text Example
Text Example
White with #E217DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217DF; }
p { color: rgb(226,23,223); }
H1.HeaderClassName
{
color: #E217DF;
}
.AnyTagClassName
{
color: #E217DF;
}
</style>
background-color css
<style>
a { background-color: #E217DF; }
a { background-color: rgb(226,23,223); }
div.DivClassName
{
background-color: #E217DF;
}
.BgClassName
{
background-color: #E217DF;
}
</style>
border-color css
<style>
span { border-color: #E217DF; }
span { border-color: rgb(226,23,223); }
td.TdClassName
{
border-color: #E217DF;
}
.TagClassName
{
border-color: #E217DF;
}
</style>