Shades of Violet Red #E9458B
Tints of Violet Red #E9458B
RGB
CMYK
RGB Variations
Color information
#E9458B (or 0xE9458B) is known color: Violet Red. HEX triplet: E9, 45 and 8B. RGB value is (233,69,139). Sum of RGB (Red+Green+Blue) = 233+69+139=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9458B is #16BA74. Grayscale: #7D7D7D. Windows color (decimal): -1489525 or 9127401. OLE color: 9127401.
HSL color Cylindrical-coordinate representation of color #E9458B: hue angle of 334.39º 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 #E9458B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 139 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.09 |
| HSL | 334.39º | 0.79% | 0.59% | - |
| HSV(B) | 334.39º | 0.7% | 0.91% | - |
| XYZ | 40.39 | 23.44 | 26.82 | - |
| YUV | 126.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 139 | 0 | 0.70 | 0.40 | 0.09 | 334.39 | 0.79 | 0.59 |
| Hex | E9 | 45 | 8B | 0 | 46 | 28 | 9 | 14E | 4F | 3B |
| Octal | 351 | 105 | 213 | 0 | 106 | 50 | 11 | 516 | 117 | 73 |
| Binary | 11101001 | 1000101 | 10001011 | 0 | 1000110 | 101000 | 1001 | 101001110 | 1001111 | 111011 |
Color Harmonies of #E9458B
Complementary color
Monochromatic Colors of #E9458B
Black with #E9458B
Text Example
Text Example
White with #E9458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9458B; }
p { color: rgb(233,69,139); }
H1.HeaderClassName
{
color: #E9458B;
}
.AnyTagClassName
{
color: #E9458B;
}
</style>
background-color css
<style>
a { background-color: #E9458B; }
a { background-color: rgb(233,69,139); }
div.DivClassName
{
background-color: #E9458B;
}
.BgClassName
{
background-color: #E9458B;
}
</style>
border-color css
<style>
span { border-color: #E9458B; }
span { border-color: rgb(233,69,139); }
td.TdClassName
{
border-color: #E9458B;
}
.TagClassName
{
border-color: #E9458B;
}
</style>