Shades of Violet Red #E93D86
Tints of Violet Red #E93D86
RGB
CMYK
RGB Variations
Color information
#E93D86 (or 0xE93D86) is known color: Violet Red. HEX triplet: E9, 3D and 86. RGB value is (233,61,134). Sum of RGB (Red+Green+Blue) = 233+61+134=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93D86 is #16C279. Grayscale: #787878. Windows color (decimal): -1491578 or 8797673. OLE color: 8797673.
HSL color Cylindrical-coordinate representation of color #E93D86: hue angle of 334.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D86 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 134 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.09 |
| HSL | 334.53º | 0.8% | 0.58% | - |
| HSV(B) | 334.53º | 0.74% | 0.91% | - |
| XYZ | 39.58 | 22.38 | 24.79 | - |
| YUV | 120.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 134 | 0 | 0.74 | 0.42 | 0.09 | 334.53 | 0.8 | 0.58 |
| Hex | E9 | 3D | 86 | 0 | 4A | 2A | 9 | 14F | 50 | 3A |
| Octal | 351 | 75 | 206 | 0 | 112 | 52 | 11 | 517 | 120 | 72 |
| Binary | 11101001 | 111101 | 10000110 | 0 | 1001010 | 101010 | 1001 | 101001111 | 1010000 | 111010 |
Color Harmonies of #E93D86
Complementary color
Monochromatic Colors of #E93D86
Black with #E93D86
Text Example
Text Example
White with #E93D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D86; }
p { color: rgb(233,61,134); }
H1.HeaderClassName
{
color: #E93D86;
}
.AnyTagClassName
{
color: #E93D86;
}
</style>
background-color css
<style>
a { background-color: #E93D86; }
a { background-color: rgb(233,61,134); }
div.DivClassName
{
background-color: #E93D86;
}
.BgClassName
{
background-color: #E93D86;
}
</style>
border-color css
<style>
span { border-color: #E93D86; }
span { border-color: rgb(233,61,134); }
td.TdClassName
{
border-color: #E93D86;
}
.TagClassName
{
border-color: #E93D86;
}
</style>