Shades of Deep Magenta #E616DF
Tints of Deep Magenta #E616DF
RGB
CMYK
RGB Variations
Color information
#E616DF (or 0xE616DF) is known color: Deep Magenta. HEX triplet: E6, 16 and DF. RGB value is (230,22,223). Sum of RGB (Red+Green+Blue) = 230+22+223=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E616DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616DF is #19E920. Grayscale: #6A6A6A. Windows color (decimal): -1698081 or 14620390. OLE color: 14620390.
HSL color Cylindrical-coordinate representation of color #E616DF: hue angle of 302.02º 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 #E616DF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 223 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.10 |
| HSL | 302.02º | 0.83% | 0.49% | - |
| HSV(B) | 302.02º | 0.9% | 0.9% | - |
| XYZ | 46.24 | 22.72 | 71.76 | - |
| YUV | 107.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 223 | 0 | 0.90 | 0.03 | 0.10 | 302.02 | 0.83 | 0.49 |
| Hex | E6 | 16 | DF | 0 | 5A | 3 | A | 12E | 53 | 31 |
| Octal | 346 | 26 | 337 | 0 | 132 | 3 | 12 | 456 | 123 | 61 |
| Binary | 11100110 | 10110 | 11011111 | 0 | 1011010 | 11 | 1010 | 100101110 | 1010011 | 110001 |
Color Harmonies of #E616DF
Complementary color
Monochromatic Colors of #E616DF
Black with #E616DF
Text Example
Text Example
White with #E616DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616DF; }
p { color: rgb(230,22,223); }
H1.HeaderClassName
{
color: #E616DF;
}
.AnyTagClassName
{
color: #E616DF;
}
</style>
background-color css
<style>
a { background-color: #E616DF; }
a { background-color: rgb(230,22,223); }
div.DivClassName
{
background-color: #E616DF;
}
.BgClassName
{
background-color: #E616DF;
}
</style>
border-color css
<style>
span { border-color: #E616DF; }
span { border-color: rgb(230,22,223); }
td.TdClassName
{
border-color: #E616DF;
}
.TagClassName
{
border-color: #E616DF;
}
</style>