Shades of Deep Magenta #E600D9
Tints of Deep Magenta #E600D9
RGB
CMYK
RGB Variations
Color information
#E600D9 (or 0xE600D9) is known color: Deep Magenta. HEX triplet: E6, 00 and D9. RGB value is (230,0,217). Sum of RGB (Red+Green+Blue) = 230+0+217=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E600D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600D9 is #19FF26. Grayscale: #5C5C5C. Windows color (decimal): -1703719 or 14221542. OLE color: 14221542.
HSL color Cylindrical-coordinate representation of color #E600D9: hue angle of 303.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600D9 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.06 | 0.10 |
| HSL | 303.39º | 1% | 0.45% | - |
| HSV(B) | 303.39º | 1% | 0.9% | - |
| XYZ | 45.16 | 21.83 | 67.48 | - |
| YUV | 93.51 | 197.7 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 217 | 0 | 1 | 0.06 | 0.10 | 303.39 | 1 | 0.45 |
| Hex | E6 | 0 | D9 | 0 | 64 | 6 | A | 12F | 64 | 2D |
| Octal | 346 | 0 | 331 | 0 | 144 | 6 | 12 | 457 | 144 | 55 |
| Binary | 11100110 | 0 | 11011001 | 0 | 1100100 | 110 | 1010 | 100101111 | 1100100 | 101101 |
Color Harmonies of #E600D9
Complementary color
Monochromatic Colors of #E600D9
Black with #E600D9
Text Example
Text Example
White with #E600D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600D9; }
p { color: rgb(230,0,217); }
H1.HeaderClassName
{
color: #E600D9;
}
.AnyTagClassName
{
color: #E600D9;
}
</style>
background-color css
<style>
a { background-color: #E600D9; }
a { background-color: rgb(230,0,217); }
div.DivClassName
{
background-color: #E600D9;
}
.BgClassName
{
background-color: #E600D9;
}
</style>
border-color css
<style>
span { border-color: #E600D9; }
span { border-color: rgb(230,0,217); }
td.TdClassName
{
border-color: #E600D9;
}
.TagClassName
{
border-color: #E600D9;
}
</style>