Shades of Violet Red #E74396
Tints of Violet Red #E74396
RGB
CMYK
RGB Variations
Color information
#E74396 (or 0xE74396) is known color: Violet Red. HEX triplet: E7, 43 and 96. RGB value is (231,67,150). Sum of RGB (Red+Green+Blue) = 231+67+150=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E74396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74396 is #18BC69. Grayscale: #7D7D7D. Windows color (decimal): -1621098 or 9847783. OLE color: 9847783.
HSL color Cylindrical-coordinate representation of color #E74396: hue angle of 329.63º 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 #E74396 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 150 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.09 |
| HSL | 329.63º | 0.77% | 0.58% | - |
| HSV(B) | 329.63º | 0.71% | 0.91% | - |
| XYZ | 40.47 | 23.21 | 31.2 | - |
| YUV | 125.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 150 | 0 | 0.71 | 0.35 | 0.09 | 329.63 | 0.77 | 0.58 |
| Hex | E7 | 43 | 96 | 0 | 47 | 23 | 9 | 14A | 4D | 3A |
| Octal | 347 | 103 | 226 | 0 | 107 | 43 | 11 | 512 | 115 | 72 |
| Binary | 11100111 | 1000011 | 10010110 | 0 | 1000111 | 100011 | 1001 | 101001010 | 1001101 | 111010 |
Color Harmonies of #E74396
Complementary color
Monochromatic Colors of #E74396
Black with #E74396
Text Example
Text Example
White with #E74396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74396; }
p { color: rgb(231,67,150); }
H1.HeaderClassName
{
color: #E74396;
}
.AnyTagClassName
{
color: #E74396;
}
</style>
background-color css
<style>
a { background-color: #E74396; }
a { background-color: rgb(231,67,150); }
div.DivClassName
{
background-color: #E74396;
}
.BgClassName
{
background-color: #E74396;
}
</style>
border-color css
<style>
span { border-color: #E74396; }
span { border-color: rgb(231,67,150); }
td.TdClassName
{
border-color: #E74396;
}
.TagClassName
{
border-color: #E74396;
}
</style>