Shades of Violet Red #E74095
Tints of Violet Red #E74095
RGB
CMYK
RGB Variations
Color information
#E74095 (or 0xE74095) is known color: Violet Red. HEX triplet: E7, 40 and 95. RGB value is (231,64,149). Sum of RGB (Red+Green+Blue) = 231+64+149=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E74095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74095 is #18BF6A. Grayscale: #7B7B7B. Windows color (decimal): -1621867 or 9781479. OLE color: 9781479.
HSL color Cylindrical-coordinate representation of color #E74095: hue angle of 329.46º 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 #E74095 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 149 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.09 |
| HSL | 329.46º | 0.78% | 0.58% | - |
| HSV(B) | 329.46º | 0.72% | 0.91% | - |
| XYZ | 40.21 | 22.83 | 30.72 | - |
| YUV | 123.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 149 | 0 | 0.72 | 0.35 | 0.09 | 329.46 | 0.78 | 0.58 |
| Hex | E7 | 40 | 95 | 0 | 48 | 23 | 9 | 149 | 4E | 3A |
| Octal | 347 | 100 | 225 | 0 | 110 | 43 | 11 | 511 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10010101 | 0 | 1001000 | 100011 | 1001 | 101001001 | 1001110 | 111010 |
Color Harmonies of #E74095
Complementary color
Monochromatic Colors of #E74095
Black with #E74095
Text Example
Text Example
White with #E74095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74095; }
p { color: rgb(231,64,149); }
H1.HeaderClassName
{
color: #E74095;
}
.AnyTagClassName
{
color: #E74095;
}
</style>
background-color css
<style>
a { background-color: #E74095; }
a { background-color: rgb(231,64,149); }
div.DivClassName
{
background-color: #E74095;
}
.BgClassName
{
background-color: #E74095;
}
</style>
border-color css
<style>
span { border-color: #E74095; }
span { border-color: rgb(231,64,149); }
td.TdClassName
{
border-color: #E74095;
}
.TagClassName
{
border-color: #E74095;
}
</style>