Shades of Deep Magenta #E414DE
Tints of Deep Magenta #E414DE
RGB
CMYK
RGB Variations
Color information
#E414DE (or 0xE414DE) is known color: Deep Magenta. HEX triplet: E4, 14 and DE. RGB value is (228,20,222). Sum of RGB (Red+Green+Blue) = 228+20+222=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E414DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414DE is #1BEB21. Grayscale: #686868. Windows color (decimal): -1829666 or 14554340. OLE color: 14554340.
HSL color Cylindrical-coordinate representation of color #E414DE: hue angle of 301.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414DE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 222 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.11 |
| HSL | 301.73º | 0.84% | 0.49% | - |
| HSV(B) | 301.73º | 0.91% | 0.89% | - |
| XYZ | 45.43 | 22.27 | 71.01 | - |
| YUV | 105.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 222 | 0 | 0.91 | 0.03 | 0.11 | 301.73 | 0.84 | 0.49 |
| Hex | E4 | 14 | DE | 0 | 5B | 3 | B | 12E | 54 | 31 |
| Octal | 344 | 24 | 336 | 0 | 133 | 3 | 13 | 456 | 124 | 61 |
| Binary | 11100100 | 10100 | 11011110 | 0 | 1011011 | 11 | 1011 | 100101110 | 1010100 | 110001 |
Color Harmonies of #E414DE
Complementary color
Monochromatic Colors of #E414DE
Black with #E414DE
Text Example
Text Example
White with #E414DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414DE; }
p { color: rgb(228,20,222); }
H1.HeaderClassName
{
color: #E414DE;
}
.AnyTagClassName
{
color: #E414DE;
}
</style>
background-color css
<style>
a { background-color: #E414DE; }
a { background-color: rgb(228,20,222); }
div.DivClassName
{
background-color: #E414DE;
}
.BgClassName
{
background-color: #E414DE;
}
</style>
border-color css
<style>
span { border-color: #E414DE; }
span { border-color: rgb(228,20,222); }
td.TdClassName
{
border-color: #E414DE;
}
.TagClassName
{
border-color: #E414DE;
}
</style>