Shades of Violet Red #E94183
Tints of Violet Red #E94183
RGB
CMYK
RGB Variations
Color information
#E94183 (or 0xE94183) is known color: Violet Red. HEX triplet: E9, 41 and 83. RGB value is (233,65,131). Sum of RGB (Red+Green+Blue) = 233+65+131=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E94183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94183 is #16BE7C. Grayscale: #7A7A7A. Windows color (decimal): -1490557 or 8602089. OLE color: 8602089.
HSL color Cylindrical-coordinate representation of color #E94183: hue angle of 336.43º 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 #E94183 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 131 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.09 |
| HSL | 336.43º | 0.79% | 0.58% | - |
| HSV(B) | 336.43º | 0.72% | 0.91% | - |
| XYZ | 39.59 | 22.74 | 23.78 | - |
| YUV | 122.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 131 | 0 | 0.72 | 0.44 | 0.09 | 336.43 | 0.79 | 0.58 |
| Hex | E9 | 41 | 83 | 0 | 48 | 2C | 9 | 150 | 4F | 3A |
| Octal | 351 | 101 | 203 | 0 | 110 | 54 | 11 | 520 | 117 | 72 |
| Binary | 11101001 | 1000001 | 10000011 | 0 | 1001000 | 101100 | 1001 | 101010000 | 1001111 | 111010 |
Color Harmonies of #E94183
Complementary color
Monochromatic Colors of #E94183
Black with #E94183
Text Example
Text Example
White with #E94183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94183; }
p { color: rgb(233,65,131); }
H1.HeaderClassName
{
color: #E94183;
}
.AnyTagClassName
{
color: #E94183;
}
</style>
background-color css
<style>
a { background-color: #E94183; }
a { background-color: rgb(233,65,131); }
div.DivClassName
{
background-color: #E94183;
}
.BgClassName
{
background-color: #E94183;
}
</style>
border-color css
<style>
span { border-color: #E94183; }
span { border-color: rgb(233,65,131); }
td.TdClassName
{
border-color: #E94183;
}
.TagClassName
{
border-color: #E94183;
}
</style>