Shades of Violet Red #E54386
Tints of Violet Red #E54386
RGB
CMYK
RGB Variations
Color information
#E54386 (or 0xE54386) is known color: Violet Red. HEX triplet: E5, 43 and 86. RGB value is (229,67,134). Sum of RGB (Red+Green+Blue) = 229+67+134=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E54386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54386 is #1ABC79. Grayscale: #7A7A7A. Windows color (decimal): -1752186 or 8799205. OLE color: 8799205.
HSL color Cylindrical-coordinate representation of color #E54386: hue angle of 335.19º 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 #E54386 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 134 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.10 |
| HSL | 335.19º | 0.76% | 0.58% | - |
| HSV(B) | 335.19º | 0.71% | 0.9% | - |
| XYZ | 38.62 | 22.39 | 24.84 | - |
| YUV | 123.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 134 | 0 | 0.71 | 0.41 | 0.10 | 335.19 | 0.76 | 0.58 |
| Hex | E5 | 43 | 86 | 0 | 47 | 29 | A | 14F | 4C | 3A |
| Octal | 345 | 103 | 206 | 0 | 107 | 51 | 12 | 517 | 114 | 72 |
| Binary | 11100101 | 1000011 | 10000110 | 0 | 1000111 | 101001 | 1010 | 101001111 | 1001100 | 111010 |
Color Harmonies of #E54386
Complementary color
Monochromatic Colors of #E54386
Black with #E54386
Text Example
Text Example
White with #E54386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54386; }
p { color: rgb(229,67,134); }
H1.HeaderClassName
{
color: #E54386;
}
.AnyTagClassName
{
color: #E54386;
}
</style>
background-color css
<style>
a { background-color: #E54386; }
a { background-color: rgb(229,67,134); }
div.DivClassName
{
background-color: #E54386;
}
.BgClassName
{
background-color: #E54386;
}
</style>
border-color css
<style>
span { border-color: #E54386; }
span { border-color: rgb(229,67,134); }
td.TdClassName
{
border-color: #E54386;
}
.TagClassName
{
border-color: #E54386;
}
</style>