Shades of Deep Magenta #E212DF
Tints of Deep Magenta #E212DF
RGB
CMYK
RGB Variations
Color information
#E212DF (or 0xE212DF) is known color: Deep Magenta. HEX triplet: E2, 12 and DF. RGB value is (226,18,223). Sum of RGB (Red+Green+Blue) = 226+18+223=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E212DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E212DF is #1DED20. Grayscale: #666666. Windows color (decimal): -1961249 or 14619362. OLE color: 14619362.
HSL color Cylindrical-coordinate representation of color #E212DF: hue angle of 300.87º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E212DF is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.11 |
| HSL | 300.87º | 0.85% | 0.48% | - |
| HSV(B) | 300.87º | 0.92% | 0.89% | - |
| XYZ | 44.9 | 21.93 | 71.68 | - |
| YUV | 103.56 | 195.41 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 223 | 0 | 0.92 | 0.01 | 0.11 | 300.87 | 0.85 | 0.48 |
| Hex | E2 | 12 | DF | 0 | 5C | 1 | B | 12D | 55 | 30 |
| Octal | 342 | 22 | 337 | 0 | 134 | 1 | 13 | 455 | 125 | 60 |
| Binary | 11100010 | 10010 | 11011111 | 0 | 1011100 | 1 | 1011 | 100101101 | 1010101 | 110000 |
Color Harmonies of #E212DF
Complementary color
Monochromatic Colors of #E212DF
Black with #E212DF
Text Example
Text Example
White with #E212DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212DF; }
p { color: rgb(226,18,223); }
H1.HeaderClassName
{
color: #E212DF;
}
.AnyTagClassName
{
color: #E212DF;
}
</style>
background-color css
<style>
a { background-color: #E212DF; }
a { background-color: rgb(226,18,223); }
div.DivClassName
{
background-color: #E212DF;
}
.BgClassName
{
background-color: #E212DF;
}
</style>
border-color css
<style>
span { border-color: #E212DF; }
span { border-color: rgb(226,18,223); }
td.TdClassName
{
border-color: #E212DF;
}
.TagClassName
{
border-color: #E212DF;
}
</style>