Shades of Deep Magenta #E216DA
Tints of Deep Magenta #E216DA
RGB
CMYK
RGB Variations
Color information
#E216DA (or 0xE216DA) is known color: Deep Magenta. HEX triplet: E2, 16 and DA. RGB value is (226,22,218). Sum of RGB (Red+Green+Blue) = 226+22+218=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E216DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216DA is #1DE925. Grayscale: #686868. Windows color (decimal): -1960230 or 14292706. OLE color: 14292706.
HSL color Cylindrical-coordinate representation of color #E216DA: hue angle of 302.35º 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 #E216DA is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 218 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.11 |
| HSL | 302.35º | 0.82% | 0.49% | - |
| HSV(B) | 302.35º | 0.9% | 0.89% | - |
| XYZ | 44.31 | 21.8 | 68.2 | - |
| YUV | 105.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 218 | 0 | 0.90 | 0.04 | 0.11 | 302.35 | 0.82 | 0.49 |
| Hex | E2 | 16 | DA | 0 | 5A | 4 | B | 12E | 52 | 31 |
| Octal | 342 | 26 | 332 | 0 | 132 | 4 | 13 | 456 | 122 | 61 |
| Binary | 11100010 | 10110 | 11011010 | 0 | 1011010 | 100 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E216DA
Complementary color
Monochromatic Colors of #E216DA
Black with #E216DA
Text Example
Text Example
White with #E216DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216DA; }
p { color: rgb(226,22,218); }
H1.HeaderClassName
{
color: #E216DA;
}
.AnyTagClassName
{
color: #E216DA;
}
</style>
background-color css
<style>
a { background-color: #E216DA; }
a { background-color: rgb(226,22,218); }
div.DivClassName
{
background-color: #E216DA;
}
.BgClassName
{
background-color: #E216DA;
}
</style>
border-color css
<style>
span { border-color: #E216DA; }
span { border-color: rgb(226,22,218); }
td.TdClassName
{
border-color: #E216DA;
}
.TagClassName
{
border-color: #E216DA;
}
</style>