Shades of Deep Magenta #E617D9
Tints of Deep Magenta #E617D9
RGB
CMYK
RGB Variations
Color information
#E617D9 (or 0xE617D9) is known color: Deep Magenta. HEX triplet: E6, 17 and D9. RGB value is (230,23,217). Sum of RGB (Red+Green+Blue) = 230+23+217=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E617D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617D9 is #19E826. Grayscale: #6A6A6A. Windows color (decimal): -1697831 or 14227430. OLE color: 14227430.
HSL color Cylindrical-coordinate representation of color #E617D9: hue angle of 303.77º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617D9 is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 217 | - |
| CMYK | 0 | 0.9 | 0.06 | 0.10 |
| HSL | 303.77º | 0.82% | 0.5% | - |
| HSV(B) | 303.77º | 0.9% | 0.9% | - |
| XYZ | 45.46 | 22.45 | 67.58 | - |
| YUV | 107.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 217 | 0 | 0.9 | 0.06 | 0.10 | 303.77 | 0.82 | 0.5 |
| Hex | E6 | 17 | D9 | 0 | 5A | 6 | A | 130 | 52 | 32 |
| Octal | 346 | 27 | 331 | 0 | 132 | 6 | 12 | 460 | 122 | 62 |
| Binary | 11100110 | 10111 | 11011001 | 0 | 1011010 | 110 | 1010 | 100110000 | 1010010 | 110010 |
Color Harmonies of #E617D9
Complementary color
Monochromatic Colors of #E617D9
Black with #E617D9
Text Example
Text Example
White with #E617D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E617D9; }
p { color: rgb(230,23,217); }
H1.HeaderClassName
{
color: #E617D9;
}
.AnyTagClassName
{
color: #E617D9;
}
</style>
background-color css
<style>
a { background-color: #E617D9; }
a { background-color: rgb(230,23,217); }
div.DivClassName
{
background-color: #E617D9;
}
.BgClassName
{
background-color: #E617D9;
}
</style>
border-color css
<style>
span { border-color: #E617D9; }
span { border-color: rgb(230,23,217); }
td.TdClassName
{
border-color: #E617D9;
}
.TagClassName
{
border-color: #E617D9;
}
</style>