Shades of Violet Red #E5459A
Tints of Violet Red #E5459A
RGB
CMYK
RGB Variations
Color information
#E5459A (or 0xE5459A) is known color: Violet Red. HEX triplet: E5, 45 and 9A. RGB value is (229,69,154). Sum of RGB (Red+Green+Blue) = 229+69+154=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5459A is #1ABA65. Grayscale: #7E7E7E. Windows color (decimal): -1751654 or 10110437. OLE color: 10110437.
HSL color Cylindrical-coordinate representation of color #E5459A: hue angle of 328.12º 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 #E5459A is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 154 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.10 |
| HSL | 328.13º | 0.75% | 0.58% | - |
| HSV(B) | 328.13º | 0.7% | 0.9% | - |
| XYZ | 40.27 | 23.25 | 32.94 | - |
| YUV | 126.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 154 | 0 | 0.70 | 0.33 | 0.10 | 328.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | 9A | 0 | 46 | 21 | A | 148 | 4B | 3A |
| Octal | 345 | 105 | 232 | 0 | 106 | 41 | 12 | 510 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10011010 | 0 | 1000110 | 100001 | 1010 | 101001000 | 1001011 | 111010 |
Color Harmonies of #E5459A
Complementary color
Monochromatic Colors of #E5459A
Black with #E5459A
Text Example
Text Example
White with #E5459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5459A; }
p { color: rgb(229,69,154); }
H1.HeaderClassName
{
color: #E5459A;
}
.AnyTagClassName
{
color: #E5459A;
}
</style>
background-color css
<style>
a { background-color: #E5459A; }
a { background-color: rgb(229,69,154); }
div.DivClassName
{
background-color: #E5459A;
}
.BgClassName
{
background-color: #E5459A;
}
</style>
border-color css
<style>
span { border-color: #E5459A; }
span { border-color: rgb(229,69,154); }
td.TdClassName
{
border-color: #E5459A;
}
.TagClassName
{
border-color: #E5459A;
}
</style>