Shades of Violet Red #E94385
Tints of Violet Red #E94385
RGB
CMYK
RGB Variations
Color information
#E94385 (or 0xE94385) is known color: Violet Red. HEX triplet: E9, 43 and 85. RGB value is (233,67,133). Sum of RGB (Red+Green+Blue) = 233+67+133=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E94385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94385 is #16BC7A. Grayscale: #7C7C7C. Windows color (decimal): -1490043 or 8733673. OLE color: 8733673.
HSL color Cylindrical-coordinate representation of color #E94385: hue angle of 336.14º 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 #E94385 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 133 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.09 |
| HSL | 336.14º | 0.79% | 0.59% | - |
| HSV(B) | 336.14º | 0.71% | 0.91% | - |
| XYZ | 39.85 | 23.03 | 24.54 | - |
| YUV | 124.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 133 | 0 | 0.71 | 0.43 | 0.09 | 336.14 | 0.79 | 0.59 |
| Hex | E9 | 43 | 85 | 0 | 47 | 2B | 9 | 150 | 4F | 3B |
| Octal | 351 | 103 | 205 | 0 | 107 | 53 | 11 | 520 | 117 | 73 |
| Binary | 11101001 | 1000011 | 10000101 | 0 | 1000111 | 101011 | 1001 | 101010000 | 1001111 | 111011 |
Color Harmonies of #E94385
Complementary color
Monochromatic Colors of #E94385
Black with #E94385
Text Example
Text Example
White with #E94385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94385; }
p { color: rgb(233,67,133); }
H1.HeaderClassName
{
color: #E94385;
}
.AnyTagClassName
{
color: #E94385;
}
</style>
background-color css
<style>
a { background-color: #E94385; }
a { background-color: rgb(233,67,133); }
div.DivClassName
{
background-color: #E94385;
}
.BgClassName
{
background-color: #E94385;
}
</style>
border-color css
<style>
span { border-color: #E94385; }
span { border-color: rgb(233,67,133); }
td.TdClassName
{
border-color: #E94385;
}
.TagClassName
{
border-color: #E94385;
}
</style>