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