Shades of Violet Red #E74291
Tints of Violet Red #E74291
RGB
CMYK
RGB Variations
Color information
#E74291 (or 0xE74291) is known color: Violet Red. HEX triplet: E7, 42 and 91. RGB value is (231,66,145). Sum of RGB (Red+Green+Blue) = 231+66+145=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E74291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74291 is #18BD6E. Grayscale: #7C7C7C. Windows color (decimal): -1621359 or 9519847. OLE color: 9519847.
HSL color Cylindrical-coordinate representation of color #E74291: hue angle of 331.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74291 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 145 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.09 |
| HSL | 331.27º | 0.77% | 0.58% | - |
| HSV(B) | 331.27º | 0.71% | 0.91% | - |
| XYZ | 40.01 | 22.93 | 29.1 | - |
| YUV | 124.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 145 | 0 | 0.71 | 0.37 | 0.09 | 331.27 | 0.77 | 0.58 |
| Hex | E7 | 42 | 91 | 0 | 47 | 25 | 9 | 14B | 4D | 3A |
| Octal | 347 | 102 | 221 | 0 | 107 | 45 | 11 | 513 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10010001 | 0 | 1000111 | 100101 | 1001 | 101001011 | 1001101 | 111010 |
Color Harmonies of #E74291
Complementary color
Monochromatic Colors of #E74291
Black with #E74291
Text Example
Text Example
White with #E74291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74291; }
p { color: rgb(231,66,145); }
H1.HeaderClassName
{
color: #E74291;
}
.AnyTagClassName
{
color: #E74291;
}
</style>
background-color css
<style>
a { background-color: #E74291; }
a { background-color: rgb(231,66,145); }
div.DivClassName
{
background-color: #E74291;
}
.BgClassName
{
background-color: #E74291;
}
</style>
border-color css
<style>
span { border-color: #E74291; }
span { border-color: rgb(231,66,145); }
td.TdClassName
{
border-color: #E74291;
}
.TagClassName
{
border-color: #E74291;
}
</style>