Shades of Violet Red #E93C7A
Tints of Violet Red #E93C7A
RGB
CMYK
RGB Variations
Color information
#E93C7A (or 0xE93C7A) is known color: Violet Red. HEX triplet: E9, 3C and 7A. RGB value is (233,60,122). Sum of RGB (Red+Green+Blue) = 233+60+122=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93C7A is #16C385. Grayscale: #767676. Windows color (decimal): -1491846 or 8010985. OLE color: 8010985.
HSL color Cylindrical-coordinate representation of color #E93C7A: hue angle of 338.5º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93C7A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 122 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.09 |
| HSL | 338.5º | 0.8% | 0.57% | - |
| HSV(B) | 338.5º | 0.74% | 0.91% | - |
| XYZ | 38.73 | 21.96 | 20.61 | - |
| YUV | 118.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 122 | 0 | 0.74 | 0.48 | 0.09 | 338.5 | 0.8 | 0.57 |
| Hex | E9 | 3C | 7A | 0 | 4A | 30 | 9 | 152 | 50 | 39 |
| Octal | 351 | 74 | 172 | 0 | 112 | 60 | 11 | 522 | 120 | 71 |
| Binary | 11101001 | 111100 | 1111010 | 0 | 1001010 | 110000 | 1001 | 101010010 | 1010000 | 111001 |
Color Harmonies of #E93C7A
Complementary color
Monochromatic Colors of #E93C7A
Black with #E93C7A
Text Example
Text Example
White with #E93C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C7A; }
p { color: rgb(233,60,122); }
H1.HeaderClassName
{
color: #E93C7A;
}
.AnyTagClassName
{
color: #E93C7A;
}
</style>
background-color css
<style>
a { background-color: #E93C7A; }
a { background-color: rgb(233,60,122); }
div.DivClassName
{
background-color: #E93C7A;
}
.BgClassName
{
background-color: #E93C7A;
}
</style>
border-color css
<style>
span { border-color: #E93C7A; }
span { border-color: rgb(233,60,122); }
td.TdClassName
{
border-color: #E93C7A;
}
.TagClassName
{
border-color: #E93C7A;
}
</style>