Shades of Deep Magenta #E316DD
Tints of Deep Magenta #E316DD
RGB
CMYK
RGB Variations
Color information
#E316DD (or 0xE316DD) is known color: Deep Magenta. HEX triplet: E3, 16 and DD. RGB value is (227,22,221). Sum of RGB (Red+Green+Blue) = 227+22+221=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E316DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316DD is #1CE922. Grayscale: #696969. Windows color (decimal): -1894691 or 14489315. OLE color: 14489315.
HSL color Cylindrical-coordinate representation of color #E316DD: hue angle of 301.76º 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 #E316DD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 221 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.11 |
| HSL | 301.76º | 0.82% | 0.49% | - |
| HSV(B) | 301.76º | 0.9% | 0.89% | - |
| XYZ | 45.02 | 22.13 | 70.3 | - |
| YUV | 105.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 221 | 0 | 0.90 | 0.03 | 0.11 | 301.76 | 0.82 | 0.49 |
| Hex | E3 | 16 | DD | 0 | 5A | 3 | B | 12E | 52 | 31 |
| Octal | 343 | 26 | 335 | 0 | 132 | 3 | 13 | 456 | 122 | 61 |
| Binary | 11100011 | 10110 | 11011101 | 0 | 1011010 | 11 | 1011 | 100101110 | 1010010 | 110001 |
Color Harmonies of #E316DD
Complementary color
Monochromatic Colors of #E316DD
Black with #E316DD
Text Example
Text Example
White with #E316DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316DD; }
p { color: rgb(227,22,221); }
H1.HeaderClassName
{
color: #E316DD;
}
.AnyTagClassName
{
color: #E316DD;
}
</style>
background-color css
<style>
a { background-color: #E316DD; }
a { background-color: rgb(227,22,221); }
div.DivClassName
{
background-color: #E316DD;
}
.BgClassName
{
background-color: #E316DD;
}
</style>
border-color css
<style>
span { border-color: #E316DD; }
span { border-color: rgb(227,22,221); }
td.TdClassName
{
border-color: #E316DD;
}
.TagClassName
{
border-color: #E316DD;
}
</style>