Shades of Violet Red #E74698
Tints of Violet Red #E74698
RGB
CMYK
RGB Variations
Color information
#E74698 (or 0xE74698) is known color: Violet Red. HEX triplet: E7, 46 and 98. RGB value is (231,70,152). Sum of RGB (Red+Green+Blue) = 231+70+152=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E74698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74698 is #18B967. Grayscale: #7F7F7F. Windows color (decimal): -1620328 or 9979623. OLE color: 9979623.
HSL color Cylindrical-coordinate representation of color #E74698: hue angle of 329.44º 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 #E74698 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 152 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.09 |
| HSL | 329.44º | 0.77% | 0.59% | - |
| HSV(B) | 329.44º | 0.7% | 0.91% | - |
| XYZ | 40.81 | 23.64 | 32.12 | - |
| YUV | 127.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 152 | 0 | 0.70 | 0.34 | 0.09 | 329.44 | 0.77 | 0.59 |
| Hex | E7 | 46 | 98 | 0 | 46 | 22 | 9 | 149 | 4D | 3B |
| Octal | 347 | 106 | 230 | 0 | 106 | 42 | 11 | 511 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10011000 | 0 | 1000110 | 100010 | 1001 | 101001001 | 1001101 | 111011 |
Color Harmonies of #E74698
Complementary color
Monochromatic Colors of #E74698
Black with #E74698
Text Example
Text Example
White with #E74698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74698; }
p { color: rgb(231,70,152); }
H1.HeaderClassName
{
color: #E74698;
}
.AnyTagClassName
{
color: #E74698;
}
</style>
background-color css
<style>
a { background-color: #E74698; }
a { background-color: rgb(231,70,152); }
div.DivClassName
{
background-color: #E74698;
}
.BgClassName
{
background-color: #E74698;
}
</style>
border-color css
<style>
span { border-color: #E74698; }
span { border-color: rgb(231,70,152); }
td.TdClassName
{
border-color: #E74698;
}
.TagClassName
{
border-color: #E74698;
}
</style>