Shades of Violet Red #E93C8A
Tints of Violet Red #E93C8A
RGB
CMYK
RGB Variations
Color information
#E93C8A (or 0xE93C8A) is known color: Violet Red. HEX triplet: E9, 3C and 8A. RGB value is (233,60,138). Sum of RGB (Red+Green+Blue) = 233+60+138=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93C8A is #16C375. Grayscale: #787878. Windows color (decimal): -1491830 or 9059561. OLE color: 9059561.
HSL color Cylindrical-coordinate representation of color #E93C8A: hue angle of 332.95º 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 #E93C8A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 138 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.09 |
| HSL | 332.95º | 0.8% | 0.57% | - |
| HSV(B) | 332.95º | 0.74% | 0.91% | - |
| XYZ | 39.81 | 22.39 | 26.27 | - |
| YUV | 120.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 138 | 0 | 0.74 | 0.41 | 0.09 | 332.95 | 0.8 | 0.57 |
| Hex | E9 | 3C | 8A | 0 | 4A | 29 | 9 | 14D | 50 | 39 |
| Octal | 351 | 74 | 212 | 0 | 112 | 51 | 11 | 515 | 120 | 71 |
| Binary | 11101001 | 111100 | 10001010 | 0 | 1001010 | 101001 | 1001 | 101001101 | 1010000 | 111001 |
Color Harmonies of #E93C8A
Complementary color
Monochromatic Colors of #E93C8A
Black with #E93C8A
Text Example
Text Example
White with #E93C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C8A; }
p { color: rgb(233,60,138); }
H1.HeaderClassName
{
color: #E93C8A;
}
.AnyTagClassName
{
color: #E93C8A;
}
</style>
background-color css
<style>
a { background-color: #E93C8A; }
a { background-color: rgb(233,60,138); }
div.DivClassName
{
background-color: #E93C8A;
}
.BgClassName
{
background-color: #E93C8A;
}
</style>
border-color css
<style>
span { border-color: #E93C8A; }
span { border-color: rgb(233,60,138); }
td.TdClassName
{
border-color: #E93C8A;
}
.TagClassName
{
border-color: #E93C8A;
}
</style>