Shades of Violet Red #E94481
Tints of Violet Red #E94481
RGB
CMYK
RGB Variations
Color information
#E94481 (or 0xE94481) is known color: Violet Red. HEX triplet: E9, 44 and 81. RGB value is (233,68,129). Sum of RGB (Red+Green+Blue) = 233+68+129=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E94481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94481 is #16BB7E. Grayscale: #7C7C7C. Windows color (decimal): -1489791 or 8471785. OLE color: 8471785.
HSL color Cylindrical-coordinate representation of color #E94481: hue angle of 337.82º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94481 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 129 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.09 |
| HSL | 337.82º | 0.79% | 0.59% | - |
| HSV(B) | 337.82º | 0.71% | 0.91% | - |
| XYZ | 39.63 | 23.04 | 23.13 | - |
| YUV | 124.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 129 | 0 | 0.71 | 0.45 | 0.09 | 337.82 | 0.79 | 0.59 |
| Hex | E9 | 44 | 81 | 0 | 47 | 2D | 9 | 152 | 4F | 3B |
| Octal | 351 | 104 | 201 | 0 | 107 | 55 | 11 | 522 | 117 | 73 |
| Binary | 11101001 | 1000100 | 10000001 | 0 | 1000111 | 101101 | 1001 | 101010010 | 1001111 | 111011 |
Color Harmonies of #E94481
Complementary color
Monochromatic Colors of #E94481
Black with #E94481
Text Example
Text Example
White with #E94481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94481; }
p { color: rgb(233,68,129); }
H1.HeaderClassName
{
color: #E94481;
}
.AnyTagClassName
{
color: #E94481;
}
</style>
background-color css
<style>
a { background-color: #E94481; }
a { background-color: rgb(233,68,129); }
div.DivClassName
{
background-color: #E94481;
}
.BgClassName
{
background-color: #E94481;
}
</style>
border-color css
<style>
span { border-color: #E94481; }
span { border-color: rgb(233,68,129); }
td.TdClassName
{
border-color: #E94481;
}
.TagClassName
{
border-color: #E94481;
}
</style>