Shades of Violet Red #E7428E
Tints of Violet Red #E7428E
RGB
CMYK
RGB Variations
Color information
#E7428E (or 0xE7428E) is known color: Violet Red. HEX triplet: E7, 42 and 8E. RGB value is (231,66,142). Sum of RGB (Red+Green+Blue) = 231+66+142=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7428E is #18BD71. Grayscale: #7B7B7B. Windows color (decimal): -1621362 or 9323239. OLE color: 9323239.
HSL color Cylindrical-coordinate representation of color #E7428E: hue angle of 332.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7428E is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 142 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.09 |
| HSL | 332.36º | 0.77% | 0.58% | - |
| HSV(B) | 332.36º | 0.71% | 0.91% | - |
| XYZ | 39.79 | 22.84 | 27.9 | - |
| YUV | 124 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 142 | 0 | 0.71 | 0.39 | 0.09 | 332.36 | 0.77 | 0.58 |
| Hex | E7 | 42 | 8E | 0 | 47 | 27 | 9 | 14C | 4D | 3A |
| Octal | 347 | 102 | 216 | 0 | 107 | 47 | 11 | 514 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10001110 | 0 | 1000111 | 100111 | 1001 | 101001100 | 1001101 | 111010 |
Color Harmonies of #E7428E
Complementary color
Monochromatic Colors of #E7428E
Black with #E7428E
Text Example
Text Example
White with #E7428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7428E; }
p { color: rgb(231,66,142); }
H1.HeaderClassName
{
color: #E7428E;
}
.AnyTagClassName
{
color: #E7428E;
}
</style>
background-color css
<style>
a { background-color: #E7428E; }
a { background-color: rgb(231,66,142); }
div.DivClassName
{
background-color: #E7428E;
}
.BgClassName
{
background-color: #E7428E;
}
</style>
border-color css
<style>
span { border-color: #E7428E; }
span { border-color: rgb(231,66,142); }
td.TdClassName
{
border-color: #E7428E;
}
.TagClassName
{
border-color: #E7428E;
}
</style>