Shades of Medium Violet Red #E10185
Tints of Medium Violet Red #E10185
RGB
CMYK
RGB Variations
Color information
#E10185 (or 0xE10185) is known color: Medium Violet Red. HEX triplet: E1, 01 and 85. RGB value is (225,1,133). Sum of RGB (Red+Green+Blue) = 225+1+133=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E10185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10185 is #1EFE7A. Grayscale: #525252. Windows color (decimal): -2031227 or 8716769. OLE color: 8716769.
HSL color Cylindrical-coordinate representation of color #E10185: hue angle of 324.64º 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 #E10185 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.12 |
| HSL | 324.64º | 0.99% | 0.44% | - |
| HSV(B) | 324.64º | 1% | 0.88% | - |
| XYZ | 35.3 | 17.72 | 23.75 | - |
| YUV | 83.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 133 | 0 | 1.00 | 0.41 | 0.12 | 324.64 | 0.99 | 0.44 |
| Hex | E1 | 1 | 85 | 0 | 64 | 29 | C | 145 | 63 | 2C |
| Octal | 341 | 1 | 205 | 0 | 144 | 51 | 14 | 505 | 143 | 54 |
| Binary | 11100001 | 1 | 10000101 | 0 | 1100100 | 101001 | 1100 | 101000101 | 1100011 | 101100 |
Color Harmonies of #E10185
Complementary color
Monochromatic Colors of #E10185
Black with #E10185
Text Example
Text Example
White with #E10185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10185; }
p { color: rgb(225,1,133); }
H1.HeaderClassName
{
color: #E10185;
}
.AnyTagClassName
{
color: #E10185;
}
</style>
background-color css
<style>
a { background-color: #E10185; }
a { background-color: rgb(225,1,133); }
div.DivClassName
{
background-color: #E10185;
}
.BgClassName
{
background-color: #E10185;
}
</style>
border-color css
<style>
span { border-color: #E10185; }
span { border-color: rgb(225,1,133); }
td.TdClassName
{
border-color: #E10185;
}
.TagClassName
{
border-color: #E10185;
}
</style>