Shades of Deep Magenta #E515DC
Tints of Deep Magenta #E515DC
RGB
CMYK
RGB Variations
Color information
#E515DC (or 0xE515DC) is known color: Deep Magenta. HEX triplet: E5, 15 and DC. RGB value is (229,21,220). Sum of RGB (Red+Green+Blue) = 229+21+220=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E515DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515DC is #1AEA23. Grayscale: #696969. Windows color (decimal): -1763876 or 14423525. OLE color: 14423525.
HSL color Cylindrical-coordinate representation of color #E515DC: hue angle of 302.6º degrees, saturation: 0.83, 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 #E515DC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 220 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.10 |
| HSL | 302.6º | 0.83% | 0.49% | - |
| HSV(B) | 302.6º | 0.91% | 0.9% | - |
| XYZ | 45.5 | 22.36 | 69.63 | - |
| YUV | 105.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 220 | 0 | 0.91 | 0.04 | 0.10 | 302.6 | 0.83 | 0.49 |
| Hex | E5 | 15 | DC | 0 | 5B | 4 | A | 12F | 53 | 31 |
| Octal | 345 | 25 | 334 | 0 | 133 | 4 | 12 | 457 | 123 | 61 |
| Binary | 11100101 | 10101 | 11011100 | 0 | 1011011 | 100 | 1010 | 100101111 | 1010011 | 110001 |
Color Harmonies of #E515DC
Complementary color
Monochromatic Colors of #E515DC
Black with #E515DC
Text Example
Text Example
White with #E515DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515DC; }
p { color: rgb(229,21,220); }
H1.HeaderClassName
{
color: #E515DC;
}
.AnyTagClassName
{
color: #E515DC;
}
</style>
background-color css
<style>
a { background-color: #E515DC; }
a { background-color: rgb(229,21,220); }
div.DivClassName
{
background-color: #E515DC;
}
.BgClassName
{
background-color: #E515DC;
}
</style>
border-color css
<style>
span { border-color: #E515DC; }
span { border-color: rgb(229,21,220); }
td.TdClassName
{
border-color: #E515DC;
}
.TagClassName
{
border-color: #E515DC;
}
</style>