Shades of Violet Red #E54289
Tints of Violet Red #E54289
RGB
CMYK
RGB Variations
Color information
#E54289 (or 0xE54289) is known color: Violet Red. HEX triplet: E5, 42 and 89. RGB value is (229,66,137). Sum of RGB (Red+Green+Blue) = 229+66+137=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E54289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54289 is #1ABD76. Grayscale: #7A7A7A. Windows color (decimal): -1752439 or 8995557. OLE color: 8995557.
HSL color Cylindrical-coordinate representation of color #E54289: hue angle of 333.87º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54289 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 137 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.10 |
| HSL | 333.87º | 0.76% | 0.58% | - |
| HSV(B) | 333.87º | 0.71% | 0.9% | - |
| XYZ | 38.78 | 22.36 | 25.94 | - |
| YUV | 122.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 137 | 0 | 0.71 | 0.40 | 0.10 | 333.87 | 0.76 | 0.58 |
| Hex | E5 | 42 | 89 | 0 | 47 | 28 | A | 14E | 4C | 3A |
| Octal | 345 | 102 | 211 | 0 | 107 | 50 | 12 | 516 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10001001 | 0 | 1000111 | 101000 | 1010 | 101001110 | 1001100 | 111010 |
Color Harmonies of #E54289
Complementary color
Monochromatic Colors of #E54289
Black with #E54289
Text Example
Text Example
White with #E54289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54289; }
p { color: rgb(229,66,137); }
H1.HeaderClassName
{
color: #E54289;
}
.AnyTagClassName
{
color: #E54289;
}
</style>
background-color css
<style>
a { background-color: #E54289; }
a { background-color: rgb(229,66,137); }
div.DivClassName
{
background-color: #E54289;
}
.BgClassName
{
background-color: #E54289;
}
</style>
border-color css
<style>
span { border-color: #E54289; }
span { border-color: rgb(229,66,137); }
td.TdClassName
{
border-color: #E54289;
}
.TagClassName
{
border-color: #E54289;
}
</style>