Shades of Violet Red #E74180
Tints of Violet Red #E74180
RGB
CMYK
RGB Variations
Color information
#E74180 (or 0xE74180) is known color: Violet Red. HEX triplet: E7, 41 and 80. RGB value is (231,65,128). Sum of RGB (Red+Green+Blue) = 231+65+128=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E74180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74180 is #18BE7F. Grayscale: #797979. Windows color (decimal): -1621632 or 8405479. OLE color: 8405479.
HSL color Cylindrical-coordinate representation of color #E74180: hue angle of 337.23º 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 #E74180 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 128 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.09 |
| HSL | 337.23º | 0.78% | 0.58% | - |
| HSV(B) | 337.23º | 0.72% | 0.91% | - |
| XYZ | 38.74 | 22.33 | 22.69 | - |
| YUV | 121.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 128 | 0 | 0.72 | 0.45 | 0.09 | 337.23 | 0.78 | 0.58 |
| Hex | E7 | 41 | 80 | 0 | 48 | 2D | 9 | 151 | 4E | 3A |
| Octal | 347 | 101 | 200 | 0 | 110 | 55 | 11 | 521 | 116 | 72 |
| Binary | 11100111 | 1000001 | 10000000 | 0 | 1001000 | 101101 | 1001 | 101010001 | 1001110 | 111010 |
Color Harmonies of #E74180
Complementary color
Monochromatic Colors of #E74180
Black with #E74180
Text Example
Text Example
White with #E74180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74180; }
p { color: rgb(231,65,128); }
H1.HeaderClassName
{
color: #E74180;
}
.AnyTagClassName
{
color: #E74180;
}
</style>
background-color css
<style>
a { background-color: #E74180; }
a { background-color: rgb(231,65,128); }
div.DivClassName
{
background-color: #E74180;
}
.BgClassName
{
background-color: #E74180;
}
</style>
border-color css
<style>
span { border-color: #E74180; }
span { border-color: rgb(231,65,128); }
td.TdClassName
{
border-color: #E74180;
}
.TagClassName
{
border-color: #E74180;
}
</style>