Shades of Violet Red #E94189
Tints of Violet Red #E94189
RGB
CMYK
RGB Variations
Color information
#E94189 (or 0xE94189) is known color: Violet Red. HEX triplet: E9, 41 and 89. RGB value is (233,65,137). Sum of RGB (Red+Green+Blue) = 233+65+137=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E94189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94189 is #16BE76. Grayscale: #7B7B7B. Windows color (decimal): -1490551 or 8995305. OLE color: 8995305.
HSL color Cylindrical-coordinate representation of color #E94189: hue angle of 334.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94189 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 137 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.09 |
| HSL | 334.29º | 0.79% | 0.58% | - |
| HSV(B) | 334.29º | 0.72% | 0.91% | - |
| XYZ | 40.01 | 22.91 | 25.98 | - |
| YUV | 123.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 137 | 0 | 0.72 | 0.41 | 0.09 | 334.29 | 0.79 | 0.58 |
| Hex | E9 | 41 | 89 | 0 | 48 | 29 | 9 | 14E | 4F | 3A |
| Octal | 351 | 101 | 211 | 0 | 110 | 51 | 11 | 516 | 117 | 72 |
| Binary | 11101001 | 1000001 | 10001001 | 0 | 1001000 | 101001 | 1001 | 101001110 | 1001111 | 111010 |
Color Harmonies of #E94189
Complementary color
Monochromatic Colors of #E94189
Black with #E94189
Text Example
Text Example
White with #E94189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94189; }
p { color: rgb(233,65,137); }
H1.HeaderClassName
{
color: #E94189;
}
.AnyTagClassName
{
color: #E94189;
}
</style>
background-color css
<style>
a { background-color: #E94189; }
a { background-color: rgb(233,65,137); }
div.DivClassName
{
background-color: #E94189;
}
.BgClassName
{
background-color: #E94189;
}
</style>
border-color css
<style>
span { border-color: #E94189; }
span { border-color: rgb(233,65,137); }
td.TdClassName
{
border-color: #E94189;
}
.TagClassName
{
border-color: #E94189;
}
</style>