Shades of Violet Red #E54593
Tints of Violet Red #E54593
RGB
CMYK
RGB Variations
Color information
#E54593 (or 0xE54593) is known color: Violet Red. HEX triplet: E5, 45 and 93. RGB value is (229,69,147). Sum of RGB (Red+Green+Blue) = 229+69+147=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E54593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54593 is #1ABA6C. Grayscale: #7D7D7D. Windows color (decimal): -1751661 or 9651685. OLE color: 9651685.
HSL color Cylindrical-coordinate representation of color #E54593: hue angle of 330.75º 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 #E54593 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 147 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.10 |
| HSL | 330.75º | 0.75% | 0.58% | - |
| HSV(B) | 330.75º | 0.7% | 0.9% | - |
| XYZ | 39.71 | 23.02 | 29.95 | - |
| YUV | 125.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 147 | 0 | 0.70 | 0.36 | 0.10 | 330.75 | 0.75 | 0.58 |
| Hex | E5 | 45 | 93 | 0 | 46 | 24 | A | 14B | 4B | 3A |
| Octal | 345 | 105 | 223 | 0 | 106 | 44 | 12 | 513 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10010011 | 0 | 1000110 | 100100 | 1010 | 101001011 | 1001011 | 111010 |
Color Harmonies of #E54593
Complementary color
Monochromatic Colors of #E54593
Black with #E54593
Text Example
Text Example
White with #E54593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54593; }
p { color: rgb(229,69,147); }
H1.HeaderClassName
{
color: #E54593;
}
.AnyTagClassName
{
color: #E54593;
}
</style>
background-color css
<style>
a { background-color: #E54593; }
a { background-color: rgb(229,69,147); }
div.DivClassName
{
background-color: #E54593;
}
.BgClassName
{
background-color: #E54593;
}
</style>
border-color css
<style>
span { border-color: #E54593; }
span { border-color: rgb(229,69,147); }
td.TdClassName
{
border-color: #E54593;
}
.TagClassName
{
border-color: #E54593;
}
</style>