Shades of Violet Red #E73E7F
Tints of Violet Red #E73E7F
RGB
CMYK
RGB Variations
Color information
#E73E7F (or 0xE73E7F) is known color: Violet Red. HEX triplet: E7, 3E and 7F. RGB value is (231,62,127). Sum of RGB (Red+Green+Blue) = 231+62+127=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E73E7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73E7F is #18C180. Grayscale: #777777. Windows color (decimal): -1622401 or 8339175. OLE color: 8339175.
HSL color Cylindrical-coordinate representation of color #E73E7F: hue angle of 336.92º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73E7F is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 62 | 127 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.09 |
| HSL | 336.92º | 0.78% | 0.57% | - |
| HSV(B) | 336.92º | 0.73% | 0.91% | - |
| XYZ | 38.51 | 21.97 | 22.29 | - |
| YUV | 119.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 62 | 127 | 0 | 0.73 | 0.45 | 0.09 | 336.92 | 0.78 | 0.57 |
| Hex | E7 | 3E | 7F | 0 | 49 | 2D | 9 | 151 | 4E | 39 |
| Octal | 347 | 76 | 177 | 0 | 111 | 55 | 11 | 521 | 116 | 71 |
| Binary | 11100111 | 111110 | 1111111 | 0 | 1001001 | 101101 | 1001 | 101010001 | 1001110 | 111001 |
Color Harmonies of #E73E7F
Complementary color
Monochromatic Colors of #E73E7F
Black with #E73E7F
Text Example
Text Example
White with #E73E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73E7F; }
p { color: rgb(231,62,127); }
H1.HeaderClassName
{
color: #E73E7F;
}
.AnyTagClassName
{
color: #E73E7F;
}
</style>
background-color css
<style>
a { background-color: #E73E7F; }
a { background-color: rgb(231,62,127); }
div.DivClassName
{
background-color: #E73E7F;
}
.BgClassName
{
background-color: #E73E7F;
}
</style>
border-color css
<style>
span { border-color: #E73E7F; }
span { border-color: rgb(231,62,127); }
td.TdClassName
{
border-color: #E73E7F;
}
.TagClassName
{
border-color: #E73E7F;
}
</style>