Shades of Violet Red #E94293
Tints of Violet Red #E94293
RGB
CMYK
RGB Variations
Color information
#E94293 (or 0xE94293) is known color: Violet Red. HEX triplet: E9, 42 and 93. RGB value is (233,66,147). Sum of RGB (Red+Green+Blue) = 233+66+147=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E94293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94293 is #16BD6C. Grayscale: #7D7D7D. Windows color (decimal): -1490285 or 9650921. OLE color: 9650921.
HSL color Cylindrical-coordinate representation of color #E94293: hue angle of 330.9º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94293 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 147 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.09 |
| HSL | 330.9º | 0.79% | 0.59% | - |
| HSV(B) | 330.9º | 0.72% | 0.91% | - |
| XYZ | 40.82 | 23.33 | 29.95 | - |
| YUV | 125.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 147 | 0 | 0.72 | 0.37 | 0.09 | 330.9 | 0.79 | 0.59 |
| Hex | E9 | 42 | 93 | 0 | 48 | 25 | 9 | 14B | 4F | 3B |
| Octal | 351 | 102 | 223 | 0 | 110 | 45 | 11 | 513 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10010011 | 0 | 1001000 | 100101 | 1001 | 101001011 | 1001111 | 111011 |
Color Harmonies of #E94293
Complementary color
Monochromatic Colors of #E94293
Black with #E94293
Text Example
Text Example
White with #E94293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94293; }
p { color: rgb(233,66,147); }
H1.HeaderClassName
{
color: #E94293;
}
.AnyTagClassName
{
color: #E94293;
}
</style>
background-color css
<style>
a { background-color: #E94293; }
a { background-color: rgb(233,66,147); }
div.DivClassName
{
background-color: #E94293;
}
.BgClassName
{
background-color: #E94293;
}
</style>
border-color css
<style>
span { border-color: #E94293; }
span { border-color: rgb(233,66,147); }
td.TdClassName
{
border-color: #E94293;
}
.TagClassName
{
border-color: #E94293;
}
</style>