Shades of Violet Red #E74294
Tints of Violet Red #E74294
RGB
CMYK
RGB Variations
Color information
#E74294 (or 0xE74294) is known color: Violet Red. HEX triplet: E7, 42 and 94. RGB value is (231,66,148). Sum of RGB (Red+Green+Blue) = 231+66+148=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E74294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74294 is #18BD6B. Grayscale: #7C7C7C. Windows color (decimal): -1621356 or 9716455. OLE color: 9716455.
HSL color Cylindrical-coordinate representation of color #E74294: hue angle of 330.18º 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 #E74294 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 148 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.09 |
| HSL | 330.18º | 0.77% | 0.58% | - |
| HSV(B) | 330.18º | 0.71% | 0.91% | - |
| XYZ | 40.25 | 23.02 | 30.34 | - |
| YUV | 124.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 148 | 0 | 0.71 | 0.36 | 0.09 | 330.18 | 0.77 | 0.58 |
| Hex | E7 | 42 | 94 | 0 | 47 | 24 | 9 | 14A | 4D | 3A |
| Octal | 347 | 102 | 224 | 0 | 107 | 44 | 11 | 512 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10010100 | 0 | 1000111 | 100100 | 1001 | 101001010 | 1001101 | 111010 |
Color Harmonies of #E74294
Complementary color
Monochromatic Colors of #E74294
Black with #E74294
Text Example
Text Example
White with #E74294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74294; }
p { color: rgb(231,66,148); }
H1.HeaderClassName
{
color: #E74294;
}
.AnyTagClassName
{
color: #E74294;
}
</style>
background-color css
<style>
a { background-color: #E74294; }
a { background-color: rgb(231,66,148); }
div.DivClassName
{
background-color: #E74294;
}
.BgClassName
{
background-color: #E74294;
}
</style>
border-color css
<style>
span { border-color: #E74294; }
span { border-color: rgb(231,66,148); }
td.TdClassName
{
border-color: #E74294;
}
.TagClassName
{
border-color: #E74294;
}
</style>