Shades of Deep Magenta #E514DF
Tints of Deep Magenta #E514DF
RGB
CMYK
RGB Variations
Color information
#E514DF (or 0xE514DF) is known color: Deep Magenta. HEX triplet: E5, 14 and DF. RGB value is (229,20,223). Sum of RGB (Red+Green+Blue) = 229+20+223=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E514DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514DF is #1AEB20. Grayscale: #696969. Windows color (decimal): -1764129 or 14619877. OLE color: 14619877.
HSL color Cylindrical-coordinate representation of color #E514DF: hue angle of 301.72º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514DF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 223 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.10 |
| HSL | 301.72º | 0.84% | 0.49% | - |
| HSV(B) | 301.72º | 0.91% | 0.9% | - |
| XYZ | 45.88 | 22.49 | 71.73 | - |
| YUV | 105.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 223 | 0 | 0.91 | 0.03 | 0.10 | 301.72 | 0.84 | 0.49 |
| Hex | E5 | 14 | DF | 0 | 5B | 3 | A | 12E | 54 | 31 |
| Octal | 345 | 24 | 337 | 0 | 133 | 3 | 12 | 456 | 124 | 61 |
| Binary | 11100101 | 10100 | 11011111 | 0 | 1011011 | 11 | 1010 | 100101110 | 1010100 | 110001 |
Color Harmonies of #E514DF
Complementary color
Monochromatic Colors of #E514DF
Black with #E514DF
Text Example
Text Example
White with #E514DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514DF; }
p { color: rgb(229,20,223); }
H1.HeaderClassName
{
color: #E514DF;
}
.AnyTagClassName
{
color: #E514DF;
}
</style>
background-color css
<style>
a { background-color: #E514DF; }
a { background-color: rgb(229,20,223); }
div.DivClassName
{
background-color: #E514DF;
}
.BgClassName
{
background-color: #E514DF;
}
</style>
border-color css
<style>
span { border-color: #E514DF; }
span { border-color: rgb(229,20,223); }
td.TdClassName
{
border-color: #E514DF;
}
.TagClassName
{
border-color: #E514DF;
}
</style>