Shades of Violet Red #E64484
Tints of Violet Red #E64484
RGB
CMYK
RGB Variations
Color information
#E64484 (or 0xE64484) is known color: Violet Red. HEX triplet: E6, 44 and 84. RGB value is (230,68,132). Sum of RGB (Red+Green+Blue) = 230+68+132=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64484 is #19BB7B. Grayscale: #7B7B7B. Windows color (decimal): -1686396 or 8668390. OLE color: 8668390.
HSL color Cylindrical-coordinate representation of color #E64484: hue angle of 336.3º 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 #E64484 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 132 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.10 |
| HSL | 336.3º | 0.76% | 0.58% | - |
| HSV(B) | 336.3º | 0.7% | 0.9% | - |
| XYZ | 38.87 | 22.62 | 24.15 | - |
| YUV | 123.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 132 | 0 | 0.70 | 0.43 | 0.10 | 336.3 | 0.76 | 0.58 |
| Hex | E6 | 44 | 84 | 0 | 46 | 2B | A | 150 | 4C | 3A |
| Octal | 346 | 104 | 204 | 0 | 106 | 53 | 12 | 520 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10000100 | 0 | 1000110 | 101011 | 1010 | 101010000 | 1001100 | 111010 |
Color Harmonies of #E64484
Complementary color
Monochromatic Colors of #E64484
Black with #E64484
Text Example
Text Example
White with #E64484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64484; }
p { color: rgb(230,68,132); }
H1.HeaderClassName
{
color: #E64484;
}
.AnyTagClassName
{
color: #E64484;
}
</style>
background-color css
<style>
a { background-color: #E64484; }
a { background-color: rgb(230,68,132); }
div.DivClassName
{
background-color: #E64484;
}
.BgClassName
{
background-color: #E64484;
}
</style>
border-color css
<style>
span { border-color: #E64484; }
span { border-color: rgb(230,68,132); }
td.TdClassName
{
border-color: #E64484;
}
.TagClassName
{
border-color: #E64484;
}
</style>