Shades of Violet Red #E64084
Tints of Violet Red #E64084
RGB
CMYK
RGB Variations
Color information
#E64084 (or 0xE64084) is known color: Violet Red. HEX triplet: E6, 40 and 84. RGB value is (230,64,132). Sum of RGB (Red+Green+Blue) = 230+64+132=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E64084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64084 is #19BF7B. Grayscale: #797979. Windows color (decimal): -1687420 or 8667366. OLE color: 8667366.
HSL color Cylindrical-coordinate representation of color #E64084: hue angle of 335.42º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64084 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 132 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.10 |
| HSL | 335.42º | 0.77% | 0.58% | - |
| HSV(B) | 335.42º | 0.72% | 0.9% | - |
| XYZ | 38.63 | 22.16 | 24.07 | - |
| YUV | 121.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 132 | 0 | 0.72 | 0.43 | 0.10 | 335.42 | 0.77 | 0.58 |
| Hex | E6 | 40 | 84 | 0 | 48 | 2B | A | 14F | 4D | 3A |
| Octal | 346 | 100 | 204 | 0 | 110 | 53 | 12 | 517 | 115 | 72 |
| Binary | 11100110 | 1000000 | 10000100 | 0 | 1001000 | 101011 | 1010 | 101001111 | 1001101 | 111010 |
Color Harmonies of #E64084
Complementary color
Monochromatic Colors of #E64084
Black with #E64084
Text Example
Text Example
White with #E64084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64084; }
p { color: rgb(230,64,132); }
H1.HeaderClassName
{
color: #E64084;
}
.AnyTagClassName
{
color: #E64084;
}
</style>
background-color css
<style>
a { background-color: #E64084; }
a { background-color: rgb(230,64,132); }
div.DivClassName
{
background-color: #E64084;
}
.BgClassName
{
background-color: #E64084;
}
</style>
border-color css
<style>
span { border-color: #E64084; }
span { border-color: rgb(230,64,132); }
td.TdClassName
{
border-color: #E64084;
}
.TagClassName
{
border-color: #E64084;
}
</style>