Shades of Violet Red #E64488
Tints of Violet Red #E64488
RGB
CMYK
RGB Variations
Color information
#E64488 (or 0xE64488) is known color: Violet Red. HEX triplet: E6, 44 and 88. RGB value is (230,68,136). Sum of RGB (Red+Green+Blue) = 230+68+136=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E64488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64488 is #19BB77. Grayscale: #7C7C7C. Windows color (decimal): -1686392 or 8930534. OLE color: 8930534.
HSL color Cylindrical-coordinate representation of color #E64488: hue angle of 334.81º 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 #E64488 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 136 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.10 |
| HSL | 334.81º | 0.76% | 0.58% | - |
| HSV(B) | 334.81º | 0.7% | 0.9% | - |
| XYZ | 39.14 | 22.73 | 25.62 | - |
| YUV | 124.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 136 | 0 | 0.70 | 0.41 | 0.10 | 334.81 | 0.76 | 0.58 |
| Hex | E6 | 44 | 88 | 0 | 46 | 29 | A | 14F | 4C | 3A |
| Octal | 346 | 104 | 210 | 0 | 106 | 51 | 12 | 517 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10001000 | 0 | 1000110 | 101001 | 1010 | 101001111 | 1001100 | 111010 |
Color Harmonies of #E64488
Complementary color
Monochromatic Colors of #E64488
Black with #E64488
Text Example
Text Example
White with #E64488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64488; }
p { color: rgb(230,68,136); }
H1.HeaderClassName
{
color: #E64488;
}
.AnyTagClassName
{
color: #E64488;
}
</style>
background-color css
<style>
a { background-color: #E64488; }
a { background-color: rgb(230,68,136); }
div.DivClassName
{
background-color: #E64488;
}
.BgClassName
{
background-color: #E64488;
}
</style>
border-color css
<style>
span { border-color: #E64488; }
span { border-color: rgb(230,68,136); }
td.TdClassName
{
border-color: #E64488;
}
.TagClassName
{
border-color: #E64488;
}
</style>