Shades of Violet Red #E94486
Tints of Violet Red #E94486
RGB
CMYK
RGB Variations
Color information
#E94486 (or 0xE94486) is known color: Violet Red. HEX triplet: E9, 44 and 86. RGB value is (233,68,134). Sum of RGB (Red+Green+Blue) = 233+68+134=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E94486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94486 is #16BB79. Grayscale: #7C7C7C. Windows color (decimal): -1489786 or 8799465. OLE color: 8799465.
HSL color Cylindrical-coordinate representation of color #E94486: hue angle of 336º 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 #E94486 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 134 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.09 |
| HSL | 336º | 0.79% | 0.59% | - |
| HSV(B) | 336º | 0.71% | 0.91% | - |
| XYZ | 39.97 | 23.18 | 24.92 | - |
| YUV | 124.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 134 | 0 | 0.71 | 0.42 | 0.09 | 336 | 0.79 | 0.59 |
| Hex | E9 | 44 | 86 | 0 | 47 | 2A | 9 | 150 | 4F | 3B |
| Octal | 351 | 104 | 206 | 0 | 107 | 52 | 11 | 520 | 117 | 73 |
| Binary | 11101001 | 1000100 | 10000110 | 0 | 1000111 | 101010 | 1001 | 101010000 | 1001111 | 111011 |
Color Harmonies of #E94486
Complementary color
Monochromatic Colors of #E94486
Black with #E94486
Text Example
Text Example
White with #E94486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94486; }
p { color: rgb(233,68,134); }
H1.HeaderClassName
{
color: #E94486;
}
.AnyTagClassName
{
color: #E94486;
}
</style>
background-color css
<style>
a { background-color: #E94486; }
a { background-color: rgb(233,68,134); }
div.DivClassName
{
background-color: #E94486;
}
.BgClassName
{
background-color: #E94486;
}
</style>
border-color css
<style>
span { border-color: #E94486; }
span { border-color: rgb(233,68,134); }
td.TdClassName
{
border-color: #E94486;
}
.TagClassName
{
border-color: #E94486;
}
</style>