Shades of Deep Magenta #E218DF
Tints of Deep Magenta #E218DF
RGB
CMYK
RGB Variations
Color information
#E218DF (or 0xE218DF) is known color: Deep Magenta. HEX triplet: E2, 18 and DF. RGB value is (226,24,223). Sum of RGB (Red+Green+Blue) = 226+24+223=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E218DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E218DF is #1DE720. Grayscale: #6A6A6A. Windows color (decimal): -1959713 or 14620898. OLE color: 14620898.
HSL color Cylindrical-coordinate representation of color #E218DF: hue angle of 300.89º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218DF is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 223 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.11 |
| HSL | 300.89º | 0.81% | 0.49% | - |
| HSV(B) | 300.89º | 0.89% | 0.89% | - |
| XYZ | 45.01 | 22.15 | 71.72 | - |
| YUV | 107.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 223 | 0 | 0.89 | 0.01 | 0.11 | 300.89 | 0.81 | 0.49 |
| Hex | E2 | 18 | DF | 0 | 59 | 1 | B | 12D | 51 | 31 |
| Octal | 342 | 30 | 337 | 0 | 131 | 1 | 13 | 455 | 121 | 61 |
| Binary | 11100010 | 11000 | 11011111 | 0 | 1011001 | 1 | 1011 | 100101101 | 1010001 | 110001 |
Color Harmonies of #E218DF
Complementary color
Monochromatic Colors of #E218DF
Black with #E218DF
Text Example
Text Example
White with #E218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218DF; }
p { color: rgb(226,24,223); }
H1.HeaderClassName
{
color: #E218DF;
}
.AnyTagClassName
{
color: #E218DF;
}
</style>
background-color css
<style>
a { background-color: #E218DF; }
a { background-color: rgb(226,24,223); }
div.DivClassName
{
background-color: #E218DF;
}
.BgClassName
{
background-color: #E218DF;
}
</style>
border-color css
<style>
span { border-color: #E218DF; }
span { border-color: rgb(226,24,223); }
td.TdClassName
{
border-color: #E218DF;
}
.TagClassName
{
border-color: #E218DF;
}
</style>