Shades of Violet Red #E5459C
Tints of Violet Red #E5459C
RGB
CMYK
RGB Variations
Color information
#E5459C (or 0xE5459C) is known color: Violet Red. HEX triplet: E5, 45 and 9C. RGB value is (229,69,156). Sum of RGB (Red+Green+Blue) = 229+69+156=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5459C is #1ABA63. Grayscale: #7E7E7E. Windows color (decimal): -1751652 or 10241509. OLE color: 10241509.
HSL color Cylindrical-coordinate representation of color #E5459C: hue angle of 327.38º 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 #E5459C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 156 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.10 |
| HSL | 327.38º | 0.75% | 0.58% | - |
| HSV(B) | 327.38º | 0.7% | 0.9% | - |
| XYZ | 40.44 | 23.31 | 33.82 | - |
| YUV | 126.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 156 | 0 | 0.70 | 0.32 | 0.10 | 327.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | 9C | 0 | 46 | 20 | A | 147 | 4B | 3A |
| Octal | 345 | 105 | 234 | 0 | 106 | 40 | 12 | 507 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10011100 | 0 | 1000110 | 100000 | 1010 | 101000111 | 1001011 | 111010 |
Color Harmonies of #E5459C
Complementary color
Monochromatic Colors of #E5459C
Black with #E5459C
Text Example
Text Example
White with #E5459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5459C; }
p { color: rgb(229,69,156); }
H1.HeaderClassName
{
color: #E5459C;
}
.AnyTagClassName
{
color: #E5459C;
}
</style>
background-color css
<style>
a { background-color: #E5459C; }
a { background-color: rgb(229,69,156); }
div.DivClassName
{
background-color: #E5459C;
}
.BgClassName
{
background-color: #E5459C;
}
</style>
border-color css
<style>
span { border-color: #E5459C; }
span { border-color: rgb(229,69,156); }
td.TdClassName
{
border-color: #E5459C;
}
.TagClassName
{
border-color: #E5459C;
}
</style>