Shades of Medium Violet Red #E10186
Tints of Medium Violet Red #E10186
RGB
CMYK
RGB Variations
Color information
#E10186 (or 0xE10186) is known color: Medium Violet Red. HEX triplet: E1, 01 and 86. RGB value is (225,1,134). Sum of RGB (Red+Green+Blue) = 225+1+134=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E10186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10186 is #1EFE79. Grayscale: #525252. Windows color (decimal): -2031226 or 8782305. OLE color: 8782305.
HSL color Cylindrical-coordinate representation of color #E10186: hue angle of 324.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10186 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.12 |
| HSL | 324.38º | 0.99% | 0.44% | - |
| HSV(B) | 324.38º | 1% | 0.88% | - |
| XYZ | 35.37 | 17.75 | 24.12 | - |
| YUV | 83.14 | 156.71 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 134 | 0 | 1.00 | 0.40 | 0.12 | 324.38 | 0.99 | 0.44 |
| Hex | E1 | 1 | 86 | 0 | 64 | 28 | C | 144 | 63 | 2C |
| Octal | 341 | 1 | 206 | 0 | 144 | 50 | 14 | 504 | 143 | 54 |
| Binary | 11100001 | 1 | 10000110 | 0 | 1100100 | 101000 | 1100 | 101000100 | 1100011 | 101100 |
Color Harmonies of #E10186
Complementary color
Monochromatic Colors of #E10186
Black with #E10186
Text Example
Text Example
White with #E10186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10186; }
p { color: rgb(225,1,134); }
H1.HeaderClassName
{
color: #E10186;
}
.AnyTagClassName
{
color: #E10186;
}
</style>
background-color css
<style>
a { background-color: #E10186; }
a { background-color: rgb(225,1,134); }
div.DivClassName
{
background-color: #E10186;
}
.BgClassName
{
background-color: #E10186;
}
</style>
border-color css
<style>
span { border-color: #E10186; }
span { border-color: rgb(225,1,134); }
td.TdClassName
{
border-color: #E10186;
}
.TagClassName
{
border-color: #E10186;
}
</style>