Shades of Violet Red #E93E7D
Tints of Violet Red #E93E7D
RGB
CMYK
RGB Variations
Color information
#E93E7D (or 0xE93E7D) is known color: Violet Red. HEX triplet: E9, 3E and 7D. RGB value is (233,62,125). Sum of RGB (Red+Green+Blue) = 233+62+125=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E7D is #16C182. Grayscale: #787878. Windows color (decimal): -1491331 or 8208105. OLE color: 8208105.
HSL color Cylindrical-coordinate representation of color #E93E7D: hue angle of 337.89º 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 #E93E7D is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 125 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.09 |
| HSL | 337.89º | 0.8% | 0.58% | - |
| HSV(B) | 337.89º | 0.73% | 0.91% | - |
| XYZ | 39.03 | 22.25 | 21.64 | - |
| YUV | 120.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 125 | 0 | 0.73 | 0.46 | 0.09 | 337.89 | 0.8 | 0.58 |
| Hex | E9 | 3E | 7D | 0 | 49 | 2E | 9 | 152 | 50 | 3A |
| Octal | 351 | 76 | 175 | 0 | 111 | 56 | 11 | 522 | 120 | 72 |
| Binary | 11101001 | 111110 | 1111101 | 0 | 1001001 | 101110 | 1001 | 101010010 | 1010000 | 111010 |
Color Harmonies of #E93E7D
Complementary color
Monochromatic Colors of #E93E7D
Black with #E93E7D
Text Example
Text Example
White with #E93E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E7D; }
p { color: rgb(233,62,125); }
H1.HeaderClassName
{
color: #E93E7D;
}
.AnyTagClassName
{
color: #E93E7D;
}
</style>
background-color css
<style>
a { background-color: #E93E7D; }
a { background-color: rgb(233,62,125); }
div.DivClassName
{
background-color: #E93E7D;
}
.BgClassName
{
background-color: #E93E7D;
}
</style>
border-color css
<style>
span { border-color: #E93E7D; }
span { border-color: rgb(233,62,125); }
td.TdClassName
{
border-color: #E93E7D;
}
.TagClassName
{
border-color: #E93E7D;
}
</style>