Shades of Deep Magenta #E216DF
Tints of Deep Magenta #E216DF
RGB
CMYK
RGB Variations
Color information
#E216DF (or 0xE216DF) is known color: Deep Magenta. HEX triplet: E2, 16 and DF. RGB value is (226,22,223). Sum of RGB (Red+Green+Blue) = 226+22+223=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E216DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216DF is #1DE920. Grayscale: #696969. Windows color (decimal): -1960225 or 14620386. OLE color: 14620386.
HSL color Cylindrical-coordinate representation of color #E216DF: hue angle of 300.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E216DF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 223 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.11 |
| HSL | 300.88º | 0.82% | 0.49% | - |
| HSV(B) | 300.88º | 0.9% | 0.89% | - |
| XYZ | 44.97 | 22.07 | 71.7 | - |
| YUV | 105.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 223 | 0 | 0.90 | 0.01 | 0.11 | 300.88 | 0.82 | 0.49 |
| Hex | E2 | 16 | DF | 0 | 5A | 1 | B | 12D | 52 | 31 |
| Octal | 342 | 26 | 337 | 0 | 132 | 1 | 13 | 455 | 122 | 61 |
| Binary | 11100010 | 10110 | 11011111 | 0 | 1011010 | 1 | 1011 | 100101101 | 1010010 | 110001 |
Color Harmonies of #E216DF
Complementary color
Monochromatic Colors of #E216DF
Black with #E216DF
Text Example
Text Example
White with #E216DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216DF; }
p { color: rgb(226,22,223); }
H1.HeaderClassName
{
color: #E216DF;
}
.AnyTagClassName
{
color: #E216DF;
}
</style>
background-color css
<style>
a { background-color: #E216DF; }
a { background-color: rgb(226,22,223); }
div.DivClassName
{
background-color: #E216DF;
}
.BgClassName
{
background-color: #E216DF;
}
</style>
border-color css
<style>
span { border-color: #E216DF; }
span { border-color: rgb(226,22,223); }
td.TdClassName
{
border-color: #E216DF;
}
.TagClassName
{
border-color: #E216DF;
}
</style>