Shades of Violet Red #E64499
Tints of Violet Red #E64499
RGB
CMYK
RGB Variations
Color information
#E64499 (or 0xE64499) is known color: Violet Red. HEX triplet: E6, 44 and 99. RGB value is (230,68,153). Sum of RGB (Red+Green+Blue) = 230+68+153=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E64499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64499 is #19BB66. Grayscale: #7D7D7D. Windows color (decimal): -1686375 or 10044646. OLE color: 10044646.
HSL color Cylindrical-coordinate representation of color #E64499: hue angle of 328.52º 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 #E64499 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 153 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.10 |
| HSL | 328.52º | 0.76% | 0.58% | - |
| HSV(B) | 328.52º | 0.7% | 0.9% | - |
| XYZ | 40.45 | 23.26 | 32.49 | - |
| YUV | 126.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 153 | 0 | 0.70 | 0.33 | 0.10 | 328.52 | 0.76 | 0.58 |
| Hex | E6 | 44 | 99 | 0 | 46 | 21 | A | 149 | 4C | 3A |
| Octal | 346 | 104 | 231 | 0 | 106 | 41 | 12 | 511 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10011001 | 0 | 1000110 | 100001 | 1010 | 101001001 | 1001100 | 111010 |
Color Harmonies of #E64499
Complementary color
Monochromatic Colors of #E64499
Black with #E64499
Text Example
Text Example
White with #E64499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64499; }
p { color: rgb(230,68,153); }
H1.HeaderClassName
{
color: #E64499;
}
.AnyTagClassName
{
color: #E64499;
}
</style>
background-color css
<style>
a { background-color: #E64499; }
a { background-color: rgb(230,68,153); }
div.DivClassName
{
background-color: #E64499;
}
.BgClassName
{
background-color: #E64499;
}
</style>
border-color css
<style>
span { border-color: #E64499; }
span { border-color: rgb(230,68,153); }
td.TdClassName
{
border-color: #E64499;
}
.TagClassName
{
border-color: #E64499;
}
</style>