Shades of Violet Red #E74192
Tints of Violet Red #E74192
RGB
CMYK
RGB Variations
Color information
#E74192 (or 0xE74192) is known color: Violet Red. HEX triplet: E7, 41 and 92. RGB value is (231,65,146). Sum of RGB (Red+Green+Blue) = 231+65+146=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E74192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74192 is #18BE6D. Grayscale: #7B7B7B. Windows color (decimal): -1621614 or 9585127. OLE color: 9585127.
HSL color Cylindrical-coordinate representation of color #E74192: hue angle of 330.72º 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 #E74192 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 146 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.09 |
| HSL | 330.72º | 0.78% | 0.58% | - |
| HSV(B) | 330.72º | 0.72% | 0.91% | - |
| XYZ | 40.03 | 22.84 | 29.49 | - |
| YUV | 123.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 146 | 0 | 0.72 | 0.37 | 0.09 | 330.72 | 0.78 | 0.58 |
| Hex | E7 | 41 | 92 | 0 | 48 | 25 | 9 | 14B | 4E | 3A |
| Octal | 347 | 101 | 222 | 0 | 110 | 45 | 11 | 513 | 116 | 72 |
| Binary | 11100111 | 1000001 | 10010010 | 0 | 1001000 | 100101 | 1001 | 101001011 | 1001110 | 111010 |
Color Harmonies of #E74192
Complementary color
Monochromatic Colors of #E74192
Black with #E74192
Text Example
Text Example
White with #E74192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74192; }
p { color: rgb(231,65,146); }
H1.HeaderClassName
{
color: #E74192;
}
.AnyTagClassName
{
color: #E74192;
}
</style>
background-color css
<style>
a { background-color: #E74192; }
a { background-color: rgb(231,65,146); }
div.DivClassName
{
background-color: #E74192;
}
.BgClassName
{
background-color: #E74192;
}
</style>
border-color css
<style>
span { border-color: #E74192; }
span { border-color: rgb(231,65,146); }
td.TdClassName
{
border-color: #E74192;
}
.TagClassName
{
border-color: #E74192;
}
</style>