Shades of Deep Magenta #E616DD
Tints of Deep Magenta #E616DD
RGB
CMYK
RGB Variations
Color information
#E616DD (or 0xE616DD) is known color: Deep Magenta. HEX triplet: E6, 16 and DD. RGB value is (230,22,221). Sum of RGB (Red+Green+Blue) = 230+22+221=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E616DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616DD is #19E922. Grayscale: #6A6A6A. Windows color (decimal): -1698083 or 14489318. OLE color: 14489318.
HSL color Cylindrical-coordinate representation of color #E616DD: hue angle of 302.6º 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 #E616DD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 221 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.10 |
| HSL | 302.6º | 0.83% | 0.49% | - |
| HSV(B) | 302.6º | 0.9% | 0.9% | - |
| XYZ | 45.97 | 22.62 | 70.35 | - |
| YUV | 106.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 221 | 0 | 0.90 | 0.04 | 0.10 | 302.6 | 0.83 | 0.49 |
| Hex | E6 | 16 | DD | 0 | 5A | 4 | A | 12F | 53 | 31 |
| Octal | 346 | 26 | 335 | 0 | 132 | 4 | 12 | 457 | 123 | 61 |
| Binary | 11100110 | 10110 | 11011101 | 0 | 1011010 | 100 | 1010 | 100101111 | 1010011 | 110001 |
Color Harmonies of #E616DD
Complementary color
Monochromatic Colors of #E616DD
Black with #E616DD
Text Example
Text Example
White with #E616DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616DD; }
p { color: rgb(230,22,221); }
H1.HeaderClassName
{
color: #E616DD;
}
.AnyTagClassName
{
color: #E616DD;
}
</style>
background-color css
<style>
a { background-color: #E616DD; }
a { background-color: rgb(230,22,221); }
div.DivClassName
{
background-color: #E616DD;
}
.BgClassName
{
background-color: #E616DD;
}
</style>
border-color css
<style>
span { border-color: #E616DD; }
span { border-color: rgb(230,22,221); }
td.TdClassName
{
border-color: #E616DD;
}
.TagClassName
{
border-color: #E616DD;
}
</style>