Shades of Violet Red #E54183
Tints of Violet Red #E54183
RGB
CMYK
RGB Variations
Color information
#E54183 (or 0xE54183) is known color: Violet Red. HEX triplet: E5, 41 and 83. RGB value is (229,65,131). Sum of RGB (Red+Green+Blue) = 229+65+131=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E54183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54183 is #1ABE7C. Grayscale: #797979. Windows color (decimal): -1752701 or 8602085. OLE color: 8602085.
HSL color Cylindrical-coordinate representation of color #E54183: hue angle of 335.85º 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 #E54183 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 131 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.10 |
| HSL | 335.85º | 0.76% | 0.58% | - |
| HSV(B) | 335.85º | 0.72% | 0.9% | - |
| XYZ | 38.3 | 22.08 | 23.72 | - |
| YUV | 121.56 | 133.33 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 131 | 0 | 0.72 | 0.43 | 0.10 | 335.85 | 0.76 | 0.58 |
| Hex | E5 | 41 | 83 | 0 | 48 | 2B | A | 150 | 4C | 3A |
| Octal | 345 | 101 | 203 | 0 | 110 | 53 | 12 | 520 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10000011 | 0 | 1001000 | 101011 | 1010 | 101010000 | 1001100 | 111010 |
Color Harmonies of #E54183
Complementary color
Monochromatic Colors of #E54183
Black with #E54183
Text Example
Text Example
White with #E54183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54183; }
p { color: rgb(229,65,131); }
H1.HeaderClassName
{
color: #E54183;
}
.AnyTagClassName
{
color: #E54183;
}
</style>
background-color css
<style>
a { background-color: #E54183; }
a { background-color: rgb(229,65,131); }
div.DivClassName
{
background-color: #E54183;
}
.BgClassName
{
background-color: #E54183;
}
</style>
border-color css
<style>
span { border-color: #E54183; }
span { border-color: rgb(229,65,131); }
td.TdClassName
{
border-color: #E54183;
}
.TagClassName
{
border-color: #E54183;
}
</style>