Shades of Deep Magenta #E518DF
Tints of Deep Magenta #E518DF
RGB
CMYK
RGB Variations
Color information
#E518DF (or 0xE518DF) is known color: Deep Magenta. HEX triplet: E5, 18 and DF. RGB value is (229,24,223). Sum of RGB (Red+Green+Blue) = 229+24+223=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E518DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518DF is #1AE720. Grayscale: #6B6B6B. Windows color (decimal): -1763105 or 14620901. OLE color: 14620901.
HSL color Cylindrical-coordinate representation of color #E518DF: hue angle of 301.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518DF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.10 |
| HSL | 301.76º | 0.81% | 0.5% | - |
| HSV(B) | 301.76º | 0.9% | 0.9% | - |
| XYZ | 45.96 | 22.64 | 71.76 | - |
| YUV | 107.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 223 | 0 | 0.90 | 0.03 | 0.10 | 301.76 | 0.81 | 0.5 |
| Hex | E5 | 18 | DF | 0 | 5A | 3 | A | 12E | 51 | 32 |
| Octal | 345 | 30 | 337 | 0 | 132 | 3 | 12 | 456 | 121 | 62 |
| Binary | 11100101 | 11000 | 11011111 | 0 | 1011010 | 11 | 1010 | 100101110 | 1010001 | 110010 |
Color Harmonies of #E518DF
Complementary color
Monochromatic Colors of #E518DF
Black with #E518DF
Text Example
Text Example
White with #E518DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518DF; }
p { color: rgb(229,24,223); }
H1.HeaderClassName
{
color: #E518DF;
}
.AnyTagClassName
{
color: #E518DF;
}
</style>
background-color css
<style>
a { background-color: #E518DF; }
a { background-color: rgb(229,24,223); }
div.DivClassName
{
background-color: #E518DF;
}
.BgClassName
{
background-color: #E518DF;
}
</style>
border-color css
<style>
span { border-color: #E518DF; }
span { border-color: rgb(229,24,223); }
td.TdClassName
{
border-color: #E518DF;
}
.TagClassName
{
border-color: #E518DF;
}
</style>