Shades of Violet Red #E64597
Tints of Violet Red #E64597
RGB
CMYK
RGB Variations
Color information
#E64597 (or 0xE64597) is known color: Violet Red. HEX triplet: E6, 45 and 97. RGB value is (230,69,151). Sum of RGB (Red+Green+Blue) = 230+69+151=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E64597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64597 is #19BA68. Grayscale: #7E7E7E. Windows color (decimal): -1686121 or 9913830. OLE color: 9913830.
HSL color Cylindrical-coordinate representation of color #E64597: hue angle of 329.44º 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 #E64597 is Cyan = 0, Magento = 0.7, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 151 | - |
| CMYK | 0 | 0.7 | 0.34 | 0.10 |
| HSL | 329.44º | 0.76% | 0.59% | - |
| HSV(B) | 329.44º | 0.7% | 0.9% | - |
| XYZ | 40.35 | 23.31 | 31.65 | - |
| YUV | 126.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 151 | 0 | 0.7 | 0.34 | 0.10 | 329.44 | 0.76 | 0.59 |
| Hex | E6 | 45 | 97 | 0 | 46 | 22 | A | 149 | 4C | 3B |
| Octal | 346 | 105 | 227 | 0 | 106 | 42 | 12 | 511 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10010111 | 0 | 1000110 | 100010 | 1010 | 101001001 | 1001100 | 111011 |
Color Harmonies of #E64597
Complementary color
Monochromatic Colors of #E64597
Black with #E64597
Text Example
Text Example
White with #E64597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64597; }
p { color: rgb(230,69,151); }
H1.HeaderClassName
{
color: #E64597;
}
.AnyTagClassName
{
color: #E64597;
}
</style>
background-color css
<style>
a { background-color: #E64597; }
a { background-color: rgb(230,69,151); }
div.DivClassName
{
background-color: #E64597;
}
.BgClassName
{
background-color: #E64597;
}
</style>
border-color css
<style>
span { border-color: #E64597; }
span { border-color: rgb(230,69,151); }
td.TdClassName
{
border-color: #E64597;
}
.TagClassName
{
border-color: #E64597;
}
</style>