Shades of Deep Magenta #E406DE
Tints of Deep Magenta #E406DE
RGB
CMYK
RGB Variations
Color information
#E406DE (or 0xE406DE) is known color: Deep Magenta. HEX triplet: E4, 06 and DE. RGB value is (228,6,222). Sum of RGB (Red+Green+Blue) = 228+6+222=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E406DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E406DE is #1BF921. Grayscale: #606060. Windows color (decimal): -1833250 or 14550756. OLE color: 14550756.
HSL color Cylindrical-coordinate representation of color #E406DE: hue angle of 301.62º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E406DE is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 222 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.11 |
| HSL | 301.62º | 0.95% | 0.46% | - |
| HSV(B) | 301.62º | 0.97% | 0.89% | - |
| XYZ | 45.24 | 21.9 | 70.95 | - |
| YUV | 97 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 222 | 0 | 0.97 | 0.03 | 0.11 | 301.62 | 0.95 | 0.46 |
| Hex | E4 | 6 | DE | 0 | 61 | 3 | B | 12E | 5F | 2E |
| Octal | 344 | 6 | 336 | 0 | 141 | 3 | 13 | 456 | 137 | 56 |
| Binary | 11100100 | 110 | 11011110 | 0 | 1100001 | 11 | 1011 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E406DE
Complementary color
Monochromatic Colors of #E406DE
Black with #E406DE
Text Example
Text Example
White with #E406DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406DE; }
p { color: rgb(228,6,222); }
H1.HeaderClassName
{
color: #E406DE;
}
.AnyTagClassName
{
color: #E406DE;
}
</style>
background-color css
<style>
a { background-color: #E406DE; }
a { background-color: rgb(228,6,222); }
div.DivClassName
{
background-color: #E406DE;
}
.BgClassName
{
background-color: #E406DE;
}
</style>
border-color css
<style>
span { border-color: #E406DE; }
span { border-color: rgb(228,6,222); }
td.TdClassName
{
border-color: #E406DE;
}
.TagClassName
{
border-color: #E406DE;
}
</style>