Shades of Violet Red #E54399
Tints of Violet Red #E54399
RGB
CMYK
RGB Variations
Color information
#E54399 (or 0xE54399) is known color: Violet Red. HEX triplet: E5, 43 and 99. RGB value is (229,67,153). Sum of RGB (Red+Green+Blue) = 229+67+153=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E54399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54399 is #1ABC66. Grayscale: #7D7D7D. Windows color (decimal): -1752167 or 10044389. OLE color: 10044389.
HSL color Cylindrical-coordinate representation of color #E54399: hue angle of 328.15º 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 #E54399 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 153 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.10 |
| HSL | 328.15º | 0.76% | 0.58% | - |
| HSV(B) | 328.15º | 0.71% | 0.9% | - |
| XYZ | 40.07 | 22.97 | 32.46 | - |
| YUV | 125.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 153 | 0 | 0.71 | 0.33 | 0.10 | 328.15 | 0.76 | 0.58 |
| Hex | E5 | 43 | 99 | 0 | 47 | 21 | A | 148 | 4C | 3A |
| Octal | 345 | 103 | 231 | 0 | 107 | 41 | 12 | 510 | 114 | 72 |
| Binary | 11100101 | 1000011 | 10011001 | 0 | 1000111 | 100001 | 1010 | 101001000 | 1001100 | 111010 |
Color Harmonies of #E54399
Complementary color
Monochromatic Colors of #E54399
Black with #E54399
Text Example
Text Example
White with #E54399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54399; }
p { color: rgb(229,67,153); }
H1.HeaderClassName
{
color: #E54399;
}
.AnyTagClassName
{
color: #E54399;
}
</style>
background-color css
<style>
a { background-color: #E54399; }
a { background-color: rgb(229,67,153); }
div.DivClassName
{
background-color: #E54399;
}
.BgClassName
{
background-color: #E54399;
}
</style>
border-color css
<style>
span { border-color: #E54399; }
span { border-color: rgb(229,67,153); }
td.TdClassName
{
border-color: #E54399;
}
.TagClassName
{
border-color: #E54399;
}
</style>