Shades of Violet Red #E9408F
Tints of Violet Red #E9408F
RGB
CMYK
RGB Variations
Color information
#E9408F (or 0xE9408F) is known color: Violet Red. HEX triplet: E9, 40 and 8F. RGB value is (233,64,143). Sum of RGB (Red+Green+Blue) = 233+64+143=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9408F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9408F is #16BF70. Grayscale: #7B7B7B. Windows color (decimal): -1490801 or 9388265. OLE color: 9388265.
HSL color Cylindrical-coordinate representation of color #E9408F: hue angle of 331.95º 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 #E9408F is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 143 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.09 |
| HSL | 331.95º | 0.79% | 0.58% | - |
| HSV(B) | 331.95º | 0.73% | 0.91% | - |
| XYZ | 40.4 | 22.97 | 28.29 | - |
| YUV | 123.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 143 | 0 | 0.73 | 0.39 | 0.09 | 331.95 | 0.79 | 0.58 |
| Hex | E9 | 40 | 8F | 0 | 49 | 27 | 9 | 14C | 4F | 3A |
| Octal | 351 | 100 | 217 | 0 | 111 | 47 | 11 | 514 | 117 | 72 |
| Binary | 11101001 | 1000000 | 10001111 | 0 | 1001001 | 100111 | 1001 | 101001100 | 1001111 | 111010 |
Color Harmonies of #E9408F
Complementary color
Monochromatic Colors of #E9408F
Black with #E9408F
Text Example
Text Example
White with #E9408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9408F; }
p { color: rgb(233,64,143); }
H1.HeaderClassName
{
color: #E9408F;
}
.AnyTagClassName
{
color: #E9408F;
}
</style>
background-color css
<style>
a { background-color: #E9408F; }
a { background-color: rgb(233,64,143); }
div.DivClassName
{
background-color: #E9408F;
}
.BgClassName
{
background-color: #E9408F;
}
</style>
border-color css
<style>
span { border-color: #E9408F; }
span { border-color: rgb(233,64,143); }
td.TdClassName
{
border-color: #E9408F;
}
.TagClassName
{
border-color: #E9408F;
}
</style>