Shades of Deep Magenta #E717E1
Tints of Deep Magenta #E717E1
RGB
CMYK
RGB Variations
Color information
#E717E1 (or 0xE717E1) is known color: Deep Magenta. HEX triplet: E7, 17 and E1. RGB value is (231,23,225). Sum of RGB (Red+Green+Blue) = 231+23+225=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E717E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717E1 is #18E81E. Grayscale: #6B6B6B. Windows color (decimal): -1632287 or 14751719. OLE color: 14751719.
HSL color Cylindrical-coordinate representation of color #E717E1: hue angle of 301.73º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717E1 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 225 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.09 |
| HSL | 301.73º | 0.82% | 0.5% | - |
| HSV(B) | 301.73º | 0.9% | 0.91% | - |
| XYZ | 46.85 | 23.04 | 73.21 | - |
| YUV | 108.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 225 | 0 | 0.90 | 0.03 | 0.09 | 301.73 | 0.82 | 0.5 |
| Hex | E7 | 17 | E1 | 0 | 5A | 3 | 9 | 12E | 52 | 32 |
| Octal | 347 | 27 | 341 | 0 | 132 | 3 | 11 | 456 | 122 | 62 |
| Binary | 11100111 | 10111 | 11100001 | 0 | 1011010 | 11 | 1001 | 100101110 | 1010010 | 110010 |
Color Harmonies of #E717E1
Complementary color
Monochromatic Colors of #E717E1
Black with #E717E1
Text Example
Text Example
White with #E717E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717E1; }
p { color: rgb(231,23,225); }
H1.HeaderClassName
{
color: #E717E1;
}
.AnyTagClassName
{
color: #E717E1;
}
</style>
background-color css
<style>
a { background-color: #E717E1; }
a { background-color: rgb(231,23,225); }
div.DivClassName
{
background-color: #E717E1;
}
.BgClassName
{
background-color: #E717E1;
}
</style>
border-color css
<style>
span { border-color: #E717E1; }
span { border-color: rgb(231,23,225); }
td.TdClassName
{
border-color: #E717E1;
}
.TagClassName
{
border-color: #E717E1;
}
</style>