Shades of Violet Red #E94691
Tints of Violet Red #E94691
RGB
CMYK
RGB Variations
Color information
#E94691 (or 0xE94691) is known color: Violet Red. HEX triplet: E9, 46 and 91. RGB value is (233,70,145). Sum of RGB (Red+Green+Blue) = 233+70+145=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E94691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94691 is #16B96E. Grayscale: #7F7F7F. Windows color (decimal): -1489263 or 9520873. OLE color: 9520873.
HSL color Cylindrical-coordinate representation of color #E94691: hue angle of 332.39º 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 #E94691 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 145 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.09 |
| HSL | 332.39º | 0.79% | 0.59% | - |
| HSV(B) | 332.39º | 0.7% | 0.91% | - |
| XYZ | 40.91 | 23.75 | 29.22 | - |
| YUV | 127.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 145 | 0 | 0.70 | 0.38 | 0.09 | 332.39 | 0.79 | 0.59 |
| Hex | E9 | 46 | 91 | 0 | 46 | 26 | 9 | 14C | 4F | 3B |
| Octal | 351 | 106 | 221 | 0 | 106 | 46 | 11 | 514 | 117 | 73 |
| Binary | 11101001 | 1000110 | 10010001 | 0 | 1000110 | 100110 | 1001 | 101001100 | 1001111 | 111011 |
Color Harmonies of #E94691
Complementary color
Monochromatic Colors of #E94691
Black with #E94691
Text Example
Text Example
White with #E94691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94691; }
p { color: rgb(233,70,145); }
H1.HeaderClassName
{
color: #E94691;
}
.AnyTagClassName
{
color: #E94691;
}
</style>
background-color css
<style>
a { background-color: #E94691; }
a { background-color: rgb(233,70,145); }
div.DivClassName
{
background-color: #E94691;
}
.BgClassName
{
background-color: #E94691;
}
</style>
border-color css
<style>
span { border-color: #E94691; }
span { border-color: rgb(233,70,145); }
td.TdClassName
{
border-color: #E94691;
}
.TagClassName
{
border-color: #E94691;
}
</style>