Shades of Violet Red #E7458B
Tints of Violet Red #E7458B
RGB
CMYK
RGB Variations
Color information
#E7458B (or 0xE7458B) is known color: Violet Red. HEX triplet: E7, 45 and 8B. RGB value is (231,69,139). Sum of RGB (Red+Green+Blue) = 231+69+139=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7458B is #18BA74. Grayscale: #7D7D7D. Windows color (decimal): -1620597 or 9127399. OLE color: 9127399.
HSL color Cylindrical-coordinate representation of color #E7458B: hue angle of 334.07º 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 #E7458B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 139 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.09 |
| HSL | 334.07º | 0.77% | 0.59% | - |
| HSV(B) | 334.07º | 0.7% | 0.91% | - |
| XYZ | 39.74 | 23.11 | 26.79 | - |
| YUV | 125.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 139 | 0 | 0.70 | 0.40 | 0.09 | 334.07 | 0.77 | 0.59 |
| Hex | E7 | 45 | 8B | 0 | 46 | 28 | 9 | 14E | 4D | 3B |
| Octal | 347 | 105 | 213 | 0 | 106 | 50 | 11 | 516 | 115 | 73 |
| Binary | 11100111 | 1000101 | 10001011 | 0 | 1000110 | 101000 | 1001 | 101001110 | 1001101 | 111011 |
Color Harmonies of #E7458B
Complementary color
Monochromatic Colors of #E7458B
Black with #E7458B
Text Example
Text Example
White with #E7458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7458B; }
p { color: rgb(231,69,139); }
H1.HeaderClassName
{
color: #E7458B;
}
.AnyTagClassName
{
color: #E7458B;
}
</style>
background-color css
<style>
a { background-color: #E7458B; }
a { background-color: rgb(231,69,139); }
div.DivClassName
{
background-color: #E7458B;
}
.BgClassName
{
background-color: #E7458B;
}
</style>
border-color css
<style>
span { border-color: #E7458B; }
span { border-color: rgb(231,69,139); }
td.TdClassName
{
border-color: #E7458B;
}
.TagClassName
{
border-color: #E7458B;
}
</style>