Shades of Violet Red #E74590
Tints of Violet Red #E74590
RGB
CMYK
RGB Variations
Color information
#E74590 (or 0xE74590) is known color: Violet Red. HEX triplet: E7, 45 and 90. RGB value is (231,69,144). Sum of RGB (Red+Green+Blue) = 231+69+144=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E74590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74590 is #18BA6F. Grayscale: #7D7D7D. Windows color (decimal): -1620592 or 9455079. OLE color: 9455079.
HSL color Cylindrical-coordinate representation of color #E74590: hue angle of 332.22º 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 #E74590 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 144 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.09 |
| HSL | 332.22º | 0.77% | 0.59% | - |
| HSV(B) | 332.22º | 0.7% | 0.91% | - |
| XYZ | 40.12 | 23.26 | 28.76 | - |
| YUV | 125.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 144 | 0 | 0.70 | 0.38 | 0.09 | 332.22 | 0.77 | 0.59 |
| Hex | E7 | 45 | 90 | 0 | 46 | 26 | 9 | 14C | 4D | 3B |
| Octal | 347 | 105 | 220 | 0 | 106 | 46 | 11 | 514 | 115 | 73 |
| Binary | 11100111 | 1000101 | 10010000 | 0 | 1000110 | 100110 | 1001 | 101001100 | 1001101 | 111011 |
Color Harmonies of #E74590
Complementary color
Monochromatic Colors of #E74590
Black with #E74590
Text Example
Text Example
White with #E74590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74590; }
p { color: rgb(231,69,144); }
H1.HeaderClassName
{
color: #E74590;
}
.AnyTagClassName
{
color: #E74590;
}
</style>
background-color css
<style>
a { background-color: #E74590; }
a { background-color: rgb(231,69,144); }
div.DivClassName
{
background-color: #E74590;
}
.BgClassName
{
background-color: #E74590;
}
</style>
border-color css
<style>
span { border-color: #E74590; }
span { border-color: rgb(231,69,144); }
td.TdClassName
{
border-color: #E74590;
}
.TagClassName
{
border-color: #E74590;
}
</style>