Shades of Deep Magenta #E601D4
Tints of Deep Magenta #E601D4
RGB
CMYK
RGB Variations
Color information
#E601D4 (or 0xE601D4) is known color: Deep Magenta. HEX triplet: E6, 01 and D4. RGB value is (230,1,212). Sum of RGB (Red+Green+Blue) = 230+1+212=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E601D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601D4 is #19FE2B. Grayscale: #5C5C5C. Windows color (decimal): -1703468 or 13894118. OLE color: 13894118.
HSL color Cylindrical-coordinate representation of color #E601D4: hue angle of 304.72º 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 #E601D4 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.10 |
| HSL | 304.72º | 0.99% | 0.45% | - |
| HSV(B) | 304.72º | 1% | 0.9% | - |
| XYZ | 44.53 | 21.6 | 64.11 | - |
| YUV | 93.53 | 194.87 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 212 | 0 | 1.00 | 0.08 | 0.10 | 304.72 | 0.99 | 0.45 |
| Hex | E6 | 1 | D4 | 0 | 64 | 8 | A | 131 | 63 | 2D |
| Octal | 346 | 1 | 324 | 0 | 144 | 10 | 12 | 461 | 143 | 55 |
| Binary | 11100110 | 1 | 11010100 | 0 | 1100100 | 1000 | 1010 | 100110001 | 1100011 | 101101 |
Color Harmonies of #E601D4
Complementary color
Monochromatic Colors of #E601D4
Black with #E601D4
Text Example
Text Example
White with #E601D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601D4; }
p { color: rgb(230,1,212); }
H1.HeaderClassName
{
color: #E601D4;
}
.AnyTagClassName
{
color: #E601D4;
}
</style>
background-color css
<style>
a { background-color: #E601D4; }
a { background-color: rgb(230,1,212); }
div.DivClassName
{
background-color: #E601D4;
}
.BgClassName
{
background-color: #E601D4;
}
</style>
border-color css
<style>
span { border-color: #E601D4; }
span { border-color: rgb(230,1,212); }
td.TdClassName
{
border-color: #E601D4;
}
.TagClassName
{
border-color: #E601D4;
}
</style>