Shades of Violet Red #E64495
Tints of Violet Red #E64495
RGB
CMYK
RGB Variations
Color information
#E64495 (or 0xE64495) is known color: Violet Red. HEX triplet: E6, 44 and 95. RGB value is (230,68,149). Sum of RGB (Red+Green+Blue) = 230+68+149=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E64495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64495 is #19BB6A. Grayscale: #7D7D7D. Windows color (decimal): -1686379 or 9782502. OLE color: 9782502.
HSL color Cylindrical-coordinate representation of color #E64495: hue angle of 330º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64495 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 149 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.10 |
| HSL | 330º | 0.76% | 0.58% | - |
| HSV(B) | 330º | 0.7% | 0.9% | - |
| XYZ | 40.13 | 23.13 | 30.78 | - |
| YUV | 125.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 149 | 0 | 0.70 | 0.35 | 0.10 | 330 | 0.76 | 0.58 |
| Hex | E6 | 44 | 95 | 0 | 46 | 23 | A | 14A | 4C | 3A |
| Octal | 346 | 104 | 225 | 0 | 106 | 43 | 12 | 512 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10010101 | 0 | 1000110 | 100011 | 1010 | 101001010 | 1001100 | 111010 |
Color Harmonies of #E64495
Complementary color
Monochromatic Colors of #E64495
Black with #E64495
Text Example
Text Example
White with #E64495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64495; }
p { color: rgb(230,68,149); }
H1.HeaderClassName
{
color: #E64495;
}
.AnyTagClassName
{
color: #E64495;
}
</style>
background-color css
<style>
a { background-color: #E64495; }
a { background-color: rgb(230,68,149); }
div.DivClassName
{
background-color: #E64495;
}
.BgClassName
{
background-color: #E64495;
}
</style>
border-color css
<style>
span { border-color: #E64495; }
span { border-color: rgb(230,68,149); }
td.TdClassName
{
border-color: #E64495;
}
.TagClassName
{
border-color: #E64495;
}
</style>