Shades of Violet Red #E74293
Tints of Violet Red #E74293
RGB
CMYK
RGB Variations
Color information
#E74293 (or 0xE74293) is known color: Violet Red. HEX triplet: E7, 42 and 93. RGB value is (231,66,147). Sum of RGB (Red+Green+Blue) = 231+66+147=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E74293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74293 is #18BD6C. Grayscale: #7C7C7C. Windows color (decimal): -1621357 or 9650919. OLE color: 9650919.
HSL color Cylindrical-coordinate representation of color #E74293: hue angle of 330.55º 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 #E74293 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 147 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.09 |
| HSL | 330.55º | 0.77% | 0.58% | - |
| HSV(B) | 330.55º | 0.71% | 0.91% | - |
| XYZ | 40.17 | 22.99 | 29.92 | - |
| YUV | 124.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 147 | 0 | 0.71 | 0.36 | 0.09 | 330.55 | 0.77 | 0.58 |
| Hex | E7 | 42 | 93 | 0 | 47 | 24 | 9 | 14B | 4D | 3A |
| Octal | 347 | 102 | 223 | 0 | 107 | 44 | 11 | 513 | 115 | 72 |
| Binary | 11100111 | 1000010 | 10010011 | 0 | 1000111 | 100100 | 1001 | 101001011 | 1001101 | 111010 |
Color Harmonies of #E74293
Complementary color
Monochromatic Colors of #E74293
Black with #E74293
Text Example
Text Example
White with #E74293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74293; }
p { color: rgb(231,66,147); }
H1.HeaderClassName
{
color: #E74293;
}
.AnyTagClassName
{
color: #E74293;
}
</style>
background-color css
<style>
a { background-color: #E74293; }
a { background-color: rgb(231,66,147); }
div.DivClassName
{
background-color: #E74293;
}
.BgClassName
{
background-color: #E74293;
}
</style>
border-color css
<style>
span { border-color: #E74293; }
span { border-color: rgb(231,66,147); }
td.TdClassName
{
border-color: #E74293;
}
.TagClassName
{
border-color: #E74293;
}
</style>