Shades of Violet Red #E73E85
Tints of Violet Red #E73E85
RGB
CMYK
RGB Variations
Color information
#E73E85 (or 0xE73E85) is known color: Violet Red. HEX triplet: E7, 3E and 85. RGB value is (231,62,133). Sum of RGB (Red+Green+Blue) = 231+62+133=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E73E85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73E85 is #18C17A. Grayscale: #787878. Windows color (decimal): -1622395 or 8732391. OLE color: 8732391.
HSL color Cylindrical-coordinate representation of color #E73E85: hue angle of 334.79º 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 #E73E85 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 62 | 133 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.09 |
| HSL | 334.79º | 0.78% | 0.57% | - |
| HSV(B) | 334.79º | 0.73% | 0.91% | - |
| XYZ | 38.91 | 22.13 | 24.41 | - |
| YUV | 120.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 62 | 133 | 0 | 0.73 | 0.42 | 0.09 | 334.79 | 0.78 | 0.57 |
| Hex | E7 | 3E | 85 | 0 | 49 | 2A | 9 | 14F | 4E | 39 |
| Octal | 347 | 76 | 205 | 0 | 111 | 52 | 11 | 517 | 116 | 71 |
| Binary | 11100111 | 111110 | 10000101 | 0 | 1001001 | 101010 | 1001 | 101001111 | 1001110 | 111001 |
Color Harmonies of #E73E85
Complementary color
Monochromatic Colors of #E73E85
Black with #E73E85
Text Example
Text Example
White with #E73E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73E85; }
p { color: rgb(231,62,133); }
H1.HeaderClassName
{
color: #E73E85;
}
.AnyTagClassName
{
color: #E73E85;
}
</style>
background-color css
<style>
a { background-color: #E73E85; }
a { background-color: rgb(231,62,133); }
div.DivClassName
{
background-color: #E73E85;
}
.BgClassName
{
background-color: #E73E85;
}
</style>
border-color css
<style>
span { border-color: #E73E85; }
span { border-color: rgb(231,62,133); }
td.TdClassName
{
border-color: #E73E85;
}
.TagClassName
{
border-color: #E73E85;
}
</style>