Shades of Violet Red #E94699
Tints of Violet Red #E94699
RGB
CMYK
RGB Variations
Color information
#E94699 (or 0xE94699) is known color: Violet Red. HEX triplet: E9, 46 and 99. RGB value is (233,70,153). Sum of RGB (Red+Green+Blue) = 233+70+153=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E94699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94699 is #16B966. Grayscale: #808080. Windows color (decimal): -1489255 or 10045161. OLE color: 10045161.
HSL color Cylindrical-coordinate representation of color #E94699: hue angle of 329.45º 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 #E94699 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 153 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.09 |
| HSL | 329.45º | 0.79% | 0.59% | - |
| HSV(B) | 329.45º | 0.7% | 0.91% | - |
| XYZ | 41.54 | 24 | 32.58 | - |
| YUV | 128.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 153 | 0 | 0.70 | 0.34 | 0.09 | 329.45 | 0.79 | 0.59 |
| Hex | E9 | 46 | 99 | 0 | 46 | 22 | 9 | 149 | 4F | 3B |
| Octal | 351 | 106 | 231 | 0 | 106 | 42 | 11 | 511 | 117 | 73 |
| Binary | 11101001 | 1000110 | 10011001 | 0 | 1000110 | 100010 | 1001 | 101001001 | 1001111 | 111011 |
Color Harmonies of #E94699
Complementary color
Monochromatic Colors of #E94699
Black with #E94699
Text Example
Text Example
White with #E94699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94699; }
p { color: rgb(233,70,153); }
H1.HeaderClassName
{
color: #E94699;
}
.AnyTagClassName
{
color: #E94699;
}
</style>
background-color css
<style>
a { background-color: #E94699; }
a { background-color: rgb(233,70,153); }
div.DivClassName
{
background-color: #E94699;
}
.BgClassName
{
background-color: #E94699;
}
</style>
border-color css
<style>
span { border-color: #E94699; }
span { border-color: rgb(233,70,153); }
td.TdClassName
{
border-color: #E94699;
}
.TagClassName
{
border-color: #E94699;
}
</style>