Shades of Violet Red #E94181
Tints of Violet Red #E94181
RGB
CMYK
RGB Variations
Color information
#E94181 (or 0xE94181) is known color: Violet Red. HEX triplet: E9, 41 and 81. RGB value is (233,65,129). Sum of RGB (Red+Green+Blue) = 233+65+129=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E94181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94181 is #16BE7E. Grayscale: #7A7A7A. Windows color (decimal): -1490559 or 8471017. OLE color: 8471017.
HSL color Cylindrical-coordinate representation of color #E94181: hue angle of 337.14º 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 #E94181 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 129 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.09 |
| HSL | 337.14º | 0.79% | 0.58% | - |
| HSV(B) | 337.14º | 0.72% | 0.91% | - |
| XYZ | 39.46 | 22.69 | 23.07 | - |
| YUV | 122.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 129 | 0 | 0.72 | 0.45 | 0.09 | 337.14 | 0.79 | 0.58 |
| Hex | E9 | 41 | 81 | 0 | 48 | 2D | 9 | 151 | 4F | 3A |
| Octal | 351 | 101 | 201 | 0 | 110 | 55 | 11 | 521 | 117 | 72 |
| Binary | 11101001 | 1000001 | 10000001 | 0 | 1001000 | 101101 | 1001 | 101010001 | 1001111 | 111010 |
Color Harmonies of #E94181
Complementary color
Monochromatic Colors of #E94181
Black with #E94181
Text Example
Text Example
White with #E94181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94181; }
p { color: rgb(233,65,129); }
H1.HeaderClassName
{
color: #E94181;
}
.AnyTagClassName
{
color: #E94181;
}
</style>
background-color css
<style>
a { background-color: #E94181; }
a { background-color: rgb(233,65,129); }
div.DivClassName
{
background-color: #E94181;
}
.BgClassName
{
background-color: #E94181;
}
</style>
border-color css
<style>
span { border-color: #E94181; }
span { border-color: rgb(233,65,129); }
td.TdClassName
{
border-color: #E94181;
}
.TagClassName
{
border-color: #E94181;
}
</style>