Shades of Deep Magenta #E014CF
Tints of Deep Magenta #E014CF
RGB
CMYK
RGB Variations
Color information
#E014CF (or 0xE014CF) is known color: Deep Magenta. HEX triplet: E0, 14 and CF. RGB value is (224,20,207). Sum of RGB (Red+Green+Blue) = 224+20+207=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E014CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014CF is #1FEB30. Grayscale: #656565. Windows color (decimal): -2091825 or 13571296. OLE color: 13571296.
HSL color Cylindrical-coordinate representation of color #E014CF: hue angle of 305º 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 #E014CF is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.12 |
| HSL | 305º | 0.84% | 0.48% | - |
| HSV(B) | 305º | 0.91% | 0.88% | - |
| XYZ | 42.25 | 20.85 | 60.83 | - |
| YUV | 102.31 | 187.09 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 207 | 0 | 0.91 | 0.08 | 0.12 | 305 | 0.84 | 0.48 |
| Hex | E0 | 14 | CF | 0 | 5B | 8 | C | 131 | 54 | 30 |
| Octal | 340 | 24 | 317 | 0 | 133 | 10 | 14 | 461 | 124 | 60 |
| Binary | 11100000 | 10100 | 11001111 | 0 | 1011011 | 1000 | 1100 | 100110001 | 1010100 | 110000 |
Color Harmonies of #E014CF
Complementary color
Monochromatic Colors of #E014CF
Black with #E014CF
Text Example
Text Example
White with #E014CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014CF; }
p { color: rgb(224,20,207); }
H1.HeaderClassName
{
color: #E014CF;
}
.AnyTagClassName
{
color: #E014CF;
}
</style>
background-color css
<style>
a { background-color: #E014CF; }
a { background-color: rgb(224,20,207); }
div.DivClassName
{
background-color: #E014CF;
}
.BgClassName
{
background-color: #E014CF;
}
</style>
border-color css
<style>
span { border-color: #E014CF; }
span { border-color: rgb(224,20,207); }
td.TdClassName
{
border-color: #E014CF;
}
.TagClassName
{
border-color: #E014CF;
}
</style>