Shades of Violet Red #E64598
Tints of Violet Red #E64598
RGB
CMYK
RGB Variations
Color information
#E64598 (or 0xE64598) is known color: Violet Red. HEX triplet: E6, 45 and 98. RGB value is (230,69,152). Sum of RGB (Red+Green+Blue) = 230+69+152=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E64598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64598 is #19BA67. Grayscale: #7E7E7E. Windows color (decimal): -1686120 or 9979366. OLE color: 9979366.
HSL color Cylindrical-coordinate representation of color #E64598: hue angle of 329.07º 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 #E64598 is Cyan = 0, Magento = 0.7, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 152 | - |
| CMYK | 0 | 0.7 | 0.34 | 0.10 |
| HSL | 329.07º | 0.76% | 0.59% | - |
| HSV(B) | 329.07º | 0.7% | 0.9% | - |
| XYZ | 40.43 | 23.35 | 32.08 | - |
| YUV | 126.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 152 | 0 | 0.7 | 0.34 | 0.10 | 329.07 | 0.76 | 0.59 |
| Hex | E6 | 45 | 98 | 0 | 46 | 22 | A | 149 | 4C | 3B |
| Octal | 346 | 105 | 230 | 0 | 106 | 42 | 12 | 511 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10011000 | 0 | 1000110 | 100010 | 1010 | 101001001 | 1001100 | 111011 |
Color Harmonies of #E64598
Complementary color
Monochromatic Colors of #E64598
Black with #E64598
Text Example
Text Example
White with #E64598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64598; }
p { color: rgb(230,69,152); }
H1.HeaderClassName
{
color: #E64598;
}
.AnyTagClassName
{
color: #E64598;
}
</style>
background-color css
<style>
a { background-color: #E64598; }
a { background-color: rgb(230,69,152); }
div.DivClassName
{
background-color: #E64598;
}
.BgClassName
{
background-color: #E64598;
}
</style>
border-color css
<style>
span { border-color: #E64598; }
span { border-color: rgb(230,69,152); }
td.TdClassName
{
border-color: #E64598;
}
.TagClassName
{
border-color: #E64598;
}
</style>