Shades of Violet Red #E7407E
Tints of Violet Red #E7407E
RGB
CMYK
RGB Variations
Color information
#E7407E (or 0xE7407E) is known color: Violet Red. HEX triplet: E7, 40 and 7E. RGB value is (231,64,126). Sum of RGB (Red+Green+Blue) = 231+64+126=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7407E is #18BF81. Grayscale: #787878. Windows color (decimal): -1621890 or 8274151. OLE color: 8274151.
HSL color Cylindrical-coordinate representation of color #E7407E: hue angle of 337.72º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7407E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 126 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.09 |
| HSL | 337.72º | 0.78% | 0.58% | - |
| HSV(B) | 337.72º | 0.72% | 0.91% | - |
| XYZ | 38.55 | 22.16 | 21.98 | - |
| YUV | 121 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 126 | 0 | 0.72 | 0.45 | 0.09 | 337.72 | 0.78 | 0.58 |
| Hex | E7 | 40 | 7E | 0 | 48 | 2D | 9 | 152 | 4E | 3A |
| Octal | 347 | 100 | 176 | 0 | 110 | 55 | 11 | 522 | 116 | 72 |
| Binary | 11100111 | 1000000 | 1111110 | 0 | 1001000 | 101101 | 1001 | 101010010 | 1001110 | 111010 |
Color Harmonies of #E7407E
Complementary color
Monochromatic Colors of #E7407E
Black with #E7407E
Text Example
Text Example
White with #E7407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7407E; }
p { color: rgb(231,64,126); }
H1.HeaderClassName
{
color: #E7407E;
}
.AnyTagClassName
{
color: #E7407E;
}
</style>
background-color css
<style>
a { background-color: #E7407E; }
a { background-color: rgb(231,64,126); }
div.DivClassName
{
background-color: #E7407E;
}
.BgClassName
{
background-color: #E7407E;
}
</style>
border-color css
<style>
span { border-color: #E7407E; }
span { border-color: rgb(231,64,126); }
td.TdClassName
{
border-color: #E7407E;
}
.TagClassName
{
border-color: #E7407E;
}
</style>