Shades of Deep Magenta #E314DD
Tints of Deep Magenta #E314DD
RGB
CMYK
RGB Variations
Color information
#E314DD (or 0xE314DD) is known color: Deep Magenta. HEX triplet: E3, 14 and DD. RGB value is (227,20,221). Sum of RGB (Red+Green+Blue) = 227+20+221=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E314DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314DD is #1CEB22. Grayscale: #686868. Windows color (decimal): -1895203 or 14488803. OLE color: 14488803.
HSL color Cylindrical-coordinate representation of color #E314DD: hue angle of 301.74º 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 #E314DD is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 221 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.11 |
| HSL | 301.74º | 0.84% | 0.48% | - |
| HSV(B) | 301.74º | 0.91% | 0.89% | - |
| XYZ | 44.98 | 22.05 | 70.29 | - |
| YUV | 104.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 221 | 0 | 0.91 | 0.03 | 0.11 | 301.74 | 0.84 | 0.48 |
| Hex | E3 | 14 | DD | 0 | 5B | 3 | B | 12E | 54 | 30 |
| Octal | 343 | 24 | 335 | 0 | 133 | 3 | 13 | 456 | 124 | 60 |
| Binary | 11100011 | 10100 | 11011101 | 0 | 1011011 | 11 | 1011 | 100101110 | 1010100 | 110000 |
Color Harmonies of #E314DD
Complementary color
Monochromatic Colors of #E314DD
Black with #E314DD
Text Example
Text Example
White with #E314DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314DD; }
p { color: rgb(227,20,221); }
H1.HeaderClassName
{
color: #E314DD;
}
.AnyTagClassName
{
color: #E314DD;
}
</style>
background-color css
<style>
a { background-color: #E314DD; }
a { background-color: rgb(227,20,221); }
div.DivClassName
{
background-color: #E314DD;
}
.BgClassName
{
background-color: #E314DD;
}
</style>
border-color css
<style>
span { border-color: #E314DD; }
span { border-color: rgb(227,20,221); }
td.TdClassName
{
border-color: #E314DD;
}
.TagClassName
{
border-color: #E314DD;
}
</style>