Shades of Deep Magenta #E214DF
Tints of Deep Magenta #E214DF
RGB
CMYK
RGB Variations
Color information
#E214DF (or 0xE214DF) is known color: Deep Magenta. HEX triplet: E2, 14 and DF. RGB value is (226,20,223). Sum of RGB (Red+Green+Blue) = 226+20+223=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E214DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E214DF is #1DEB20. Grayscale: #686868. Windows color (decimal): -1960737 or 14619874. OLE color: 14619874.
HSL color Cylindrical-coordinate representation of color #E214DF: hue angle of 300.87º degrees, saturation: 0.84, 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 #E214DF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 223 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.11 |
| HSL | 300.87º | 0.84% | 0.48% | - |
| HSV(B) | 300.87º | 0.91% | 0.89% | - |
| XYZ | 44.93 | 22 | 71.69 | - |
| YUV | 104.74 | 194.75 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 223 | 0 | 0.91 | 0.01 | 0.11 | 300.87 | 0.84 | 0.48 |
| Hex | E2 | 14 | DF | 0 | 5B | 1 | B | 12D | 54 | 30 |
| Octal | 342 | 24 | 337 | 0 | 133 | 1 | 13 | 455 | 124 | 60 |
| Binary | 11100010 | 10100 | 11011111 | 0 | 1011011 | 1 | 1011 | 100101101 | 1010100 | 110000 |
Color Harmonies of #E214DF
Complementary color
Monochromatic Colors of #E214DF
Black with #E214DF
Text Example
Text Example
White with #E214DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214DF; }
p { color: rgb(226,20,223); }
H1.HeaderClassName
{
color: #E214DF;
}
.AnyTagClassName
{
color: #E214DF;
}
</style>
background-color css
<style>
a { background-color: #E214DF; }
a { background-color: rgb(226,20,223); }
div.DivClassName
{
background-color: #E214DF;
}
.BgClassName
{
background-color: #E214DF;
}
</style>
border-color css
<style>
span { border-color: #E214DF; }
span { border-color: rgb(226,20,223); }
td.TdClassName
{
border-color: #E214DF;
}
.TagClassName
{
border-color: #E214DF;
}
</style>