Shades of Violet Red #E94097
Tints of Violet Red #E94097
RGB
CMYK
RGB Variations
Color information
#E94097 (or 0xE94097) is known color: Violet Red. HEX triplet: E9, 40 and 97. RGB value is (233,64,151). Sum of RGB (Red+Green+Blue) = 233+64+151=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E94097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94097 is #16BF68. Grayscale: #7C7C7C. Windows color (decimal): -1490793 or 9912553. OLE color: 9912553.
HSL color Cylindrical-coordinate representation of color #E94097: hue angle of 329.11º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94097 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 151 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.09 |
| HSL | 329.11º | 0.79% | 0.58% | - |
| HSV(B) | 329.11º | 0.73% | 0.91% | - |
| XYZ | 41.02 | 23.22 | 31.6 | - |
| YUV | 124.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 151 | 0 | 0.73 | 0.35 | 0.09 | 329.11 | 0.79 | 0.58 |
| Hex | E9 | 40 | 97 | 0 | 49 | 23 | 9 | 149 | 4F | 3A |
| Octal | 351 | 100 | 227 | 0 | 111 | 43 | 11 | 511 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10010111 | 0 | 1001001 | 100011 | 1001 | 101001001 | 1001111 | 111010 |
Color Harmonies of #E94097
Complementary color
Monochromatic Colors of #E94097
Black with #E94097
Text Example
Text Example
White with #E94097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94097; }
p { color: rgb(233,64,151); }
H1.HeaderClassName
{
color: #E94097;
}
.AnyTagClassName
{
color: #E94097;
}
</style>
background-color css
<style>
a { background-color: #E94097; }
a { background-color: rgb(233,64,151); }
div.DivClassName
{
background-color: #E94097;
}
.BgClassName
{
background-color: #E94097;
}
</style>
border-color css
<style>
span { border-color: #E94097; }
span { border-color: rgb(233,64,151); }
td.TdClassName
{
border-color: #E94097;
}
.TagClassName
{
border-color: #E94097;
}
</style>