Shades of Deep Magenta #E616D9
Tints of Deep Magenta #E616D9
RGB
CMYK
RGB Variations
Color information
#E616D9 (or 0xE616D9) is known color: Deep Magenta. HEX triplet: E6, 16 and D9. RGB value is (230,22,217). Sum of RGB (Red+Green+Blue) = 230+22+217=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E616D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616D9 is #19E926. Grayscale: #696969. Windows color (decimal): -1698087 or 14227174. OLE color: 14227174.
HSL color Cylindrical-coordinate representation of color #E616D9: hue angle of 303.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616D9 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 217 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.10 |
| HSL | 303.75º | 0.83% | 0.49% | - |
| HSV(B) | 303.75º | 0.9% | 0.9% | - |
| XYZ | 45.44 | 22.41 | 67.58 | - |
| YUV | 106.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 217 | 0 | 0.90 | 0.06 | 0.10 | 303.75 | 0.83 | 0.49 |
| Hex | E6 | 16 | D9 | 0 | 5A | 6 | A | 130 | 53 | 31 |
| Octal | 346 | 26 | 331 | 0 | 132 | 6 | 12 | 460 | 123 | 61 |
| Binary | 11100110 | 10110 | 11011001 | 0 | 1011010 | 110 | 1010 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E616D9
Complementary color
Monochromatic Colors of #E616D9
Black with #E616D9
Text Example
Text Example
White with #E616D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616D9; }
p { color: rgb(230,22,217); }
H1.HeaderClassName
{
color: #E616D9;
}
.AnyTagClassName
{
color: #E616D9;
}
</style>
background-color css
<style>
a { background-color: #E616D9; }
a { background-color: rgb(230,22,217); }
div.DivClassName
{
background-color: #E616D9;
}
.BgClassName
{
background-color: #E616D9;
}
</style>
border-color css
<style>
span { border-color: #E616D9; }
span { border-color: rgb(230,22,217); }
td.TdClassName
{
border-color: #E616D9;
}
.TagClassName
{
border-color: #E616D9;
}
</style>