Shades of Deep Magenta #E515D8
Tints of Deep Magenta #E515D8
RGB
CMYK
RGB Variations
Color information
#E515D8 (or 0xE515D8) is known color: Deep Magenta. HEX triplet: E5, 15 and D8. RGB value is (229,21,216). Sum of RGB (Red+Green+Blue) = 229+21+216=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E515D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515D8 is #1AEA27. Grayscale: #686868. Windows color (decimal): -1763880 or 14161381. OLE color: 14161381.
HSL color Cylindrical-coordinate representation of color #E515D8: hue angle of 303.75º 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 #E515D8 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 216 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.10 |
| HSL | 303.75º | 0.83% | 0.49% | - |
| HSV(B) | 303.75º | 0.91% | 0.9% | - |
| XYZ | 44.98 | 22.15 | 66.87 | - |
| YUV | 105.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 216 | 0 | 0.91 | 0.06 | 0.10 | 303.75 | 0.83 | 0.49 |
| Hex | E5 | 15 | D8 | 0 | 5B | 6 | A | 130 | 53 | 31 |
| Octal | 345 | 25 | 330 | 0 | 133 | 6 | 12 | 460 | 123 | 61 |
| Binary | 11100101 | 10101 | 11011000 | 0 | 1011011 | 110 | 1010 | 100110000 | 1010011 | 110001 |
Color Harmonies of #E515D8
Complementary color
Monochromatic Colors of #E515D8
Black with #E515D8
Text Example
Text Example
White with #E515D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515D8; }
p { color: rgb(229,21,216); }
H1.HeaderClassName
{
color: #E515D8;
}
.AnyTagClassName
{
color: #E515D8;
}
</style>
background-color css
<style>
a { background-color: #E515D8; }
a { background-color: rgb(229,21,216); }
div.DivClassName
{
background-color: #E515D8;
}
.BgClassName
{
background-color: #E515D8;
}
</style>
border-color css
<style>
span { border-color: #E515D8; }
span { border-color: rgb(229,21,216); }
td.TdClassName
{
border-color: #E515D8;
}
.TagClassName
{
border-color: #E515D8;
}
</style>