Shades of Violet Red #E54294
Tints of Violet Red #E54294
RGB
CMYK
RGB Variations
Color information
#E54294 (or 0xE54294) is known color: Violet Red. HEX triplet: E5, 42 and 94. RGB value is (229,66,148). Sum of RGB (Red+Green+Blue) = 229+66+148=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E54294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54294 is #1ABD6B. Grayscale: #7B7B7B. Windows color (decimal): -1752428 or 9716453. OLE color: 9716453.
HSL color Cylindrical-coordinate representation of color #E54294: hue angle of 329.82º 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 #E54294 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 148 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.10 |
| HSL | 329.82º | 0.76% | 0.58% | - |
| HSV(B) | 329.82º | 0.71% | 0.9% | - |
| XYZ | 39.61 | 22.69 | 30.31 | - |
| YUV | 124.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 148 | 0 | 0.71 | 0.35 | 0.10 | 329.82 | 0.76 | 0.58 |
| Hex | E5 | 42 | 94 | 0 | 47 | 23 | A | 14A | 4C | 3A |
| Octal | 345 | 102 | 224 | 0 | 107 | 43 | 12 | 512 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10010100 | 0 | 1000111 | 100011 | 1010 | 101001010 | 1001100 | 111010 |
Color Harmonies of #E54294
Complementary color
Monochromatic Colors of #E54294
Black with #E54294
Text Example
Text Example
White with #E54294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54294; }
p { color: rgb(229,66,148); }
H1.HeaderClassName
{
color: #E54294;
}
.AnyTagClassName
{
color: #E54294;
}
</style>
background-color css
<style>
a { background-color: #E54294; }
a { background-color: rgb(229,66,148); }
div.DivClassName
{
background-color: #E54294;
}
.BgClassName
{
background-color: #E54294;
}
</style>
border-color css
<style>
span { border-color: #E54294; }
span { border-color: rgb(229,66,148); }
td.TdClassName
{
border-color: #E54294;
}
.TagClassName
{
border-color: #E54294;
}
</style>