Shades of Deep Magenta #E719E1
Tints of Deep Magenta #E719E1
RGB
CMYK
RGB Variations
Color information
#E719E1 (or 0xE719E1) is known color: Deep Magenta. HEX triplet: E7, 19 and E1. RGB value is (231,25,225). Sum of RGB (Red+Green+Blue) = 231+25+225=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E719E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E719E1 is #18E61E. Grayscale: #6C6C6C. Windows color (decimal): -1631775 or 14752231. OLE color: 14752231.
HSL color Cylindrical-coordinate representation of color #E719E1: hue angle of 301.75º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E719E1 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 225 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.09 |
| HSL | 301.75º | 0.81% | 0.5% | - |
| HSV(B) | 301.75º | 0.89% | 0.91% | - |
| XYZ | 46.89 | 23.12 | 73.23 | - |
| YUV | 109.39 | 193.25 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 225 | 0 | 0.89 | 0.03 | 0.09 | 301.75 | 0.81 | 0.5 |
| Hex | E7 | 19 | E1 | 0 | 59 | 3 | 9 | 12E | 51 | 32 |
| Octal | 347 | 31 | 341 | 0 | 131 | 3 | 11 | 456 | 121 | 62 |
| Binary | 11100111 | 11001 | 11100001 | 0 | 1011001 | 11 | 1001 | 100101110 | 1010001 | 110010 |
Color Harmonies of #E719E1
Complementary color
Monochromatic Colors of #E719E1
Black with #E719E1
Text Example
Text Example
White with #E719E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719E1; }
p { color: rgb(231,25,225); }
H1.HeaderClassName
{
color: #E719E1;
}
.AnyTagClassName
{
color: #E719E1;
}
</style>
background-color css
<style>
a { background-color: #E719E1; }
a { background-color: rgb(231,25,225); }
div.DivClassName
{
background-color: #E719E1;
}
.BgClassName
{
background-color: #E719E1;
}
</style>
border-color css
<style>
span { border-color: #E719E1; }
span { border-color: rgb(231,25,225); }
td.TdClassName
{
border-color: #E719E1;
}
.TagClassName
{
border-color: #E719E1;
}
</style>