Shades of Deep Magenta #E014D4
Tints of Deep Magenta #E014D4
RGB
CMYK
RGB Variations
Color information
#E014D4 (or 0xE014D4) is known color: Deep Magenta. HEX triplet: E0, 14 and D4. RGB value is (224,20,212). Sum of RGB (Red+Green+Blue) = 224+20+212=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E014D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014D4 is #1FEB2B. Grayscale: #666666. Windows color (decimal): -2091820 or 13898976. OLE color: 13898976.
HSL color Cylindrical-coordinate representation of color #E014D4: hue angle of 303.53º 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 #E014D4 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 212 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.12 |
| HSL | 303.53º | 0.84% | 0.48% | - |
| HSV(B) | 303.53º | 0.91% | 0.88% | - |
| XYZ | 42.87 | 21.1 | 64.1 | - |
| YUV | 102.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 212 | 0 | 0.91 | 0.05 | 0.12 | 303.53 | 0.84 | 0.48 |
| Hex | E0 | 14 | D4 | 0 | 5B | 5 | C | 130 | 54 | 30 |
| Octal | 340 | 24 | 324 | 0 | 133 | 5 | 14 | 460 | 124 | 60 |
| Binary | 11100000 | 10100 | 11010100 | 0 | 1011011 | 101 | 1100 | 100110000 | 1010100 | 110000 |
Color Harmonies of #E014D4
Complementary color
Monochromatic Colors of #E014D4
Black with #E014D4
Text Example
Text Example
White with #E014D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014D4; }
p { color: rgb(224,20,212); }
H1.HeaderClassName
{
color: #E014D4;
}
.AnyTagClassName
{
color: #E014D4;
}
</style>
background-color css
<style>
a { background-color: #E014D4; }
a { background-color: rgb(224,20,212); }
div.DivClassName
{
background-color: #E014D4;
}
.BgClassName
{
background-color: #E014D4;
}
</style>
border-color css
<style>
span { border-color: #E014D4; }
span { border-color: rgb(224,20,212); }
td.TdClassName
{
border-color: #E014D4;
}
.TagClassName
{
border-color: #E014D4;
}
</style>