Shades of Deep Magenta #E015D2
Tints of Deep Magenta #E015D2
RGB
CMYK
RGB Variations
Color information
#E015D2 (or 0xE015D2) is known color: Deep Magenta. HEX triplet: E0, 15 and D2. RGB value is (224,21,210). Sum of RGB (Red+Green+Blue) = 224+21+210=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E015D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015D2 is #1FEA2D. Grayscale: #666666. Windows color (decimal): -2091566 or 13768160. OLE color: 13768160.
HSL color Cylindrical-coordinate representation of color #E015D2: hue angle of 304.14º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015D2 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 210 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.12 |
| HSL | 304.14º | 0.83% | 0.48% | - |
| HSV(B) | 304.14º | 0.91% | 0.88% | - |
| XYZ | 42.64 | 21.04 | 62.79 | - |
| YUV | 103.24 | 188.25 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 210 | 0 | 0.91 | 0.06 | 0.12 | 304.14 | 0.83 | 0.48 |
| Hex | E0 | 15 | D2 | 0 | 5B | 6 | C | 130 | 53 | 30 |
| Octal | 340 | 25 | 322 | 0 | 133 | 6 | 14 | 460 | 123 | 60 |
| Binary | 11100000 | 10101 | 11010010 | 0 | 1011011 | 110 | 1100 | 100110000 | 1010011 | 110000 |
Color Harmonies of #E015D2
Complementary color
Monochromatic Colors of #E015D2
Black with #E015D2
Text Example
Text Example
White with #E015D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015D2; }
p { color: rgb(224,21,210); }
H1.HeaderClassName
{
color: #E015D2;
}
.AnyTagClassName
{
color: #E015D2;
}
</style>
background-color css
<style>
a { background-color: #E015D2; }
a { background-color: rgb(224,21,210); }
div.DivClassName
{
background-color: #E015D2;
}
.BgClassName
{
background-color: #E015D2;
}
</style>
border-color css
<style>
span { border-color: #E015D2; }
span { border-color: rgb(224,21,210); }
td.TdClassName
{
border-color: #E015D2;
}
.TagClassName
{
border-color: #E015D2;
}
</style>