Shades of Deep Magenta #E518DC
Tints of Deep Magenta #E518DC
RGB
CMYK
RGB Variations
Color information
#E518DC (or 0xE518DC) is known color: Deep Magenta. HEX triplet: E5, 18 and DC. RGB value is (229,24,220). Sum of RGB (Red+Green+Blue) = 229+24+220=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E518DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518DC is #1AE723. Grayscale: #6B6B6B. Windows color (decimal): -1763108 or 14424293. OLE color: 14424293.
HSL color Cylindrical-coordinate representation of color #E518DC: hue angle of 302.63º 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 #E518DC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 220 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.10 |
| HSL | 302.63º | 0.81% | 0.5% | - |
| HSV(B) | 302.63º | 0.9% | 0.9% | - |
| XYZ | 45.56 | 22.48 | 69.65 | - |
| YUV | 107.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 220 | 0 | 0.90 | 0.04 | 0.10 | 302.63 | 0.81 | 0.5 |
| Hex | E5 | 18 | DC | 0 | 5A | 4 | A | 12F | 51 | 32 |
| Octal | 345 | 30 | 334 | 0 | 132 | 4 | 12 | 457 | 121 | 62 |
| Binary | 11100101 | 11000 | 11011100 | 0 | 1011010 | 100 | 1010 | 100101111 | 1010001 | 110010 |
Color Harmonies of #E518DC
Complementary color
Monochromatic Colors of #E518DC
Black with #E518DC
Text Example
Text Example
White with #E518DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518DC; }
p { color: rgb(229,24,220); }
H1.HeaderClassName
{
color: #E518DC;
}
.AnyTagClassName
{
color: #E518DC;
}
</style>
background-color css
<style>
a { background-color: #E518DC; }
a { background-color: rgb(229,24,220); }
div.DivClassName
{
background-color: #E518DC;
}
.BgClassName
{
background-color: #E518DC;
}
</style>
border-color css
<style>
span { border-color: #E518DC; }
span { border-color: rgb(229,24,220); }
td.TdClassName
{
border-color: #E518DC;
}
.TagClassName
{
border-color: #E518DC;
}
</style>