Shades of Violet Red #E54597
Tints of Violet Red #E54597
RGB
CMYK
RGB Variations
Color information
#E54597 (or 0xE54597) is known color: Violet Red. HEX triplet: E5, 45 and 97. RGB value is (229,69,151). Sum of RGB (Red+Green+Blue) = 229+69+151=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E54597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54597 is #1ABA68. Grayscale: #7E7E7E. Windows color (decimal): -1751657 or 9913829. OLE color: 9913829.
HSL color Cylindrical-coordinate representation of color #E54597: hue angle of 329.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54597 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 151 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.10 |
| HSL | 329.25º | 0.75% | 0.58% | - |
| HSV(B) | 329.25º | 0.7% | 0.9% | - |
| XYZ | 40.03 | 23.15 | 31.64 | - |
| YUV | 126.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 151 | 0 | 0.70 | 0.34 | 0.10 | 329.25 | 0.75 | 0.58 |
| Hex | E5 | 45 | 97 | 0 | 46 | 22 | A | 149 | 4B | 3A |
| Octal | 345 | 105 | 227 | 0 | 106 | 42 | 12 | 511 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10010111 | 0 | 1000110 | 100010 | 1010 | 101001001 | 1001011 | 111010 |
Color Harmonies of #E54597
Complementary color
Monochromatic Colors of #E54597
Black with #E54597
Text Example
Text Example
White with #E54597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54597; }
p { color: rgb(229,69,151); }
H1.HeaderClassName
{
color: #E54597;
}
.AnyTagClassName
{
color: #E54597;
}
</style>
background-color css
<style>
a { background-color: #E54597; }
a { background-color: rgb(229,69,151); }
div.DivClassName
{
background-color: #E54597;
}
.BgClassName
{
background-color: #E54597;
}
</style>
border-color css
<style>
span { border-color: #E54597; }
span { border-color: rgb(229,69,151); }
td.TdClassName
{
border-color: #E54597;
}
.TagClassName
{
border-color: #E54597;
}
</style>