Shades of Violet Red #E74496
Tints of Violet Red #E74496
RGB
CMYK
RGB Variations
Color information
#E74496 (or 0xE74496) is known color: Violet Red. HEX triplet: E7, 44 and 96. RGB value is (231,68,150). Sum of RGB (Red+Green+Blue) = 231+68+150=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E74496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74496 is #18BB69. Grayscale: #7D7D7D. Windows color (decimal): -1620842 or 9848039. OLE color: 9848039.
HSL color Cylindrical-coordinate representation of color #E74496: hue angle of 329.82º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74496 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 150 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.09 |
| HSL | 329.82º | 0.77% | 0.59% | - |
| HSV(B) | 329.82º | 0.71% | 0.91% | - |
| XYZ | 40.53 | 23.33 | 31.22 | - |
| YUV | 126.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 150 | 0 | 0.71 | 0.35 | 0.09 | 329.82 | 0.77 | 0.59 |
| Hex | E7 | 44 | 96 | 0 | 47 | 23 | 9 | 14A | 4D | 3B |
| Octal | 347 | 104 | 226 | 0 | 107 | 43 | 11 | 512 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10010110 | 0 | 1000111 | 100011 | 1001 | 101001010 | 1001101 | 111011 |
Color Harmonies of #E74496
Complementary color
Monochromatic Colors of #E74496
Black with #E74496
Text Example
Text Example
White with #E74496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74496; }
p { color: rgb(231,68,150); }
H1.HeaderClassName
{
color: #E74496;
}
.AnyTagClassName
{
color: #E74496;
}
</style>
background-color css
<style>
a { background-color: #E74496; }
a { background-color: rgb(231,68,150); }
div.DivClassName
{
background-color: #E74496;
}
.BgClassName
{
background-color: #E74496;
}
</style>
border-color css
<style>
span { border-color: #E74496; }
span { border-color: rgb(231,68,150); }
td.TdClassName
{
border-color: #E74496;
}
.TagClassName
{
border-color: #E74496;
}
</style>