Shades of Violet Red #E73F80
Tints of Violet Red #E73F80
RGB
CMYK
RGB Variations
Color information
#E73F80 (or 0xE73F80) is known color: Violet Red. HEX triplet: E7, 3F and 80. RGB value is (231,63,128). Sum of RGB (Red+Green+Blue) = 231+63+128=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73F80 is #18C07F. Grayscale: #787878. Windows color (decimal): -1622144 or 8404967. OLE color: 8404967.
HSL color Cylindrical-coordinate representation of color #E73F80: hue angle of 336.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73F80 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 128 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.09 |
| HSL | 336.79º | 0.78% | 0.58% | - |
| HSV(B) | 336.79º | 0.73% | 0.91% | - |
| XYZ | 38.63 | 22.1 | 22.65 | - |
| YUV | 120.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 128 | 0 | 0.73 | 0.45 | 0.09 | 336.79 | 0.78 | 0.58 |
| Hex | E7 | 3F | 80 | 0 | 49 | 2D | 9 | 151 | 4E | 3A |
| Octal | 347 | 77 | 200 | 0 | 111 | 55 | 11 | 521 | 116 | 72 |
| Binary | 11100111 | 111111 | 10000000 | 0 | 1001001 | 101101 | 1001 | 101010001 | 1001110 | 111010 |
Color Harmonies of #E73F80
Complementary color
Monochromatic Colors of #E73F80
Black with #E73F80
Text Example
Text Example
White with #E73F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F80; }
p { color: rgb(231,63,128); }
H1.HeaderClassName
{
color: #E73F80;
}
.AnyTagClassName
{
color: #E73F80;
}
</style>
background-color css
<style>
a { background-color: #E73F80; }
a { background-color: rgb(231,63,128); }
div.DivClassName
{
background-color: #E73F80;
}
.BgClassName
{
background-color: #E73F80;
}
</style>
border-color css
<style>
span { border-color: #E73F80; }
span { border-color: rgb(231,63,128); }
td.TdClassName
{
border-color: #E73F80;
}
.TagClassName
{
border-color: #E73F80;
}
</style>