Shades of Deep Magenta #E114DA
Tints of Deep Magenta #E114DA
RGB
CMYK
RGB Variations
Color information
#E114DA (or 0xE114DA) is known color: Deep Magenta. HEX triplet: E1, 14 and DA. RGB value is (225,20,218). Sum of RGB (Red+Green+Blue) = 225+20+218=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E114DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114DA is #1EEB25. Grayscale: #676767. Windows color (decimal): -2026278 or 14292193. OLE color: 14292193.
HSL color Cylindrical-coordinate representation of color #E114DA: hue angle of 302.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114DA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 218 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.12 |
| HSL | 302.05º | 0.84% | 0.48% | - |
| HSV(B) | 302.05º | 0.91% | 0.88% | - |
| XYZ | 43.96 | 21.57 | 68.18 | - |
| YUV | 103.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 218 | 0 | 0.91 | 0.03 | 0.12 | 302.05 | 0.84 | 0.48 |
| Hex | E1 | 14 | DA | 0 | 5B | 3 | C | 12E | 54 | 30 |
| Octal | 341 | 24 | 332 | 0 | 133 | 3 | 14 | 456 | 124 | 60 |
| Binary | 11100001 | 10100 | 11011010 | 0 | 1011011 | 11 | 1100 | 100101110 | 1010100 | 110000 |
Color Harmonies of #E114DA
Complementary color
Monochromatic Colors of #E114DA
Black with #E114DA
Text Example
Text Example
White with #E114DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114DA; }
p { color: rgb(225,20,218); }
H1.HeaderClassName
{
color: #E114DA;
}
.AnyTagClassName
{
color: #E114DA;
}
</style>
background-color css
<style>
a { background-color: #E114DA; }
a { background-color: rgb(225,20,218); }
div.DivClassName
{
background-color: #E114DA;
}
.BgClassName
{
background-color: #E114DA;
}
</style>
border-color css
<style>
span { border-color: #E114DA; }
span { border-color: rgb(225,20,218); }
td.TdClassName
{
border-color: #E114DA;
}
.TagClassName
{
border-color: #E114DA;
}
</style>