Shades of Violet Red #E9408B
Tints of Violet Red #E9408B
RGB
CMYK
RGB Variations
Color information
#E9408B (or 0xE9408B) is known color: Violet Red. HEX triplet: E9, 40 and 8B. RGB value is (233,64,139). Sum of RGB (Red+Green+Blue) = 233+64+139=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9408B is #16BF74. Grayscale: #7A7A7A. Windows color (decimal): -1490805 or 9126121. OLE color: 9126121.
HSL color Cylindrical-coordinate representation of color #E9408B: hue angle of 333.37º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9408B is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 139 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.09 |
| HSL | 333.37º | 0.79% | 0.58% | - |
| HSV(B) | 333.37º | 0.73% | 0.91% | - |
| XYZ | 40.1 | 22.85 | 26.72 | - |
| YUV | 123.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 139 | 0 | 0.73 | 0.40 | 0.09 | 333.37 | 0.79 | 0.58 |
| Hex | E9 | 40 | 8B | 0 | 49 | 28 | 9 | 14D | 4F | 3A |
| Octal | 351 | 100 | 213 | 0 | 111 | 50 | 11 | 515 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10001011 | 0 | 1001001 | 101000 | 1001 | 101001101 | 1001111 | 111010 |
Color Harmonies of #E9408B
Complementary color
Monochromatic Colors of #E9408B
Black with #E9408B
Text Example
Text Example
White with #E9408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9408B; }
p { color: rgb(233,64,139); }
H1.HeaderClassName
{
color: #E9408B;
}
.AnyTagClassName
{
color: #E9408B;
}
</style>
background-color css
<style>
a { background-color: #E9408B; }
a { background-color: rgb(233,64,139); }
div.DivClassName
{
background-color: #E9408B;
}
.BgClassName
{
background-color: #E9408B;
}
</style>
border-color css
<style>
span { border-color: #E9408B; }
span { border-color: rgb(233,64,139); }
td.TdClassName
{
border-color: #E9408B;
}
.TagClassName
{
border-color: #E9408B;
}
</style>