Shades of Violet Red #E94690
Tints of Violet Red #E94690
RGB
CMYK
RGB Variations
Color information
#E94690 (or 0xE94690) is known color: Violet Red. HEX triplet: E9, 46 and 90. RGB value is (233,70,144). Sum of RGB (Red+Green+Blue) = 233+70+144=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E94690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94690 is #16B96F. Grayscale: #7F7F7F. Windows color (decimal): -1489264 or 9455337. OLE color: 9455337.
HSL color Cylindrical-coordinate representation of color #E94690: hue angle of 332.76º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94690 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 144 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.09 |
| HSL | 332.76º | 0.79% | 0.59% | - |
| HSV(B) | 332.76º | 0.7% | 0.91% | - |
| XYZ | 40.83 | 23.72 | 28.81 | - |
| YUV | 127.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 144 | 0 | 0.70 | 0.38 | 0.09 | 332.76 | 0.79 | 0.59 |
| Hex | E9 | 46 | 90 | 0 | 46 | 26 | 9 | 14D | 4F | 3B |
| Octal | 351 | 106 | 220 | 0 | 106 | 46 | 11 | 515 | 117 | 73 |
| Binary | 11101001 | 1000110 | 10010000 | 0 | 1000110 | 100110 | 1001 | 101001101 | 1001111 | 111011 |
Color Harmonies of #E94690
Complementary color
Monochromatic Colors of #E94690
Black with #E94690
Text Example
Text Example
White with #E94690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94690; }
p { color: rgb(233,70,144); }
H1.HeaderClassName
{
color: #E94690;
}
.AnyTagClassName
{
color: #E94690;
}
</style>
background-color css
<style>
a { background-color: #E94690; }
a { background-color: rgb(233,70,144); }
div.DivClassName
{
background-color: #E94690;
}
.BgClassName
{
background-color: #E94690;
}
</style>
border-color css
<style>
span { border-color: #E94690; }
span { border-color: rgb(233,70,144); }
td.TdClassName
{
border-color: #E94690;
}
.TagClassName
{
border-color: #E94690;
}
</style>