Shades of Violet Red #E9458D
Tints of Violet Red #E9458D
RGB
CMYK
RGB Variations
Color information
#E9458D (or 0xE9458D) is known color: Violet Red. HEX triplet: E9, 45 and 8D. RGB value is (233,69,141). Sum of RGB (Red+Green+Blue) = 233+69+141=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9458D is #16BA72. Grayscale: #7E7E7E. Windows color (decimal): -1489523 or 9258473. OLE color: 9258473.
HSL color Cylindrical-coordinate representation of color #E9458D: hue angle of 333.66º degrees, saturation: 0.79, 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 #E9458D is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 141 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.09 |
| HSL | 333.66º | 0.79% | 0.59% | - |
| HSV(B) | 333.66º | 0.7% | 0.91% | - |
| XYZ | 40.54 | 23.5 | 27.6 | - |
| YUV | 126.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 141 | 0 | 0.70 | 0.39 | 0.09 | 333.66 | 0.79 | 0.59 |
| Hex | E9 | 45 | 8D | 0 | 46 | 27 | 9 | 14E | 4F | 3B |
| Octal | 351 | 105 | 215 | 0 | 106 | 47 | 11 | 516 | 117 | 73 |
| Binary | 11101001 | 1000101 | 10001101 | 0 | 1000110 | 100111 | 1001 | 101001110 | 1001111 | 111011 |
Color Harmonies of #E9458D
Complementary color
Monochromatic Colors of #E9458D
Black with #E9458D
Text Example
Text Example
White with #E9458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9458D; }
p { color: rgb(233,69,141); }
H1.HeaderClassName
{
color: #E9458D;
}
.AnyTagClassName
{
color: #E9458D;
}
</style>
background-color css
<style>
a { background-color: #E9458D; }
a { background-color: rgb(233,69,141); }
div.DivClassName
{
background-color: #E9458D;
}
.BgClassName
{
background-color: #E9458D;
}
</style>
border-color css
<style>
span { border-color: #E9458D; }
span { border-color: rgb(233,69,141); }
td.TdClassName
{
border-color: #E9458D;
}
.TagClassName
{
border-color: #E9458D;
}
</style>