Shades of Deep Magenta #E713E1
Tints of Deep Magenta #E713E1
RGB
CMYK
RGB Variations
Color information
#E713E1 (or 0xE713E1) is known color: Deep Magenta. HEX triplet: E7, 13 and E1. RGB value is (231,19,225). Sum of RGB (Red+Green+Blue) = 231+19+225=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E713E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713E1 is #18EC1E. Grayscale: #696969. Windows color (decimal): -1633311 or 14750695. OLE color: 14750695.
HSL color Cylindrical-coordinate representation of color #E713E1: hue angle of 301.7º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E713E1 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 225 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.09 |
| HSL | 301.7º | 0.85% | 0.49% | - |
| HSV(B) | 301.7º | 0.92% | 0.91% | - |
| XYZ | 46.78 | 22.89 | 73.19 | - |
| YUV | 105.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 225 | 0 | 0.92 | 0.03 | 0.09 | 301.7 | 0.85 | 0.49 |
| Hex | E7 | 13 | E1 | 0 | 5C | 3 | 9 | 12E | 55 | 31 |
| Octal | 347 | 23 | 341 | 0 | 134 | 3 | 11 | 456 | 125 | 61 |
| Binary | 11100111 | 10011 | 11100001 | 0 | 1011100 | 11 | 1001 | 100101110 | 1010101 | 110001 |
Color Harmonies of #E713E1
Complementary color
Monochromatic Colors of #E713E1
Black with #E713E1
Text Example
Text Example
White with #E713E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713E1; }
p { color: rgb(231,19,225); }
H1.HeaderClassName
{
color: #E713E1;
}
.AnyTagClassName
{
color: #E713E1;
}
</style>
background-color css
<style>
a { background-color: #E713E1; }
a { background-color: rgb(231,19,225); }
div.DivClassName
{
background-color: #E713E1;
}
.BgClassName
{
background-color: #E713E1;
}
</style>
border-color css
<style>
span { border-color: #E713E1; }
span { border-color: rgb(231,19,225); }
td.TdClassName
{
border-color: #E713E1;
}
.TagClassName
{
border-color: #E713E1;
}
</style>