Shades of Violet Red #E74295
Tints of Violet Red #E74295
RGB
CMYK
RGB Variations
Color information
#E74295 (or 0xE74295) is known color: Violet Red. HEX triplet: E7, 42 and 95. RGB value is (231,66,149). Sum of RGB (Red+Green+Blue) = 231+66+149=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E74295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74295 is #18BD6A. Grayscale: #7C7C7C. Windows color (decimal): -1621355 or 9781991. OLE color: 9781991.
HSL color Cylindrical-coordinate representation of color #E74295: hue angle of 329.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74295 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 149 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.09 |
| HSL | 329.82º | 0.77% | 0.58% | - |
| HSV(B) | 329.82º | 0.71% | 0.91% | - |
| XYZ | 40.33 | 23.06 | 30.76 | - |
| YUV | 124.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 149 | 0 | 0.71 | 0.35 | 0.09 | 329.82 | 0.77 | 0.58 |
| Hex | E7 | 42 | 95 | 0 | 47 | 23 | 9 | 14A | 4D | 3A |
| Octal | 347 | 102 | 225 | 0 | 107 | 43 | 11 | 512 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10010101 | 0 | 1000111 | 100011 | 1001 | 101001010 | 1001101 | 111010 |
Color Harmonies of #E74295
Complementary color
Monochromatic Colors of #E74295
Black with #E74295
Text Example
Text Example
White with #E74295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74295; }
p { color: rgb(231,66,149); }
H1.HeaderClassName
{
color: #E74295;
}
.AnyTagClassName
{
color: #E74295;
}
</style>
background-color css
<style>
a { background-color: #E74295; }
a { background-color: rgb(231,66,149); }
div.DivClassName
{
background-color: #E74295;
}
.BgClassName
{
background-color: #E74295;
}
</style>
border-color css
<style>
span { border-color: #E74295; }
span { border-color: rgb(231,66,149); }
td.TdClassName
{
border-color: #E74295;
}
.TagClassName
{
border-color: #E74295;
}
</style>