Shades of Medium Violet Red #E1087D
Tints of Medium Violet Red #E1087D
RGB
CMYK
RGB Variations
Color information
#E1087D (or 0xE1087D) is known color: Medium Violet Red. HEX triplet: E1, 08 and 7D. RGB value is (225,8,125). Sum of RGB (Red+Green+Blue) = 225+8+125=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1087D is #1EF782. Grayscale: #555555. Windows color (decimal): -2029443 or 8194273. OLE color: 8194273.
HSL color Cylindrical-coordinate representation of color #E1087D: hue angle of 327.65º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1087D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.12 |
| HSL | 327.65º | 0.93% | 0.46% | - |
| HSV(B) | 327.65º | 0.96% | 0.88% | - |
| XYZ | 34.84 | 17.66 | 20.97 | - |
| YUV | 86.22 | 149.89 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 125 | 0 | 0.96 | 0.44 | 0.12 | 327.65 | 0.93 | 0.46 |
| Hex | E1 | 8 | 7D | 0 | 60 | 2C | C | 148 | 5D | 2E |
| Octal | 341 | 10 | 175 | 0 | 140 | 54 | 14 | 510 | 135 | 56 |
| Binary | 11100001 | 1000 | 1111101 | 0 | 1100000 | 101100 | 1100 | 101001000 | 1011101 | 101110 |
Color Harmonies of #E1087D
Complementary color
Monochromatic Colors of #E1087D
Black with #E1087D
Text Example
Text Example
White with #E1087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1087D; }
p { color: rgb(225,8,125); }
H1.HeaderClassName
{
color: #E1087D;
}
.AnyTagClassName
{
color: #E1087D;
}
</style>
background-color css
<style>
a { background-color: #E1087D; }
a { background-color: rgb(225,8,125); }
div.DivClassName
{
background-color: #E1087D;
}
.BgClassName
{
background-color: #E1087D;
}
</style>
border-color css
<style>
span { border-color: #E1087D; }
span { border-color: rgb(225,8,125); }
td.TdClassName
{
border-color: #E1087D;
}
.TagClassName
{
border-color: #E1087D;
}
</style>