Shades of Violet Red #E7408A
Tints of Violet Red #E7408A
RGB
CMYK
RGB Variations
Color information
#E7408A (or 0xE7408A) is known color: Violet Red. HEX triplet: E7, 40 and 8A. RGB value is (231,64,138). Sum of RGB (Red+Green+Blue) = 231+64+138=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E7408A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7408A is #18BF75. Grayscale: #7A7A7A. Windows color (decimal): -1621878 or 9060583. OLE color: 9060583.
HSL color Cylindrical-coordinate representation of color #E7408A: hue angle of 333.41º 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 #E7408A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 138 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.09 |
| HSL | 333.41º | 0.78% | 0.58% | - |
| HSV(B) | 333.41º | 0.72% | 0.91% | - |
| XYZ | 39.38 | 22.49 | 26.31 | - |
| YUV | 122.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 138 | 0 | 0.72 | 0.40 | 0.09 | 333.41 | 0.78 | 0.58 |
| Hex | E7 | 40 | 8A | 0 | 48 | 28 | 9 | 14D | 4E | 3A |
| Octal | 347 | 100 | 212 | 0 | 110 | 50 | 11 | 515 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10001010 | 0 | 1001000 | 101000 | 1001 | 101001101 | 1001110 | 111010 |
Color Harmonies of #E7408A
Complementary color
Monochromatic Colors of #E7408A
Black with #E7408A
Text Example
Text Example
White with #E7408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7408A; }
p { color: rgb(231,64,138); }
H1.HeaderClassName
{
color: #E7408A;
}
.AnyTagClassName
{
color: #E7408A;
}
</style>
background-color css
<style>
a { background-color: #E7408A; }
a { background-color: rgb(231,64,138); }
div.DivClassName
{
background-color: #E7408A;
}
.BgClassName
{
background-color: #E7408A;
}
</style>
border-color css
<style>
span { border-color: #E7408A; }
span { border-color: rgb(231,64,138); }
td.TdClassName
{
border-color: #E7408A;
}
.TagClassName
{
border-color: #E7408A;
}
</style>