Shades of Violet Red #E93E7E
Tints of Violet Red #E93E7E
RGB
CMYK
RGB Variations
Color information
#E93E7E (or 0xE93E7E) is known color: Violet Red. HEX triplet: E9, 3E and 7E. RGB value is (233,62,126). Sum of RGB (Red+Green+Blue) = 233+62+126=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E7E is #16C181. Grayscale: #787878. Windows color (decimal): -1491330 or 8273641. OLE color: 8273641.
HSL color Cylindrical-coordinate representation of color #E93E7E: hue angle of 337.54º 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 #E93E7E is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 126 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.09 |
| HSL | 337.54º | 0.8% | 0.58% | - |
| HSV(B) | 337.54º | 0.73% | 0.91% | - |
| XYZ | 39.09 | 22.28 | 21.98 | - |
| YUV | 120.43 | 131.15 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 126 | 0 | 0.73 | 0.46 | 0.09 | 337.54 | 0.8 | 0.58 |
| Hex | E9 | 3E | 7E | 0 | 49 | 2E | 9 | 152 | 50 | 3A |
| Octal | 351 | 76 | 176 | 0 | 111 | 56 | 11 | 522 | 120 | 72 |
| Binary | 11101001 | 111110 | 1111110 | 0 | 1001001 | 101110 | 1001 | 101010010 | 1010000 | 111010 |
Color Harmonies of #E93E7E
Complementary color
Monochromatic Colors of #E93E7E
Black with #E93E7E
Text Example
Text Example
White with #E93E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E7E; }
p { color: rgb(233,62,126); }
H1.HeaderClassName
{
color: #E93E7E;
}
.AnyTagClassName
{
color: #E93E7E;
}
</style>
background-color css
<style>
a { background-color: #E93E7E; }
a { background-color: rgb(233,62,126); }
div.DivClassName
{
background-color: #E93E7E;
}
.BgClassName
{
background-color: #E93E7E;
}
</style>
border-color css
<style>
span { border-color: #E93E7E; }
span { border-color: rgb(233,62,126); }
td.TdClassName
{
border-color: #E93E7E;
}
.TagClassName
{
border-color: #E93E7E;
}
</style>