Shades of Violet Red #E54592
Tints of Violet Red #E54592
RGB
CMYK
RGB Variations
Color information
#E54592 (or 0xE54592) is known color: Violet Red. HEX triplet: E5, 45 and 92. RGB value is (229,69,146). Sum of RGB (Red+Green+Blue) = 229+69+146=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E54592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54592 is #1ABA6D. Grayscale: #7D7D7D. Windows color (decimal): -1751662 or 9586149. OLE color: 9586149.
HSL color Cylindrical-coordinate representation of color #E54592: hue angle of 331.12º 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 #E54592 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 146 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.10 |
| HSL | 331.13º | 0.75% | 0.58% | - |
| HSV(B) | 331.13º | 0.7% | 0.9% | - |
| XYZ | 39.63 | 22.99 | 29.54 | - |
| YUV | 125.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 146 | 0 | 0.70 | 0.36 | 0.10 | 331.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | 92 | 0 | 46 | 24 | A | 14B | 4B | 3A |
| Octal | 345 | 105 | 222 | 0 | 106 | 44 | 12 | 513 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10010010 | 0 | 1000110 | 100100 | 1010 | 101001011 | 1001011 | 111010 |
Color Harmonies of #E54592
Complementary color
Monochromatic Colors of #E54592
Black with #E54592
Text Example
Text Example
White with #E54592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54592; }
p { color: rgb(229,69,146); }
H1.HeaderClassName
{
color: #E54592;
}
.AnyTagClassName
{
color: #E54592;
}
</style>
background-color css
<style>
a { background-color: #E54592; }
a { background-color: rgb(229,69,146); }
div.DivClassName
{
background-color: #E54592;
}
.BgClassName
{
background-color: #E54592;
}
</style>
border-color css
<style>
span { border-color: #E54592; }
span { border-color: rgb(229,69,146); }
td.TdClassName
{
border-color: #E54592;
}
.TagClassName
{
border-color: #E54592;
}
</style>