Shades of Deep Magenta #E414D4
Tints of Deep Magenta #E414D4
RGB
CMYK
RGB Variations
Color information
#E414D4 (or 0xE414D4) is known color: Deep Magenta. HEX triplet: E4, 14 and D4. RGB value is (228,20,212). Sum of RGB (Red+Green+Blue) = 228+20+212=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E414D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414D4 is #1BEB2B. Grayscale: #676767. Windows color (decimal): -1829676 or 13898980. OLE color: 13898980.
HSL color Cylindrical-coordinate representation of color #E414D4: hue angle of 304.62º 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 #E414D4 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 212 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.11 |
| HSL | 304.62º | 0.84% | 0.49% | - |
| HSV(B) | 304.62º | 0.91% | 0.89% | - |
| XYZ | 44.13 | 21.75 | 64.16 | - |
| YUV | 104.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 212 | 0 | 0.91 | 0.07 | 0.11 | 304.62 | 0.84 | 0.49 |
| Hex | E4 | 14 | D4 | 0 | 5B | 7 | B | 131 | 54 | 31 |
| Octal | 344 | 24 | 324 | 0 | 133 | 7 | 13 | 461 | 124 | 61 |
| Binary | 11100100 | 10100 | 11010100 | 0 | 1011011 | 111 | 1011 | 100110001 | 1010100 | 110001 |
Color Harmonies of #E414D4
Complementary color
Monochromatic Colors of #E414D4
Black with #E414D4
Text Example
Text Example
White with #E414D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414D4; }
p { color: rgb(228,20,212); }
H1.HeaderClassName
{
color: #E414D4;
}
.AnyTagClassName
{
color: #E414D4;
}
</style>
background-color css
<style>
a { background-color: #E414D4; }
a { background-color: rgb(228,20,212); }
div.DivClassName
{
background-color: #E414D4;
}
.BgClassName
{
background-color: #E414D4;
}
</style>
border-color css
<style>
span { border-color: #E414D4; }
span { border-color: rgb(228,20,212); }
td.TdClassName
{
border-color: #E414D4;
}
.TagClassName
{
border-color: #E414D4;
}
</style>