Shades of Deep Magenta #E400DE
Tints of Deep Magenta #E400DE
RGB
CMYK
RGB Variations
Color information
#E400DE (or 0xE400DE) is known color: Deep Magenta. HEX triplet: E4, 00 and DE. RGB value is (228,0,222). Sum of RGB (Red+Green+Blue) = 228+0+222=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E400DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400DE is #1BFF21. Grayscale: #5C5C5C. Windows color (decimal): -1834786 or 14549220. OLE color: 14549220.
HSL color Cylindrical-coordinate representation of color #E400DE: hue angle of 301.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400DE is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 222 | - |
| CMYK | 0 | 1 | 0.03 | 0.11 |
| HSL | 301.58º | 1% | 0.45% | - |
| HSV(B) | 301.58º | 1% | 0.89% | - |
| XYZ | 45.18 | 21.77 | 70.93 | - |
| YUV | 93.48 | 200.54 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 222 | 0 | 1 | 0.03 | 0.11 | 301.58 | 1 | 0.45 |
| Hex | E4 | 0 | DE | 0 | 64 | 3 | B | 12E | 64 | 2D |
| Octal | 344 | 0 | 336 | 0 | 144 | 3 | 13 | 456 | 144 | 55 |
| Binary | 11100100 | 0 | 11011110 | 0 | 1100100 | 11 | 1011 | 100101110 | 1100100 | 101101 |
Color Harmonies of #E400DE
Complementary color
Monochromatic Colors of #E400DE
Black with #E400DE
Text Example
Text Example
White with #E400DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400DE; }
p { color: rgb(228,0,222); }
H1.HeaderClassName
{
color: #E400DE;
}
.AnyTagClassName
{
color: #E400DE;
}
</style>
background-color css
<style>
a { background-color: #E400DE; }
a { background-color: rgb(228,0,222); }
div.DivClassName
{
background-color: #E400DE;
}
.BgClassName
{
background-color: #E400DE;
}
</style>
border-color css
<style>
span { border-color: #E400DE; }
span { border-color: rgb(228,0,222); }
td.TdClassName
{
border-color: #E400DE;
}
.TagClassName
{
border-color: #E400DE;
}
</style>