Shades of Violet Red #E54184
Tints of Violet Red #E54184
RGB
CMYK
RGB Variations
Color information
#E54184 (or 0xE54184) is known color: Violet Red. HEX triplet: E5, 41 and 84. RGB value is (229,65,132). Sum of RGB (Red+Green+Blue) = 229+65+132=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E54184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54184 is #1ABE7B. Grayscale: #797979. Windows color (decimal): -1752700 or 8667621. OLE color: 8667621.
HSL color Cylindrical-coordinate representation of color #E54184: hue angle of 335.49º 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 #E54184 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 132 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.10 |
| HSL | 335.49º | 0.76% | 0.58% | - |
| HSV(B) | 335.49º | 0.72% | 0.9% | - |
| XYZ | 38.37 | 22.1 | 24.07 | - |
| YUV | 121.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 132 | 0 | 0.72 | 0.42 | 0.10 | 335.49 | 0.76 | 0.58 |
| Hex | E5 | 41 | 84 | 0 | 48 | 2A | A | 14F | 4C | 3A |
| Octal | 345 | 101 | 204 | 0 | 110 | 52 | 12 | 517 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10000100 | 0 | 1001000 | 101010 | 1010 | 101001111 | 1001100 | 111010 |
Color Harmonies of #E54184
Complementary color
Monochromatic Colors of #E54184
Black with #E54184
Text Example
Text Example
White with #E54184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54184; }
p { color: rgb(229,65,132); }
H1.HeaderClassName
{
color: #E54184;
}
.AnyTagClassName
{
color: #E54184;
}
</style>
background-color css
<style>
a { background-color: #E54184; }
a { background-color: rgb(229,65,132); }
div.DivClassName
{
background-color: #E54184;
}
.BgClassName
{
background-color: #E54184;
}
</style>
border-color css
<style>
span { border-color: #E54184; }
span { border-color: rgb(229,65,132); }
td.TdClassName
{
border-color: #E54184;
}
.TagClassName
{
border-color: #E54184;
}
</style>