Shades of Violet Red #E94384
Tints of Violet Red #E94384
RGB
CMYK
RGB Variations
Color information
#E94384 (or 0xE94384) is known color: Violet Red. HEX triplet: E9, 43 and 84. RGB value is (233,67,132). Sum of RGB (Red+Green+Blue) = 233+67+132=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E94384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94384 is #16BC7B. Grayscale: #7B7B7B. Windows color (decimal): -1490044 or 8668137. OLE color: 8668137.
HSL color Cylindrical-coordinate representation of color #E94384: hue angle of 336.51º 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 #E94384 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 132 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.09 |
| HSL | 336.51º | 0.79% | 0.59% | - |
| HSV(B) | 336.51º | 0.71% | 0.91% | - |
| XYZ | 39.78 | 23 | 24.17 | - |
| YUV | 124.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 132 | 0 | 0.71 | 0.43 | 0.09 | 336.51 | 0.79 | 0.59 |
| Hex | E9 | 43 | 84 | 0 | 47 | 2B | 9 | 151 | 4F | 3B |
| Octal | 351 | 103 | 204 | 0 | 107 | 53 | 11 | 521 | 117 | 73 |
| Binary | 11101001 | 1000011 | 10000100 | 0 | 1000111 | 101011 | 1001 | 101010001 | 1001111 | 111011 |
Color Harmonies of #E94384
Complementary color
Monochromatic Colors of #E94384
Black with #E94384
Text Example
Text Example
White with #E94384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94384; }
p { color: rgb(233,67,132); }
H1.HeaderClassName
{
color: #E94384;
}
.AnyTagClassName
{
color: #E94384;
}
</style>
background-color css
<style>
a { background-color: #E94384; }
a { background-color: rgb(233,67,132); }
div.DivClassName
{
background-color: #E94384;
}
.BgClassName
{
background-color: #E94384;
}
</style>
border-color css
<style>
span { border-color: #E94384; }
span { border-color: rgb(233,67,132); }
td.TdClassName
{
border-color: #E94384;
}
.TagClassName
{
border-color: #E94384;
}
</style>