Shades of Violet Red #E73F7E
Tints of Violet Red #E73F7E
RGB
CMYK
RGB Variations
Color information
#E73F7E (or 0xE73F7E) is known color: Violet Red. HEX triplet: E7, 3F and 7E. RGB value is (231,63,126). Sum of RGB (Red+Green+Blue) = 231+63+126=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73F7E is #18C081. Grayscale: #787878. Windows color (decimal): -1622146 or 8273895. OLE color: 8273895.
HSL color Cylindrical-coordinate representation of color #E73F7E: hue angle of 337.5º 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 #E73F7E is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 126 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.09 |
| HSL | 337.5º | 0.78% | 0.58% | - |
| HSV(B) | 337.5º | 0.73% | 0.91% | - |
| XYZ | 38.5 | 22.05 | 21.97 | - |
| YUV | 120.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 126 | 0 | 0.73 | 0.45 | 0.09 | 337.5 | 0.78 | 0.58 |
| Hex | E7 | 3F | 7E | 0 | 49 | 2D | 9 | 152 | 4E | 3A |
| Octal | 347 | 77 | 176 | 0 | 111 | 55 | 11 | 522 | 116 | 72 |
| Binary | 11100111 | 111111 | 1111110 | 0 | 1001001 | 101101 | 1001 | 101010010 | 1001110 | 111010 |
Color Harmonies of #E73F7E
Complementary color
Monochromatic Colors of #E73F7E
Black with #E73F7E
Text Example
Text Example
White with #E73F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F7E; }
p { color: rgb(231,63,126); }
H1.HeaderClassName
{
color: #E73F7E;
}
.AnyTagClassName
{
color: #E73F7E;
}
</style>
background-color css
<style>
a { background-color: #E73F7E; }
a { background-color: rgb(231,63,126); }
div.DivClassName
{
background-color: #E73F7E;
}
.BgClassName
{
background-color: #E73F7E;
}
</style>
border-color css
<style>
span { border-color: #E73F7E; }
span { border-color: rgb(231,63,126); }
td.TdClassName
{
border-color: #E73F7E;
}
.TagClassName
{
border-color: #E73F7E;
}
</style>