Shades of Violet Red #E8458E
Tints of Violet Red #E8458E
RGB
CMYK
RGB Variations
Color information
#E8458E (or 0xE8458E) is known color: Violet Red. HEX triplet: E8, 45 and 8E. RGB value is (232,69,142). Sum of RGB (Red+Green+Blue) = 232+69+142=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8458E is #17BA71. Grayscale: #7D7D7D. Windows color (decimal): -1555058 or 9324008. OLE color: 9324008.
HSL color Cylindrical-coordinate representation of color #E8458E: hue angle of 333.13º 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 #E8458E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 142 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.09 |
| HSL | 333.13º | 0.78% | 0.59% | - |
| HSV(B) | 333.13º | 0.7% | 0.91% | - |
| XYZ | 40.29 | 23.37 | 27.98 | - |
| YUV | 126.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 142 | 0 | 0.70 | 0.39 | 0.09 | 333.13 | 0.78 | 0.59 |
| Hex | E8 | 45 | 8E | 0 | 46 | 27 | 9 | 14D | 4E | 3B |
| Octal | 350 | 105 | 216 | 0 | 106 | 47 | 11 | 515 | 116 | 73 |
| Binary | 11101000 | 1000101 | 10001110 | 0 | 1000110 | 100111 | 1001 | 101001101 | 1001110 | 111011 |
Color Harmonies of #E8458E
Complementary color
Monochromatic Colors of #E8458E
Black with #E8458E
Text Example
Text Example
White with #E8458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8458E; }
p { color: rgb(232,69,142); }
H1.HeaderClassName
{
color: #E8458E;
}
.AnyTagClassName
{
color: #E8458E;
}
</style>
background-color css
<style>
a { background-color: #E8458E; }
a { background-color: rgb(232,69,142); }
div.DivClassName
{
background-color: #E8458E;
}
.BgClassName
{
background-color: #E8458E;
}
</style>
border-color css
<style>
span { border-color: #E8458E; }
span { border-color: rgb(232,69,142); }
td.TdClassName
{
border-color: #E8458E;
}
.TagClassName
{
border-color: #E8458E;
}
</style>