Shades of Violet Red #E64599
Tints of Violet Red #E64599
RGB
CMYK
RGB Variations
Color information
#E64599 (or 0xE64599) is known color: Violet Red. HEX triplet: E6, 45 and 99. RGB value is (230,69,153). Sum of RGB (Red+Green+Blue) = 230+69+153=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E64599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64599 is #19BA66. Grayscale: #7E7E7E. Windows color (decimal): -1686119 or 10044902. OLE color: 10044902.
HSL color Cylindrical-coordinate representation of color #E64599: hue angle of 328.7º 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 #E64599 is Cyan = 0, Magento = 0.7, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 153 | - |
| CMYK | 0 | 0.7 | 0.33 | 0.10 |
| HSL | 328.7º | 0.76% | 0.59% | - |
| HSV(B) | 328.7º | 0.7% | 0.9% | - |
| XYZ | 40.51 | 23.38 | 32.51 | - |
| YUV | 126.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 153 | 0 | 0.7 | 0.33 | 0.10 | 328.7 | 0.76 | 0.59 |
| Hex | E6 | 45 | 99 | 0 | 46 | 21 | A | 149 | 4C | 3B |
| Octal | 346 | 105 | 231 | 0 | 106 | 41 | 12 | 511 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10011001 | 0 | 1000110 | 100001 | 1010 | 101001001 | 1001100 | 111011 |
Color Harmonies of #E64599
Complementary color
Monochromatic Colors of #E64599
Black with #E64599
Text Example
Text Example
White with #E64599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64599; }
p { color: rgb(230,69,153); }
H1.HeaderClassName
{
color: #E64599;
}
.AnyTagClassName
{
color: #E64599;
}
</style>
background-color css
<style>
a { background-color: #E64599; }
a { background-color: rgb(230,69,153); }
div.DivClassName
{
background-color: #E64599;
}
.BgClassName
{
background-color: #E64599;
}
</style>
border-color css
<style>
span { border-color: #E64599; }
span { border-color: rgb(230,69,153); }
td.TdClassName
{
border-color: #E64599;
}
.TagClassName
{
border-color: #E64599;
}
</style>