Shades of Violet Red #E7458C
Tints of Violet Red #E7458C
RGB
CMYK
RGB Variations
Color information
#E7458C (or 0xE7458C) is known color: Violet Red. HEX triplet: E7, 45 and 8C. RGB value is (231,69,140). Sum of RGB (Red+Green+Blue) = 231+69+140=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7458C is #18BA73. Grayscale: #7D7D7D. Windows color (decimal): -1620596 or 9192935. OLE color: 9192935.
HSL color Cylindrical-coordinate representation of color #E7458C: hue angle of 333.7º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7458C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 140 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.09 |
| HSL | 333.7º | 0.77% | 0.59% | - |
| HSV(B) | 333.7º | 0.7% | 0.91% | - |
| XYZ | 39.82 | 23.14 | 27.18 | - |
| YUV | 125.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 140 | 0 | 0.70 | 0.39 | 0.09 | 333.7 | 0.77 | 0.59 |
| Hex | E7 | 45 | 8C | 0 | 46 | 27 | 9 | 14E | 4D | 3B |
| Octal | 347 | 105 | 214 | 0 | 106 | 47 | 11 | 516 | 115 | 73 |
| Binary | 11100111 | 1000101 | 10001100 | 0 | 1000110 | 100111 | 1001 | 101001110 | 1001101 | 111011 |
Color Harmonies of #E7458C
Complementary color
Monochromatic Colors of #E7458C
Black with #E7458C
Text Example
Text Example
White with #E7458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7458C; }
p { color: rgb(231,69,140); }
H1.HeaderClassName
{
color: #E7458C;
}
.AnyTagClassName
{
color: #E7458C;
}
</style>
background-color css
<style>
a { background-color: #E7458C; }
a { background-color: rgb(231,69,140); }
div.DivClassName
{
background-color: #E7458C;
}
.BgClassName
{
background-color: #E7458C;
}
</style>
border-color css
<style>
span { border-color: #E7458C; }
span { border-color: rgb(231,69,140); }
td.TdClassName
{
border-color: #E7458C;
}
.TagClassName
{
border-color: #E7458C;
}
</style>