Shades of Deep Magenta #E014D5
Tints of Deep Magenta #E014D5
RGB
CMYK
RGB Variations
Color information
#E014D5 (or 0xE014D5) is known color: Deep Magenta. HEX triplet: E0, 14 and D5. RGB value is (224,20,213). Sum of RGB (Red+Green+Blue) = 224+20+213=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E014D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014D5 is #1FEB2A. Grayscale: #666666. Windows color (decimal): -2091819 or 13964512. OLE color: 13964512.
HSL color Cylindrical-coordinate representation of color #E014D5: hue angle of 303.24º 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 #E014D5 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 213 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.12 |
| HSL | 303.24º | 0.84% | 0.48% | - |
| HSV(B) | 303.24º | 0.91% | 0.88% | - |
| XYZ | 43 | 21.15 | 64.77 | - |
| YUV | 103 | 190.09 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 213 | 0 | 0.91 | 0.05 | 0.12 | 303.24 | 0.84 | 0.48 |
| Hex | E0 | 14 | D5 | 0 | 5B | 5 | C | 12F | 54 | 30 |
| Octal | 340 | 24 | 325 | 0 | 133 | 5 | 14 | 457 | 124 | 60 |
| Binary | 11100000 | 10100 | 11010101 | 0 | 1011011 | 101 | 1100 | 100101111 | 1010100 | 110000 |
Color Harmonies of #E014D5
Complementary color
Monochromatic Colors of #E014D5
Black with #E014D5
Text Example
Text Example
White with #E014D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014D5; }
p { color: rgb(224,20,213); }
H1.HeaderClassName
{
color: #E014D5;
}
.AnyTagClassName
{
color: #E014D5;
}
</style>
background-color css
<style>
a { background-color: #E014D5; }
a { background-color: rgb(224,20,213); }
div.DivClassName
{
background-color: #E014D5;
}
.BgClassName
{
background-color: #E014D5;
}
</style>
border-color css
<style>
span { border-color: #E014D5; }
span { border-color: rgb(224,20,213); }
td.TdClassName
{
border-color: #E014D5;
}
.TagClassName
{
border-color: #E014D5;
}
</style>