Shades of Deep Magenta #E314CE
Tints of Deep Magenta #E314CE
RGB
CMYK
RGB Variations
Color information
#E314CE (or 0xE314CE) is known color: Deep Magenta. HEX triplet: E3, 14 and CE. RGB value is (227,20,206). Sum of RGB (Red+Green+Blue) = 227+20+206=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E314CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314CE is #1CEB31. Grayscale: #666666. Windows color (decimal): -1895218 or 13505763. OLE color: 13505763.
HSL color Cylindrical-coordinate representation of color #E314CE: hue angle of 306.09º 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 #E314CE is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 206 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.11 |
| HSL | 306.09º | 0.84% | 0.48% | - |
| HSV(B) | 306.09º | 0.91% | 0.89% | - |
| XYZ | 43.07 | 21.29 | 60.23 | - |
| YUV | 103.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 206 | 0 | 0.91 | 0.09 | 0.11 | 306.09 | 0.84 | 0.48 |
| Hex | E3 | 14 | CE | 0 | 5B | 9 | B | 132 | 54 | 30 |
| Octal | 343 | 24 | 316 | 0 | 133 | 11 | 13 | 462 | 124 | 60 |
| Binary | 11100011 | 10100 | 11001110 | 0 | 1011011 | 1001 | 1011 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E314CE
Complementary color
Monochromatic Colors of #E314CE
Black with #E314CE
Text Example
Text Example
White with #E314CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314CE; }
p { color: rgb(227,20,206); }
H1.HeaderClassName
{
color: #E314CE;
}
.AnyTagClassName
{
color: #E314CE;
}
</style>
background-color css
<style>
a { background-color: #E314CE; }
a { background-color: rgb(227,20,206); }
div.DivClassName
{
background-color: #E314CE;
}
.BgClassName
{
background-color: #E314CE;
}
</style>
border-color css
<style>
span { border-color: #E314CE; }
span { border-color: rgb(227,20,206); }
td.TdClassName
{
border-color: #E314CE;
}
.TagClassName
{
border-color: #E314CE;
}
</style>