Shades of Violet Red #E74696
Tints of Violet Red #E74696
RGB
CMYK
RGB Variations
Color information
#E74696 (or 0xE74696) is known color: Violet Red. HEX triplet: E7, 46 and 96. RGB value is (231,70,150). Sum of RGB (Red+Green+Blue) = 231+70+150=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E74696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74696 is #18B969. Grayscale: #7F7F7F. Windows color (decimal): -1620330 or 9848551. OLE color: 9848551.
HSL color Cylindrical-coordinate representation of color #E74696: hue angle of 330.19º 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 #E74696 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 150 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.09 |
| HSL | 330.19º | 0.77% | 0.59% | - |
| HSV(B) | 330.19º | 0.7% | 0.91% | - |
| XYZ | 40.65 | 23.57 | 31.26 | - |
| YUV | 127.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 150 | 0 | 0.70 | 0.35 | 0.09 | 330.19 | 0.77 | 0.59 |
| Hex | E7 | 46 | 96 | 0 | 46 | 23 | 9 | 14A | 4D | 3B |
| Octal | 347 | 106 | 226 | 0 | 106 | 43 | 11 | 512 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10010110 | 0 | 1000110 | 100011 | 1001 | 101001010 | 1001101 | 111011 |
Color Harmonies of #E74696
Complementary color
Monochromatic Colors of #E74696
Black with #E74696
Text Example
Text Example
White with #E74696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74696; }
p { color: rgb(231,70,150); }
H1.HeaderClassName
{
color: #E74696;
}
.AnyTagClassName
{
color: #E74696;
}
</style>
background-color css
<style>
a { background-color: #E74696; }
a { background-color: rgb(231,70,150); }
div.DivClassName
{
background-color: #E74696;
}
.BgClassName
{
background-color: #E74696;
}
</style>
border-color css
<style>
span { border-color: #E74696; }
span { border-color: rgb(231,70,150); }
td.TdClassName
{
border-color: #E74696;
}
.TagClassName
{
border-color: #E74696;
}
</style>