Shades of Violet Red #E54499
Tints of Violet Red #E54499
RGB
CMYK
RGB Variations
Color information
#E54499 (or 0xE54499) is known color: Violet Red. HEX triplet: E5, 44 and 99. RGB value is (229,68,153). Sum of RGB (Red+Green+Blue) = 229+68+153=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E54499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54499 is #1ABB66. Grayscale: #7D7D7D. Windows color (decimal): -1751911 or 10044645. OLE color: 10044645.
HSL color Cylindrical-coordinate representation of color #E54499: hue angle of 328.32º degrees, saturation: 0.76, 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 #E54499 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 153 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.10 |
| HSL | 328.32º | 0.76% | 0.58% | - |
| HSV(B) | 328.32º | 0.7% | 0.9% | - |
| XYZ | 40.13 | 23.09 | 32.48 | - |
| YUV | 125.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 153 | 0 | 0.70 | 0.33 | 0.10 | 328.32 | 0.76 | 0.58 |
| Hex | E5 | 44 | 99 | 0 | 46 | 21 | A | 148 | 4C | 3A |
| Octal | 345 | 104 | 231 | 0 | 106 | 41 | 12 | 510 | 114 | 72 |
| Binary | 11100101 | 1000100 | 10011001 | 0 | 1000110 | 100001 | 1010 | 101001000 | 1001100 | 111010 |
Color Harmonies of #E54499
Complementary color
Monochromatic Colors of #E54499
Black with #E54499
Text Example
Text Example
White with #E54499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54499; }
p { color: rgb(229,68,153); }
H1.HeaderClassName
{
color: #E54499;
}
.AnyTagClassName
{
color: #E54499;
}
</style>
background-color css
<style>
a { background-color: #E54499; }
a { background-color: rgb(229,68,153); }
div.DivClassName
{
background-color: #E54499;
}
.BgClassName
{
background-color: #E54499;
}
</style>
border-color css
<style>
span { border-color: #E54499; }
span { border-color: rgb(229,68,153); }
td.TdClassName
{
border-color: #E54499;
}
.TagClassName
{
border-color: #E54499;
}
</style>