Shades of Deep Magenta #E215DF
Tints of Deep Magenta #E215DF
RGB
CMYK
RGB Variations
Color information
#E215DF (or 0xE215DF) is known color: Deep Magenta. HEX triplet: E2, 15 and DF. RGB value is (226,21,223). Sum of RGB (Red+Green+Blue) = 226+21+223=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E215DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215DF is #1DEA20. Grayscale: #686868. Windows color (decimal): -1960481 or 14620130. OLE color: 14620130.
HSL color Cylindrical-coordinate representation of color #E215DF: hue angle of 300.88º 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 #E215DF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.11 |
| HSL | 300.88º | 0.83% | 0.48% | - |
| HSV(B) | 300.88º | 0.91% | 0.89% | - |
| XYZ | 44.95 | 22.03 | 71.7 | - |
| YUV | 105.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 223 | 0 | 0.91 | 0.01 | 0.11 | 300.88 | 0.83 | 0.48 |
| Hex | E2 | 15 | DF | 0 | 5B | 1 | B | 12D | 53 | 30 |
| Octal | 342 | 25 | 337 | 0 | 133 | 1 | 13 | 455 | 123 | 60 |
| Binary | 11100010 | 10101 | 11011111 | 0 | 1011011 | 1 | 1011 | 100101101 | 1010011 | 110000 |
Color Harmonies of #E215DF
Complementary color
Monochromatic Colors of #E215DF
Black with #E215DF
Text Example
Text Example
White with #E215DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215DF; }
p { color: rgb(226,21,223); }
H1.HeaderClassName
{
color: #E215DF;
}
.AnyTagClassName
{
color: #E215DF;
}
</style>
background-color css
<style>
a { background-color: #E215DF; }
a { background-color: rgb(226,21,223); }
div.DivClassName
{
background-color: #E215DF;
}
.BgClassName
{
background-color: #E215DF;
}
</style>
border-color css
<style>
span { border-color: #E215DF; }
span { border-color: rgb(226,21,223); }
td.TdClassName
{
border-color: #E215DF;
}
.TagClassName
{
border-color: #E215DF;
}
</style>