Shades of Violet Red #E64595
Tints of Violet Red #E64595
RGB
CMYK
RGB Variations
Color information
#E64595 (or 0xE64595) is known color: Violet Red. HEX triplet: E6, 45 and 95. RGB value is (230,69,149). Sum of RGB (Red+Green+Blue) = 230+69+149=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64595 is #19BA6A. Grayscale: #7E7E7E. Windows color (decimal): -1686123 or 9782758. OLE color: 9782758.
HSL color Cylindrical-coordinate representation of color #E64595: hue angle of 330.19º 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 #E64595 is Cyan = 0, Magento = 0.7, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 149 | - |
| CMYK | 0 | 0.7 | 0.35 | 0.10 |
| HSL | 330.19º | 0.76% | 0.59% | - |
| HSV(B) | 330.19º | 0.7% | 0.9% | - |
| XYZ | 40.19 | 23.25 | 30.8 | - |
| YUV | 126.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 149 | 0 | 0.7 | 0.35 | 0.10 | 330.19 | 0.76 | 0.59 |
| Hex | E6 | 45 | 95 | 0 | 46 | 23 | A | 14A | 4C | 3B |
| Octal | 346 | 105 | 225 | 0 | 106 | 43 | 12 | 512 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10010101 | 0 | 1000110 | 100011 | 1010 | 101001010 | 1001100 | 111011 |
Color Harmonies of #E64595
Complementary color
Monochromatic Colors of #E64595
Black with #E64595
Text Example
Text Example
White with #E64595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64595; }
p { color: rgb(230,69,149); }
H1.HeaderClassName
{
color: #E64595;
}
.AnyTagClassName
{
color: #E64595;
}
</style>
background-color css
<style>
a { background-color: #E64595; }
a { background-color: rgb(230,69,149); }
div.DivClassName
{
background-color: #E64595;
}
.BgClassName
{
background-color: #E64595;
}
</style>
border-color css
<style>
span { border-color: #E64595; }
span { border-color: rgb(230,69,149); }
td.TdClassName
{
border-color: #E64595;
}
.TagClassName
{
border-color: #E64595;
}
</style>