Shades of Deep Magenta #E413D6
Tints of Deep Magenta #E413D6
RGB
CMYK
RGB Variations
Color information
#E413D6 (or 0xE413D6) is known color: Deep Magenta. HEX triplet: E4, 13 and D6. RGB value is (228,19,214). Sum of RGB (Red+Green+Blue) = 228+19+214=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E413D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E413D6 is #1BEC29. Grayscale: #676767. Windows color (decimal): -1829930 or 14029796. OLE color: 14029796.
HSL color Cylindrical-coordinate representation of color #E413D6: hue angle of 304.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413D6 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 214 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.11 |
| HSL | 304.02º | 0.85% | 0.48% | - |
| HSV(B) | 304.02º | 0.92% | 0.89% | - |
| XYZ | 44.37 | 21.81 | 65.49 | - |
| YUV | 103.72 | 190.24 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 214 | 0 | 0.92 | 0.06 | 0.11 | 304.02 | 0.85 | 0.48 |
| Hex | E4 | 13 | D6 | 0 | 5C | 6 | B | 130 | 55 | 30 |
| Octal | 344 | 23 | 326 | 0 | 134 | 6 | 13 | 460 | 125 | 60 |
| Binary | 11100100 | 10011 | 11010110 | 0 | 1011100 | 110 | 1011 | 100110000 | 1010101 | 110000 |
Color Harmonies of #E413D6
Complementary color
Monochromatic Colors of #E413D6
Black with #E413D6
Text Example
Text Example
White with #E413D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413D6; }
p { color: rgb(228,19,214); }
H1.HeaderClassName
{
color: #E413D6;
}
.AnyTagClassName
{
color: #E413D6;
}
</style>
background-color css
<style>
a { background-color: #E413D6; }
a { background-color: rgb(228,19,214); }
div.DivClassName
{
background-color: #E413D6;
}
.BgClassName
{
background-color: #E413D6;
}
</style>
border-color css
<style>
span { border-color: #E413D6; }
span { border-color: rgb(228,19,214); }
td.TdClassName
{
border-color: #E413D6;
}
.TagClassName
{
border-color: #E413D6;
}
</style>