Shades of Violet Red #E54188
Tints of Violet Red #E54188
RGB
CMYK
RGB Variations
Color information
#E54188 (or 0xE54188) is known color: Violet Red. HEX triplet: E5, 41 and 88. RGB value is (229,65,136). Sum of RGB (Red+Green+Blue) = 229+65+136=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E54188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54188 is #1ABE77. Grayscale: #7A7A7A. Windows color (decimal): -1752696 or 8929765. OLE color: 8929765.
HSL color Cylindrical-coordinate representation of color #E54188: hue angle of 334.02º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54188 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 136 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.10 |
| HSL | 334.02º | 0.76% | 0.58% | - |
| HSV(B) | 334.02º | 0.72% | 0.9% | - |
| XYZ | 38.65 | 22.22 | 25.54 | - |
| YUV | 122.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 136 | 0 | 0.72 | 0.41 | 0.10 | 334.02 | 0.76 | 0.58 |
| Hex | E5 | 41 | 88 | 0 | 48 | 29 | A | 14E | 4C | 3A |
| Octal | 345 | 101 | 210 | 0 | 110 | 51 | 12 | 516 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10001000 | 0 | 1001000 | 101001 | 1010 | 101001110 | 1001100 | 111010 |
Color Harmonies of #E54188
Complementary color
Monochromatic Colors of #E54188
Black with #E54188
Text Example
Text Example
White with #E54188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54188; }
p { color: rgb(229,65,136); }
H1.HeaderClassName
{
color: #E54188;
}
.AnyTagClassName
{
color: #E54188;
}
</style>
background-color css
<style>
a { background-color: #E54188; }
a { background-color: rgb(229,65,136); }
div.DivClassName
{
background-color: #E54188;
}
.BgClassName
{
background-color: #E54188;
}
</style>
border-color css
<style>
span { border-color: #E54188; }
span { border-color: rgb(229,65,136); }
td.TdClassName
{
border-color: #E54188;
}
.TagClassName
{
border-color: #E54188;
}
</style>