Shades of Violet Red #E73F84
Tints of Violet Red #E73F84
RGB
CMYK
RGB Variations
Color information
#E73F84 (or 0xE73F84) is known color: Violet Red. HEX triplet: E7, 3F and 84. RGB value is (231,63,132). Sum of RGB (Red+Green+Blue) = 231+63+132=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73F84 is #18C07B. Grayscale: #787878. Windows color (decimal): -1622140 or 8667111. OLE color: 8667111.
HSL color Cylindrical-coordinate representation of color #E73F84: hue angle of 335.36º 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 #E73F84 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 132 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.09 |
| HSL | 335.36º | 0.78% | 0.58% | - |
| HSV(B) | 335.36º | 0.73% | 0.91% | - |
| XYZ | 38.9 | 22.21 | 24.07 | - |
| YUV | 121.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 132 | 0 | 0.73 | 0.43 | 0.09 | 335.36 | 0.78 | 0.58 |
| Hex | E7 | 3F | 84 | 0 | 49 | 2B | 9 | 14F | 4E | 3A |
| Octal | 347 | 77 | 204 | 0 | 111 | 53 | 11 | 517 | 116 | 72 |
| Binary | 11100111 | 111111 | 10000100 | 0 | 1001001 | 101011 | 1001 | 101001111 | 1001110 | 111010 |
Color Harmonies of #E73F84
Complementary color
Monochromatic Colors of #E73F84
Black with #E73F84
Text Example
Text Example
White with #E73F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F84; }
p { color: rgb(231,63,132); }
H1.HeaderClassName
{
color: #E73F84;
}
.AnyTagClassName
{
color: #E73F84;
}
</style>
background-color css
<style>
a { background-color: #E73F84; }
a { background-color: rgb(231,63,132); }
div.DivClassName
{
background-color: #E73F84;
}
.BgClassName
{
background-color: #E73F84;
}
</style>
border-color css
<style>
span { border-color: #E73F84; }
span { border-color: rgb(231,63,132); }
td.TdClassName
{
border-color: #E73F84;
}
.TagClassName
{
border-color: #E73F84;
}
</style>