Shades of Violet Red #E5459D
Tints of Violet Red #E5459D
RGB
CMYK
RGB Variations
Color information
#E5459D (or 0xE5459D) is known color: Violet Red. HEX triplet: E5, 45 and 9D. RGB value is (229,69,157). Sum of RGB (Red+Green+Blue) = 229+69+157=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5459D is #1ABA62. Grayscale: #7E7E7E. Windows color (decimal): -1751651 or 10307045. OLE color: 10307045.
HSL color Cylindrical-coordinate representation of color #E5459D: hue angle of 327º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5459D is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 157 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.10 |
| HSL | 327º | 0.75% | 0.58% | - |
| HSV(B) | 327º | 0.7% | 0.9% | - |
| XYZ | 40.53 | 23.35 | 34.27 | - |
| YUV | 126.87 | 145.01 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 157 | 0 | 0.70 | 0.31 | 0.10 | 327 | 0.75 | 0.58 |
| Hex | E5 | 45 | 9D | 0 | 46 | 1F | A | 147 | 4B | 3A |
| Octal | 345 | 105 | 235 | 0 | 106 | 37 | 12 | 507 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10011101 | 0 | 1000110 | 11111 | 1010 | 101000111 | 1001011 | 111010 |
Color Harmonies of #E5459D
Complementary color
Monochromatic Colors of #E5459D
Black with #E5459D
Text Example
Text Example
White with #E5459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5459D; }
p { color: rgb(229,69,157); }
H1.HeaderClassName
{
color: #E5459D;
}
.AnyTagClassName
{
color: #E5459D;
}
</style>
background-color css
<style>
a { background-color: #E5459D; }
a { background-color: rgb(229,69,157); }
div.DivClassName
{
background-color: #E5459D;
}
.BgClassName
{
background-color: #E5459D;
}
</style>
border-color css
<style>
span { border-color: #E5459D; }
span { border-color: rgb(229,69,157); }
td.TdClassName
{
border-color: #E5459D;
}
.TagClassName
{
border-color: #E5459D;
}
</style>