Shades of Violet Red #E93E91
Tints of Violet Red #E93E91
RGB
CMYK
RGB Variations
Color information
#E93E91 (or 0xE93E91) is known color: Violet Red. HEX triplet: E9, 3E and 91. RGB value is (233,62,145). Sum of RGB (Red+Green+Blue) = 233+62+145=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93E91 is #16C16E. Grayscale: #7A7A7A. Windows color (decimal): -1491311 or 9518825. OLE color: 9518825.
HSL color Cylindrical-coordinate representation of color #E93E91: hue angle of 330.88º 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 #E93E91 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 145 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.09 |
| HSL | 330.88º | 0.8% | 0.58% | - |
| HSV(B) | 330.88º | 0.73% | 0.91% | - |
| XYZ | 40.44 | 22.81 | 29.06 | - |
| YUV | 122.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 145 | 0 | 0.73 | 0.38 | 0.09 | 330.88 | 0.8 | 0.58 |
| Hex | E9 | 3E | 91 | 0 | 49 | 26 | 9 | 14B | 50 | 3A |
| Octal | 351 | 76 | 221 | 0 | 111 | 46 | 11 | 513 | 120 | 72 |
| Binary | 11101001 | 111110 | 10010001 | 0 | 1001001 | 100110 | 1001 | 101001011 | 1010000 | 111010 |
Color Harmonies of #E93E91
Complementary color
Monochromatic Colors of #E93E91
Black with #E93E91
Text Example
Text Example
White with #E93E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E91; }
p { color: rgb(233,62,145); }
H1.HeaderClassName
{
color: #E93E91;
}
.AnyTagClassName
{
color: #E93E91;
}
</style>
background-color css
<style>
a { background-color: #E93E91; }
a { background-color: rgb(233,62,145); }
div.DivClassName
{
background-color: #E93E91;
}
.BgClassName
{
background-color: #E93E91;
}
</style>
border-color css
<style>
span { border-color: #E93E91; }
span { border-color: rgb(233,62,145); }
td.TdClassName
{
border-color: #E93E91;
}
.TagClassName
{
border-color: #E93E91;
}
</style>