Shades of Violet Red #E54389
Tints of Violet Red #E54389
RGB
CMYK
RGB Variations
Color information
#E54389 (or 0xE54389) is known color: Violet Red. HEX triplet: E5, 43 and 89. RGB value is (229,67,137). Sum of RGB (Red+Green+Blue) = 229+67+137=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E54389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54389 is #1ABC76. Grayscale: #7B7B7B. Windows color (decimal): -1752183 or 8995813. OLE color: 8995813.
HSL color Cylindrical-coordinate representation of color #E54389: hue angle of 334.07º 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 #E54389 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 137 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.10 |
| HSL | 334.07º | 0.76% | 0.58% | - |
| HSV(B) | 334.07º | 0.71% | 0.9% | - |
| XYZ | 38.84 | 22.48 | 25.96 | - |
| YUV | 123.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 137 | 0 | 0.71 | 0.40 | 0.10 | 334.07 | 0.76 | 0.58 |
| Hex | E5 | 43 | 89 | 0 | 47 | 28 | A | 14E | 4C | 3A |
| Octal | 345 | 103 | 211 | 0 | 107 | 50 | 12 | 516 | 114 | 72 |
| Binary | 11100101 | 1000011 | 10001001 | 0 | 1000111 | 101000 | 1010 | 101001110 | 1001100 | 111010 |
Color Harmonies of #E54389
Complementary color
Monochromatic Colors of #E54389
Black with #E54389
Text Example
Text Example
White with #E54389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54389; }
p { color: rgb(229,67,137); }
H1.HeaderClassName
{
color: #E54389;
}
.AnyTagClassName
{
color: #E54389;
}
</style>
background-color css
<style>
a { background-color: #E54389; }
a { background-color: rgb(229,67,137); }
div.DivClassName
{
background-color: #E54389;
}
.BgClassName
{
background-color: #E54389;
}
</style>
border-color css
<style>
span { border-color: #E54389; }
span { border-color: rgb(229,67,137); }
td.TdClassName
{
border-color: #E54389;
}
.TagClassName
{
border-color: #E54389;
}
</style>