Shades of Medium Violet Red #E0087D
Tints of Medium Violet Red #E0087D
RGB
CMYK
RGB Variations
Color information
#E0087D (or 0xE0087D) is known color: Medium Violet Red. HEX triplet: E0, 08 and 7D. RGB value is (224,8,125). Sum of RGB (Red+Green+Blue) = 224+8+125=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0087D is #1FF782. Grayscale: #555555. Windows color (decimal): -2094979 or 8194272. OLE color: 8194272.
HSL color Cylindrical-coordinate representation of color #E0087D: hue angle of 327.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0087D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.12 |
| HSL | 327.5º | 0.93% | 0.45% | - |
| HSV(B) | 327.5º | 0.96% | 0.88% | - |
| XYZ | 34.53 | 17.5 | 20.96 | - |
| YUV | 85.92 | 150.06 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 125 | 0 | 0.96 | 0.44 | 0.12 | 327.5 | 0.93 | 0.45 |
| Hex | E0 | 8 | 7D | 0 | 60 | 2C | C | 148 | 5D | 2D |
| Octal | 340 | 10 | 175 | 0 | 140 | 54 | 14 | 510 | 135 | 55 |
| Binary | 11100000 | 1000 | 1111101 | 0 | 1100000 | 101100 | 1100 | 101001000 | 1011101 | 101101 |
Color Harmonies of #E0087D
Complementary color
Monochromatic Colors of #E0087D
Black with #E0087D
Text Example
Text Example
White with #E0087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0087D; }
p { color: rgb(224,8,125); }
H1.HeaderClassName
{
color: #E0087D;
}
.AnyTagClassName
{
color: #E0087D;
}
</style>
background-color css
<style>
a { background-color: #E0087D; }
a { background-color: rgb(224,8,125); }
div.DivClassName
{
background-color: #E0087D;
}
.BgClassName
{
background-color: #E0087D;
}
</style>
border-color css
<style>
span { border-color: #E0087D; }
span { border-color: rgb(224,8,125); }
td.TdClassName
{
border-color: #E0087D;
}
.TagClassName
{
border-color: #E0087D;
}
</style>