Shades of Violet Red #E9408A
Tints of Violet Red #E9408A
RGB
CMYK
RGB Variations
Color information
#E9408A (or 0xE9408A) is known color: Violet Red. HEX triplet: E9, 40 and 8A. RGB value is (233,64,138). Sum of RGB (Red+Green+Blue) = 233+64+138=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9408A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9408A is #16BF75. Grayscale: #7A7A7A. Windows color (decimal): -1490806 or 9060585. OLE color: 9060585.
HSL color Cylindrical-coordinate representation of color #E9408A: hue angle of 333.73º 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 #E9408A is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 138 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.09 |
| HSL | 333.73º | 0.79% | 0.58% | - |
| HSV(B) | 333.73º | 0.73% | 0.91% | - |
| XYZ | 40.03 | 22.83 | 26.34 | - |
| YUV | 122.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 138 | 0 | 0.73 | 0.41 | 0.09 | 333.73 | 0.79 | 0.58 |
| Hex | E9 | 40 | 8A | 0 | 49 | 29 | 9 | 14E | 4F | 3A |
| Octal | 351 | 100 | 212 | 0 | 111 | 51 | 11 | 516 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10001010 | 0 | 1001001 | 101001 | 1001 | 101001110 | 1001111 | 111010 |
Color Harmonies of #E9408A
Complementary color
Monochromatic Colors of #E9408A
Black with #E9408A
Text Example
Text Example
White with #E9408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9408A; }
p { color: rgb(233,64,138); }
H1.HeaderClassName
{
color: #E9408A;
}
.AnyTagClassName
{
color: #E9408A;
}
</style>
background-color css
<style>
a { background-color: #E9408A; }
a { background-color: rgb(233,64,138); }
div.DivClassName
{
background-color: #E9408A;
}
.BgClassName
{
background-color: #E9408A;
}
</style>
border-color css
<style>
span { border-color: #E9408A; }
span { border-color: rgb(233,64,138); }
td.TdClassName
{
border-color: #E9408A;
}
.TagClassName
{
border-color: #E9408A;
}
</style>