Shades of Deep Magenta #E319E0
Tints of Deep Magenta #E319E0
RGB
CMYK
RGB Variations
Color information
#E319E0 (or 0xE319E0) is known color: Deep Magenta. HEX triplet: E3, 19 and E0. RGB value is (227,25,224). Sum of RGB (Red+Green+Blue) = 227+25+224=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E319E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319E0 is #1CE61F. Grayscale: #6B6B6B. Windows color (decimal): -1893920 or 14686691. OLE color: 14686691.
HSL color Cylindrical-coordinate representation of color #E319E0: hue angle of 300.89º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E319E0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 224 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.11 |
| HSL | 300.89º | 0.8% | 0.49% | - |
| HSV(B) | 300.89º | 0.89% | 0.89% | - |
| XYZ | 45.48 | 22.41 | 72.45 | - |
| YUV | 108.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 224 | 0 | 0.89 | 0.01 | 0.11 | 300.89 | 0.8 | 0.49 |
| Hex | E3 | 19 | E0 | 0 | 59 | 1 | B | 12D | 50 | 31 |
| Octal | 343 | 31 | 340 | 0 | 131 | 1 | 13 | 455 | 120 | 61 |
| Binary | 11100011 | 11001 | 11100000 | 0 | 1011001 | 1 | 1011 | 100101101 | 1010000 | 110001 |
Color Harmonies of #E319E0
Complementary color
Monochromatic Colors of #E319E0
Black with #E319E0
Text Example
Text Example
White with #E319E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319E0; }
p { color: rgb(227,25,224); }
H1.HeaderClassName
{
color: #E319E0;
}
.AnyTagClassName
{
color: #E319E0;
}
</style>
background-color css
<style>
a { background-color: #E319E0; }
a { background-color: rgb(227,25,224); }
div.DivClassName
{
background-color: #E319E0;
}
.BgClassName
{
background-color: #E319E0;
}
</style>
border-color css
<style>
span { border-color: #E319E0; }
span { border-color: rgb(227,25,224); }
td.TdClassName
{
border-color: #E319E0;
}
.TagClassName
{
border-color: #E319E0;
}
</style>