Shades of Violet Red #E73F8D
Tints of Violet Red #E73F8D
RGB
CMYK
RGB Variations
Color information
#E73F8D (or 0xE73F8D) is known color: Violet Red. HEX triplet: E7, 3F and 8D. RGB value is (231,63,141). Sum of RGB (Red+Green+Blue) = 231+63+141=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73F8D is #18C072. Grayscale: #797979. Windows color (decimal): -1622131 or 9256935. OLE color: 9256935.
HSL color Cylindrical-coordinate representation of color #E73F8D: hue angle of 332.14º 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 #E73F8D is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 141 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.09 |
| HSL | 332.14º | 0.78% | 0.58% | - |
| HSV(B) | 332.14º | 0.73% | 0.91% | - |
| XYZ | 39.54 | 22.47 | 27.45 | - |
| YUV | 122.12 | 138.66 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 141 | 0 | 0.73 | 0.39 | 0.09 | 332.14 | 0.78 | 0.58 |
| Hex | E7 | 3F | 8D | 0 | 49 | 27 | 9 | 14C | 4E | 3A |
| Octal | 347 | 77 | 215 | 0 | 111 | 47 | 11 | 514 | 116 | 72 |
| Binary | 11100111 | 111111 | 10001101 | 0 | 1001001 | 100111 | 1001 | 101001100 | 1001110 | 111010 |
Color Harmonies of #E73F8D
Complementary color
Monochromatic Colors of #E73F8D
Black with #E73F8D
Text Example
Text Example
White with #E73F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F8D; }
p { color: rgb(231,63,141); }
H1.HeaderClassName
{
color: #E73F8D;
}
.AnyTagClassName
{
color: #E73F8D;
}
</style>
background-color css
<style>
a { background-color: #E73F8D; }
a { background-color: rgb(231,63,141); }
div.DivClassName
{
background-color: #E73F8D;
}
.BgClassName
{
background-color: #E73F8D;
}
</style>
border-color css
<style>
span { border-color: #E73F8D; }
span { border-color: rgb(231,63,141); }
td.TdClassName
{
border-color: #E73F8D;
}
.TagClassName
{
border-color: #E73F8D;
}
</style>