Shades of Violet Red #E93F7B
Tints of Violet Red #E93F7B
RGB
CMYK
RGB Variations
Color information
#E93F7B (or 0xE93F7B) is known color: Violet Red. HEX triplet: E9, 3F and 7B. RGB value is (233,63,123). Sum of RGB (Red+Green+Blue) = 233+63+123=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93F7B is #16C084. Grayscale: #787878. Windows color (decimal): -1491077 or 8077289. OLE color: 8077289.
HSL color Cylindrical-coordinate representation of color #E93F7B: hue angle of 338.82º degrees, saturation: 0.79, 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 #E93F7B is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 123 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.09 |
| HSL | 338.82º | 0.79% | 0.58% | - |
| HSV(B) | 338.82º | 0.73% | 0.91% | - |
| XYZ | 38.96 | 22.31 | 20.99 | - |
| YUV | 120.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 123 | 0 | 0.73 | 0.47 | 0.09 | 338.82 | 0.79 | 0.58 |
| Hex | E9 | 3F | 7B | 0 | 49 | 2F | 9 | 153 | 4F | 3A |
| Octal | 351 | 77 | 173 | 0 | 111 | 57 | 11 | 523 | 117 | 72 |
| Binary | 11101001 | 111111 | 1111011 | 0 | 1001001 | 101111 | 1001 | 101010011 | 1001111 | 111010 |
Color Harmonies of #E93F7B
Complementary color
Monochromatic Colors of #E93F7B
Black with #E93F7B
Text Example
Text Example
White with #E93F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F7B; }
p { color: rgb(233,63,123); }
H1.HeaderClassName
{
color: #E93F7B;
}
.AnyTagClassName
{
color: #E93F7B;
}
</style>
background-color css
<style>
a { background-color: #E93F7B; }
a { background-color: rgb(233,63,123); }
div.DivClassName
{
background-color: #E93F7B;
}
.BgClassName
{
background-color: #E93F7B;
}
</style>
border-color css
<style>
span { border-color: #E93F7B; }
span { border-color: rgb(233,63,123); }
td.TdClassName
{
border-color: #E93F7B;
}
.TagClassName
{
border-color: #E93F7B;
}
</style>