Shades of Violet Red #E94282
Tints of Violet Red #E94282
RGB
CMYK
RGB Variations
Color information
#E94282 (or 0xE94282) is known color: Violet Red. HEX triplet: E9, 42 and 82. RGB value is (233,66,130). Sum of RGB (Red+Green+Blue) = 233+66+130=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E94282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94282 is #16BD7D. Grayscale: #7B7B7B. Windows color (decimal): -1490302 or 8536809. OLE color: 8536809.
HSL color Cylindrical-coordinate representation of color #E94282: hue angle of 337.01º 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 #E94282 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 130 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.09 |
| HSL | 337.01º | 0.79% | 0.59% | - |
| HSV(B) | 337.01º | 0.72% | 0.91% | - |
| XYZ | 39.58 | 22.83 | 23.44 | - |
| YUV | 123.23 | 131.83 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 130 | 0 | 0.72 | 0.44 | 0.09 | 337.01 | 0.79 | 0.59 |
| Hex | E9 | 42 | 82 | 0 | 48 | 2C | 9 | 151 | 4F | 3B |
| Octal | 351 | 102 | 202 | 0 | 110 | 54 | 11 | 521 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10000010 | 0 | 1001000 | 101100 | 1001 | 101010001 | 1001111 | 111011 |
Color Harmonies of #E94282
Complementary color
Monochromatic Colors of #E94282
Black with #E94282
Text Example
Text Example
White with #E94282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94282; }
p { color: rgb(233,66,130); }
H1.HeaderClassName
{
color: #E94282;
}
.AnyTagClassName
{
color: #E94282;
}
</style>
background-color css
<style>
a { background-color: #E94282; }
a { background-color: rgb(233,66,130); }
div.DivClassName
{
background-color: #E94282;
}
.BgClassName
{
background-color: #E94282;
}
</style>
border-color css
<style>
span { border-color: #E94282; }
span { border-color: rgb(233,66,130); }
td.TdClassName
{
border-color: #E94282;
}
.TagClassName
{
border-color: #E94282;
}
</style>