Shades of Violet Red #E73F8A
Tints of Violet Red #E73F8A
RGB
CMYK
RGB Variations
Color information
#E73F8A (or 0xE73F8A) is known color: Violet Red. HEX triplet: E7, 3F and 8A. RGB value is (231,63,138). Sum of RGB (Red+Green+Blue) = 231+63+138=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73F8A is #18C075. Grayscale: #797979. Windows color (decimal): -1622134 or 9060327. OLE color: 9060327.
HSL color Cylindrical-coordinate representation of color #E73F8A: hue angle of 333.21º 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 #E73F8A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 138 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.09 |
| HSL | 333.21º | 0.78% | 0.58% | - |
| HSV(B) | 333.21º | 0.73% | 0.91% | - |
| XYZ | 39.32 | 22.38 | 26.29 | - |
| YUV | 121.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 138 | 0 | 0.73 | 0.40 | 0.09 | 333.21 | 0.78 | 0.58 |
| Hex | E7 | 3F | 8A | 0 | 49 | 28 | 9 | 14D | 4E | 3A |
| Octal | 347 | 77 | 212 | 0 | 111 | 50 | 11 | 515 | 116 | 72 |
| Binary | 11100111 | 111111 | 10001010 | 0 | 1001001 | 101000 | 1001 | 101001101 | 1001110 | 111010 |
Color Harmonies of #E73F8A
Complementary color
Monochromatic Colors of #E73F8A
Black with #E73F8A
Text Example
Text Example
White with #E73F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F8A; }
p { color: rgb(231,63,138); }
H1.HeaderClassName
{
color: #E73F8A;
}
.AnyTagClassName
{
color: #E73F8A;
}
</style>
background-color css
<style>
a { background-color: #E73F8A; }
a { background-color: rgb(231,63,138); }
div.DivClassName
{
background-color: #E73F8A;
}
.BgClassName
{
background-color: #E73F8A;
}
</style>
border-color css
<style>
span { border-color: #E73F8A; }
span { border-color: rgb(231,63,138); }
td.TdClassName
{
border-color: #E73F8A;
}
.TagClassName
{
border-color: #E73F8A;
}
</style>