Shades of Medium Violet Red #E00E8B
Tints of Medium Violet Red #E00E8B
RGB
CMYK
RGB Variations
Color information
#E00E8B (or 0xE00E8B) is known color: Medium Violet Red. HEX triplet: E0, 0E and 8B. RGB value is (224,14,139). Sum of RGB (Red+Green+Blue) = 224+14+139=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E8B is #1FF174. Grayscale: #5A5A5A. Windows color (decimal): -2093429 or 9113312. OLE color: 9113312.
HSL color Cylindrical-coordinate representation of color #E00E8B: hue angle of 324.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E8B is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 139 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.12 |
| HSL | 324.29º | 0.88% | 0.47% | - |
| HSV(B) | 324.29º | 0.94% | 0.88% | - |
| XYZ | 35.56 | 18.03 | 26.03 | - |
| YUV | 91.04 | 155.07 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 139 | 0 | 0.94 | 0.38 | 0.12 | 324.29 | 0.88 | 0.47 |
| Hex | E0 | E | 8B | 0 | 5E | 26 | C | 144 | 58 | 2F |
| Octal | 340 | 16 | 213 | 0 | 136 | 46 | 14 | 504 | 130 | 57 |
| Binary | 11100000 | 1110 | 10001011 | 0 | 1011110 | 100110 | 1100 | 101000100 | 1011000 | 101111 |
Color Harmonies of #E00E8B
Complementary color
Monochromatic Colors of #E00E8B
Black with #E00E8B
Text Example
Text Example
White with #E00E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E8B; }
p { color: rgb(224,14,139); }
H1.HeaderClassName
{
color: #E00E8B;
}
.AnyTagClassName
{
color: #E00E8B;
}
</style>
background-color css
<style>
a { background-color: #E00E8B; }
a { background-color: rgb(224,14,139); }
div.DivClassName
{
background-color: #E00E8B;
}
.BgClassName
{
background-color: #E00E8B;
}
</style>
border-color css
<style>
span { border-color: #E00E8B; }
span { border-color: rgb(224,14,139); }
td.TdClassName
{
border-color: #E00E8B;
}
.TagClassName
{
border-color: #E00E8B;
}
</style>