Shades of Violet Red #E8459A
Tints of Violet Red #E8459A
RGB
CMYK
RGB Variations
Color information
#E8459A (or 0xE8459A) is known color: Violet Red. HEX triplet: E8, 45 and 9A. RGB value is (232,69,154). Sum of RGB (Red+Green+Blue) = 232+69+154=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8459A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8459A is #17BA65. Grayscale: #7F7F7F. Windows color (decimal): -1555046 or 10110440. OLE color: 10110440.
HSL color Cylindrical-coordinate representation of color #E8459A: hue angle of 328.71º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8459A is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 154 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.09 |
| HSL | 328.71º | 0.78% | 0.59% | - |
| HSV(B) | 328.71º | 0.7% | 0.91% | - |
| XYZ | 41.24 | 23.75 | 32.98 | - |
| YUV | 127.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 154 | 0 | 0.70 | 0.34 | 0.09 | 328.71 | 0.78 | 0.59 |
| Hex | E8 | 45 | 9A | 0 | 46 | 22 | 9 | 149 | 4E | 3B |
| Octal | 350 | 105 | 232 | 0 | 106 | 42 | 11 | 511 | 116 | 73 |
| Binary | 11101000 | 1000101 | 10011010 | 0 | 1000110 | 100010 | 1001 | 101001001 | 1001110 | 111011 |
Color Harmonies of #E8459A
Complementary color
Monochromatic Colors of #E8459A
Black with #E8459A
Text Example
Text Example
White with #E8459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8459A; }
p { color: rgb(232,69,154); }
H1.HeaderClassName
{
color: #E8459A;
}
.AnyTagClassName
{
color: #E8459A;
}
</style>
background-color css
<style>
a { background-color: #E8459A; }
a { background-color: rgb(232,69,154); }
div.DivClassName
{
background-color: #E8459A;
}
.BgClassName
{
background-color: #E8459A;
}
</style>
border-color css
<style>
span { border-color: #E8459A; }
span { border-color: rgb(232,69,154); }
td.TdClassName
{
border-color: #E8459A;
}
.TagClassName
{
border-color: #E8459A;
}
</style>