Shades of Violet Red #E93F7D
Tints of Violet Red #E93F7D
RGB
CMYK
RGB Variations
Color information
#E93F7D (or 0xE93F7D) is known color: Violet Red. HEX triplet: E9, 3F and 7D. RGB value is (233,63,125). Sum of RGB (Red+Green+Blue) = 233+63+125=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93F7D is #16C082. Grayscale: #787878. Windows color (decimal): -1491075 or 8208361. OLE color: 8208361.
HSL color Cylindrical-coordinate representation of color #E93F7D: hue angle of 338.12º 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 #E93F7D is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 125 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.09 |
| HSL | 338.12º | 0.79% | 0.58% | - |
| HSV(B) | 338.12º | 0.73% | 0.91% | - |
| XYZ | 39.08 | 22.36 | 21.66 | - |
| YUV | 120.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 125 | 0 | 0.73 | 0.46 | 0.09 | 338.12 | 0.79 | 0.58 |
| Hex | E9 | 3F | 7D | 0 | 49 | 2E | 9 | 152 | 4F | 3A |
| Octal | 351 | 77 | 175 | 0 | 111 | 56 | 11 | 522 | 117 | 72 |
| Binary | 11101001 | 111111 | 1111101 | 0 | 1001001 | 101110 | 1001 | 101010010 | 1001111 | 111010 |
Color Harmonies of #E93F7D
Complementary color
Monochromatic Colors of #E93F7D
Black with #E93F7D
Text Example
Text Example
White with #E93F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F7D; }
p { color: rgb(233,63,125); }
H1.HeaderClassName
{
color: #E93F7D;
}
.AnyTagClassName
{
color: #E93F7D;
}
</style>
background-color css
<style>
a { background-color: #E93F7D; }
a { background-color: rgb(233,63,125); }
div.DivClassName
{
background-color: #E93F7D;
}
.BgClassName
{
background-color: #E93F7D;
}
</style>
border-color css
<style>
span { border-color: #E93F7D; }
span { border-color: rgb(233,63,125); }
td.TdClassName
{
border-color: #E93F7D;
}
.TagClassName
{
border-color: #E93F7D;
}
</style>