Shades of Violet Red #E74080
Tints of Violet Red #E74080
RGB
CMYK
RGB Variations
Color information
#E74080 (or 0xE74080) is known color: Violet Red. HEX triplet: E7, 40 and 80. RGB value is (231,64,128). Sum of RGB (Red+Green+Blue) = 231+64+128=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E74080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74080 is #18BF7F. Grayscale: #797979. Windows color (decimal): -1621888 or 8405223. OLE color: 8405223.
HSL color Cylindrical-coordinate representation of color #E74080: hue angle of 337.01º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74080 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 128 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.09 |
| HSL | 337.01º | 0.78% | 0.58% | - |
| HSV(B) | 337.01º | 0.72% | 0.91% | - |
| XYZ | 38.68 | 22.21 | 22.67 | - |
| YUV | 121.23 | 131.83 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 128 | 0 | 0.72 | 0.45 | 0.09 | 337.01 | 0.78 | 0.58 |
| Hex | E7 | 40 | 80 | 0 | 48 | 2D | 9 | 151 | 4E | 3A |
| Octal | 347 | 100 | 200 | 0 | 110 | 55 | 11 | 521 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10000000 | 0 | 1001000 | 101101 | 1001 | 101010001 | 1001110 | 111010 |
Color Harmonies of #E74080
Complementary color
Monochromatic Colors of #E74080
Black with #E74080
Text Example
Text Example
White with #E74080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74080; }
p { color: rgb(231,64,128); }
H1.HeaderClassName
{
color: #E74080;
}
.AnyTagClassName
{
color: #E74080;
}
</style>
background-color css
<style>
a { background-color: #E74080; }
a { background-color: rgb(231,64,128); }
div.DivClassName
{
background-color: #E74080;
}
.BgClassName
{
background-color: #E74080;
}
</style>
border-color css
<style>
span { border-color: #E74080; }
span { border-color: rgb(231,64,128); }
td.TdClassName
{
border-color: #E74080;
}
.TagClassName
{
border-color: #E74080;
}
</style>