Shades of Violet Red #E64697
Tints of Violet Red #E64697
RGB
CMYK
RGB Variations
Color information
#E64697 (or 0xE64697) is known color: Violet Red. HEX triplet: E6, 46 and 97. RGB value is (230,70,151). Sum of RGB (Red+Green+Blue) = 230+70+151=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E64697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64697 is #19B968. Grayscale: #7E7E7E. Windows color (decimal): -1685865 or 9914086. OLE color: 9914086.
HSL color Cylindrical-coordinate representation of color #E64697: hue angle of 329.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64697 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 151 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.10 |
| HSL | 329.63º | 0.76% | 0.59% | - |
| HSV(B) | 329.63º | 0.7% | 0.9% | - |
| XYZ | 40.41 | 23.44 | 31.67 | - |
| YUV | 127.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 151 | 0 | 0.70 | 0.34 | 0.10 | 329.63 | 0.76 | 0.59 |
| Hex | E6 | 46 | 97 | 0 | 46 | 22 | A | 14A | 4C | 3B |
| Octal | 346 | 106 | 227 | 0 | 106 | 42 | 12 | 512 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10010111 | 0 | 1000110 | 100010 | 1010 | 101001010 | 1001100 | 111011 |
Color Harmonies of #E64697
Complementary color
Monochromatic Colors of #E64697
Black with #E64697
Text Example
Text Example
White with #E64697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64697; }
p { color: rgb(230,70,151); }
H1.HeaderClassName
{
color: #E64697;
}
.AnyTagClassName
{
color: #E64697;
}
</style>
background-color css
<style>
a { background-color: #E64697; }
a { background-color: rgb(230,70,151); }
div.DivClassName
{
background-color: #E64697;
}
.BgClassName
{
background-color: #E64697;
}
</style>
border-color css
<style>
span { border-color: #E64697; }
span { border-color: rgb(230,70,151); }
td.TdClassName
{
border-color: #E64697;
}
.TagClassName
{
border-color: #E64697;
}
</style>