Shades of Violet Red #E93B7A
Tints of Violet Red #E93B7A
RGB
CMYK
RGB Variations
Color information
#E93B7A (or 0xE93B7A) is known color: Violet Red. HEX triplet: E9, 3B and 7A. RGB value is (233,59,122). Sum of RGB (Red+Green+Blue) = 233+59+122=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93B7A is #16C485. Grayscale: #767676. Windows color (decimal): -1492102 or 8010729. OLE color: 8010729.
HSL color Cylindrical-coordinate representation of color #E93B7A: hue angle of 338.28º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93B7A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 122 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.09 |
| HSL | 338.28º | 0.8% | 0.57% | - |
| HSV(B) | 338.28º | 0.75% | 0.91% | - |
| XYZ | 38.68 | 21.86 | 20.59 | - |
| YUV | 118.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 122 | 0 | 0.75 | 0.48 | 0.09 | 338.28 | 0.8 | 0.57 |
| Hex | E9 | 3B | 7A | 0 | 4B | 30 | 9 | 152 | 50 | 39 |
| Octal | 351 | 73 | 172 | 0 | 113 | 60 | 11 | 522 | 120 | 71 |
| Binary | 11101001 | 111011 | 1111010 | 0 | 1001011 | 110000 | 1001 | 101010010 | 1010000 | 111001 |
Color Harmonies of #E93B7A
Complementary color
Monochromatic Colors of #E93B7A
Black with #E93B7A
Text Example
Text Example
White with #E93B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93B7A; }
p { color: rgb(233,59,122); }
H1.HeaderClassName
{
color: #E93B7A;
}
.AnyTagClassName
{
color: #E93B7A;
}
</style>
background-color css
<style>
a { background-color: #E93B7A; }
a { background-color: rgb(233,59,122); }
div.DivClassName
{
background-color: #E93B7A;
}
.BgClassName
{
background-color: #E93B7A;
}
</style>
border-color css
<style>
span { border-color: #E93B7A; }
span { border-color: rgb(233,59,122); }
td.TdClassName
{
border-color: #E93B7A;
}
.TagClassName
{
border-color: #E93B7A;
}
</style>