Shades of Violet Red #E64591
Tints of Violet Red #E64591
RGB
CMYK
RGB Variations
Color information
#E64591 (or 0xE64591) is known color: Violet Red. HEX triplet: E6, 45 and 91. RGB value is (230,69,145). Sum of RGB (Red+Green+Blue) = 230+69+145=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E64591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64591 is #19BA6E. Grayscale: #7D7D7D. Windows color (decimal): -1686127 or 9520614. OLE color: 9520614.
HSL color Cylindrical-coordinate representation of color #E64591: hue angle of 331.68º 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 #E64591 is Cyan = 0, Magento = 0.7, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 145 | - |
| CMYK | 0 | 0.7 | 0.37 | 0.10 |
| HSL | 331.68º | 0.76% | 0.59% | - |
| HSV(B) | 331.68º | 0.7% | 0.9% | - |
| XYZ | 39.87 | 23.12 | 29.15 | - |
| YUV | 125.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 145 | 0 | 0.7 | 0.37 | 0.10 | 331.68 | 0.76 | 0.59 |
| Hex | E6 | 45 | 91 | 0 | 46 | 25 | A | 14C | 4C | 3B |
| Octal | 346 | 105 | 221 | 0 | 106 | 45 | 12 | 514 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10010001 | 0 | 1000110 | 100101 | 1010 | 101001100 | 1001100 | 111011 |
Color Harmonies of #E64591
Complementary color
Monochromatic Colors of #E64591
Black with #E64591
Text Example
Text Example
White with #E64591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64591; }
p { color: rgb(230,69,145); }
H1.HeaderClassName
{
color: #E64591;
}
.AnyTagClassName
{
color: #E64591;
}
</style>
background-color css
<style>
a { background-color: #E64591; }
a { background-color: rgb(230,69,145); }
div.DivClassName
{
background-color: #E64591;
}
.BgClassName
{
background-color: #E64591;
}
</style>
border-color css
<style>
span { border-color: #E64591; }
span { border-color: rgb(230,69,145); }
td.TdClassName
{
border-color: #E64591;
}
.TagClassName
{
border-color: #E64591;
}
</style>