Shades of Violet Red #E64694
Tints of Violet Red #E64694
RGB
CMYK
RGB Variations
Color information
#E64694 (or 0xE64694) is known color: Violet Red. HEX triplet: E6, 46 and 94. RGB value is (230,70,148). Sum of RGB (Red+Green+Blue) = 230+70+148=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64694 is #19B96B. Grayscale: #7E7E7E. Windows color (decimal): -1685868 or 9717478. OLE color: 9717478.
HSL color Cylindrical-coordinate representation of color #E64694: hue angle of 330.75º 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 #E64694 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 148 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.10 |
| HSL | 330.75º | 0.76% | 0.59% | - |
| HSV(B) | 330.75º | 0.7% | 0.9% | - |
| XYZ | 40.17 | 23.34 | 30.41 | - |
| YUV | 126.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 148 | 0 | 0.70 | 0.36 | 0.10 | 330.75 | 0.76 | 0.59 |
| Hex | E6 | 46 | 94 | 0 | 46 | 24 | A | 14B | 4C | 3B |
| Octal | 346 | 106 | 224 | 0 | 106 | 44 | 12 | 513 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10010100 | 0 | 1000110 | 100100 | 1010 | 101001011 | 1001100 | 111011 |
Color Harmonies of #E64694
Complementary color
Monochromatic Colors of #E64694
Black with #E64694
Text Example
Text Example
White with #E64694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64694; }
p { color: rgb(230,70,148); }
H1.HeaderClassName
{
color: #E64694;
}
.AnyTagClassName
{
color: #E64694;
}
</style>
background-color css
<style>
a { background-color: #E64694; }
a { background-color: rgb(230,70,148); }
div.DivClassName
{
background-color: #E64694;
}
.BgClassName
{
background-color: #E64694;
}
</style>
border-color css
<style>
span { border-color: #E64694; }
span { border-color: rgb(230,70,148); }
td.TdClassName
{
border-color: #E64694;
}
.TagClassName
{
border-color: #E64694;
}
</style>