Shades of Violet Red #E9418A
Tints of Violet Red #E9418A
RGB
CMYK
RGB Variations
Color information
#E9418A (or 0xE9418A) is known color: Violet Red. HEX triplet: E9, 41 and 8A. RGB value is (233,65,138). Sum of RGB (Red+Green+Blue) = 233+65+138=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9418A is #16BE75. Grayscale: #7B7B7B. Windows color (decimal): -1490550 or 9060841. OLE color: 9060841.
HSL color Cylindrical-coordinate representation of color #E9418A: hue angle of 333.93º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9418A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 138 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.09 |
| HSL | 333.93º | 0.79% | 0.58% | - |
| HSV(B) | 333.93º | 0.72% | 0.91% | - |
| XYZ | 40.08 | 22.94 | 26.36 | - |
| YUV | 123.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 138 | 0 | 0.72 | 0.41 | 0.09 | 333.93 | 0.79 | 0.58 |
| Hex | E9 | 41 | 8A | 0 | 48 | 29 | 9 | 14E | 4F | 3A |
| Octal | 351 | 101 | 212 | 0 | 110 | 51 | 11 | 516 | 117 | 72 |
| Binary | 11101001 | 1000001 | 10001010 | 0 | 1001000 | 101001 | 1001 | 101001110 | 1001111 | 111010 |
Color Harmonies of #E9418A
Complementary color
Monochromatic Colors of #E9418A
Black with #E9418A
Text Example
Text Example
White with #E9418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9418A; }
p { color: rgb(233,65,138); }
H1.HeaderClassName
{
color: #E9418A;
}
.AnyTagClassName
{
color: #E9418A;
}
</style>
background-color css
<style>
a { background-color: #E9418A; }
a { background-color: rgb(233,65,138); }
div.DivClassName
{
background-color: #E9418A;
}
.BgClassName
{
background-color: #E9418A;
}
</style>
border-color css
<style>
span { border-color: #E9418A; }
span { border-color: rgb(233,65,138); }
td.TdClassName
{
border-color: #E9418A;
}
.TagClassName
{
border-color: #E9418A;
}
</style>