Shades of Violet Red #E64088
Tints of Violet Red #E64088
RGB
CMYK
RGB Variations
Color information
#E64088 (or 0xE64088) is known color: Violet Red. HEX triplet: E6, 40 and 88. RGB value is (230,64,136). Sum of RGB (Red+Green+Blue) = 230+64+136=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64088 is #19BF77. Grayscale: #797979. Windows color (decimal): -1687416 or 8929510. OLE color: 8929510.
HSL color Cylindrical-coordinate representation of color #E64088: hue angle of 333.98º 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 #E64088 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 136 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.10 |
| HSL | 333.98º | 0.77% | 0.58% | - |
| HSV(B) | 333.98º | 0.72% | 0.9% | - |
| XYZ | 38.91 | 22.27 | 25.54 | - |
| YUV | 121.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 136 | 0 | 0.72 | 0.41 | 0.10 | 333.98 | 0.77 | 0.58 |
| Hex | E6 | 40 | 88 | 0 | 48 | 29 | A | 14E | 4D | 3A |
| Octal | 346 | 100 | 210 | 0 | 110 | 51 | 12 | 516 | 115 | 72 |
| Binary | 11100110 | 1000000 | 10001000 | 0 | 1001000 | 101001 | 1010 | 101001110 | 1001101 | 111010 |
Color Harmonies of #E64088
Complementary color
Monochromatic Colors of #E64088
Black with #E64088
Text Example
Text Example
White with #E64088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64088; }
p { color: rgb(230,64,136); }
H1.HeaderClassName
{
color: #E64088;
}
.AnyTagClassName
{
color: #E64088;
}
</style>
background-color css
<style>
a { background-color: #E64088; }
a { background-color: rgb(230,64,136); }
div.DivClassName
{
background-color: #E64088;
}
.BgClassName
{
background-color: #E64088;
}
</style>
border-color css
<style>
span { border-color: #E64088; }
span { border-color: rgb(230,64,136); }
td.TdClassName
{
border-color: #E64088;
}
.TagClassName
{
border-color: #E64088;
}
</style>