Shades of Violet Red #E93E8C
Tints of Violet Red #E93E8C
RGB
CMYK
RGB Variations
Color information
#E93E8C (or 0xE93E8C) is known color: Violet Red. HEX triplet: E9, 3E and 8C. RGB value is (233,62,140). Sum of RGB (Red+Green+Blue) = 233+62+140=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93E8C is #16C173. Grayscale: #797979. Windows color (decimal): -1491316 or 9191145. OLE color: 9191145.
HSL color Cylindrical-coordinate representation of color #E93E8C: hue angle of 332.63º degrees, saturation: 0.8, 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 #E93E8C is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 140 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.09 |
| HSL | 332.63º | 0.8% | 0.58% | - |
| HSV(B) | 332.63º | 0.73% | 0.91% | - |
| XYZ | 40.06 | 22.66 | 27.07 | - |
| YUV | 122.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 140 | 0 | 0.73 | 0.40 | 0.09 | 332.63 | 0.8 | 0.58 |
| Hex | E9 | 3E | 8C | 0 | 49 | 28 | 9 | 14D | 50 | 3A |
| Octal | 351 | 76 | 214 | 0 | 111 | 50 | 11 | 515 | 120 | 72 |
| Binary | 11101001 | 111110 | 10001100 | 0 | 1001001 | 101000 | 1001 | 101001101 | 1010000 | 111010 |
Color Harmonies of #E93E8C
Complementary color
Monochromatic Colors of #E93E8C
Black with #E93E8C
Text Example
Text Example
White with #E93E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E8C; }
p { color: rgb(233,62,140); }
H1.HeaderClassName
{
color: #E93E8C;
}
.AnyTagClassName
{
color: #E93E8C;
}
</style>
background-color css
<style>
a { background-color: #E93E8C; }
a { background-color: rgb(233,62,140); }
div.DivClassName
{
background-color: #E93E8C;
}
.BgClassName
{
background-color: #E93E8C;
}
</style>
border-color css
<style>
span { border-color: #E93E8C; }
span { border-color: rgb(233,62,140); }
td.TdClassName
{
border-color: #E93E8C;
}
.TagClassName
{
border-color: #E93E8C;
}
</style>