Shades of Deep Magenta #E704E1
Tints of Deep Magenta #E704E1
RGB
CMYK
RGB Variations
Color information
#E704E1 (or 0xE704E1) is known color: Deep Magenta. HEX triplet: E7, 04 and E1. RGB value is (231,4,225). Sum of RGB (Red+Green+Blue) = 231+4+225=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E704E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704E1 is #18FB1E. Grayscale: #606060. Windows color (decimal): -1637151 or 14746855. OLE color: 14746855.
HSL color Cylindrical-coordinate representation of color #E704E1: hue angle of 301.59º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704E1 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 225 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.09 |
| HSL | 301.59º | 0.97% | 0.46% | - |
| HSV(B) | 301.59º | 0.98% | 0.91% | - |
| XYZ | 46.59 | 22.51 | 73.12 | - |
| YUV | 97.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 225 | 0 | 0.98 | 0.03 | 0.09 | 301.59 | 0.97 | 0.46 |
| Hex | E7 | 4 | E1 | 0 | 62 | 3 | 9 | 12E | 61 | 2E |
| Octal | 347 | 4 | 341 | 0 | 142 | 3 | 11 | 456 | 141 | 56 |
| Binary | 11100111 | 100 | 11100001 | 0 | 1100010 | 11 | 1001 | 100101110 | 1100001 | 101110 |
Color Harmonies of #E704E1
Complementary color
Monochromatic Colors of #E704E1
Black with #E704E1
Text Example
Text Example
White with #E704E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704E1; }
p { color: rgb(231,4,225); }
H1.HeaderClassName
{
color: #E704E1;
}
.AnyTagClassName
{
color: #E704E1;
}
</style>
background-color css
<style>
a { background-color: #E704E1; }
a { background-color: rgb(231,4,225); }
div.DivClassName
{
background-color: #E704E1;
}
.BgClassName
{
background-color: #E704E1;
}
</style>
border-color css
<style>
span { border-color: #E704E1; }
span { border-color: rgb(231,4,225); }
td.TdClassName
{
border-color: #E704E1;
}
.TagClassName
{
border-color: #E704E1;
}
</style>