Shades of Deep Magenta #E215DC
Tints of Deep Magenta #E215DC
RGB
CMYK
RGB Variations
Color information
#E215DC (or 0xE215DC) is known color: Deep Magenta. HEX triplet: E2, 15 and DC. RGB value is (226,21,220). Sum of RGB (Red+Green+Blue) = 226+21+220=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E215DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215DC is #1DEA23. Grayscale: #686868. Windows color (decimal): -1960484 or 14423522. OLE color: 14423522.
HSL color Cylindrical-coordinate representation of color #E215DC: hue angle of 301.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215DC is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 220 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.11 |
| HSL | 301.76º | 0.83% | 0.48% | - |
| HSV(B) | 301.76º | 0.91% | 0.89% | - |
| XYZ | 44.55 | 21.87 | 69.58 | - |
| YUV | 104.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 220 | 0 | 0.91 | 0.03 | 0.11 | 301.76 | 0.83 | 0.48 |
| Hex | E2 | 15 | DC | 0 | 5B | 3 | B | 12E | 53 | 30 |
| Octal | 342 | 25 | 334 | 0 | 133 | 3 | 13 | 456 | 123 | 60 |
| Binary | 11100010 | 10101 | 11011100 | 0 | 1011011 | 11 | 1011 | 100101110 | 1010011 | 110000 |
Color Harmonies of #E215DC
Complementary color
Monochromatic Colors of #E215DC
Black with #E215DC
Text Example
Text Example
White with #E215DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215DC; }
p { color: rgb(226,21,220); }
H1.HeaderClassName
{
color: #E215DC;
}
.AnyTagClassName
{
color: #E215DC;
}
</style>
background-color css
<style>
a { background-color: #E215DC; }
a { background-color: rgb(226,21,220); }
div.DivClassName
{
background-color: #E215DC;
}
.BgClassName
{
background-color: #E215DC;
}
</style>
border-color css
<style>
span { border-color: #E215DC; }
span { border-color: rgb(226,21,220); }
td.TdClassName
{
border-color: #E215DC;
}
.TagClassName
{
border-color: #E215DC;
}
</style>