Shades of Medium Violet Red #E10585
Tints of Medium Violet Red #E10585
RGB
CMYK
RGB Variations
Color information
#E10585 (or 0xE10585) is known color: Medium Violet Red. HEX triplet: E1, 05 and 85. RGB value is (225,5,133). Sum of RGB (Red+Green+Blue) = 225+5+133=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E10585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10585 is #1EFA7A. Grayscale: #555555. Windows color (decimal): -2030203 or 8717793. OLE color: 8717793.
HSL color Cylindrical-coordinate representation of color #E10585: hue angle of 325.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10585 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.12 |
| HSL | 325.09º | 0.96% | 0.45% | - |
| HSV(B) | 325.09º | 0.98% | 0.88% | - |
| XYZ | 35.34 | 17.81 | 23.77 | - |
| YUV | 85.37 | 154.89 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 133 | 0 | 0.98 | 0.41 | 0.12 | 325.09 | 0.96 | 0.45 |
| Hex | E1 | 5 | 85 | 0 | 62 | 29 | C | 145 | 60 | 2D |
| Octal | 341 | 5 | 205 | 0 | 142 | 51 | 14 | 505 | 140 | 55 |
| Binary | 11100001 | 101 | 10000101 | 0 | 1100010 | 101001 | 1100 | 101000101 | 1100000 | 101101 |
Color Harmonies of #E10585
Complementary color
Monochromatic Colors of #E10585
Black with #E10585
Text Example
Text Example
White with #E10585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10585; }
p { color: rgb(225,5,133); }
H1.HeaderClassName
{
color: #E10585;
}
.AnyTagClassName
{
color: #E10585;
}
</style>
background-color css
<style>
a { background-color: #E10585; }
a { background-color: rgb(225,5,133); }
div.DivClassName
{
background-color: #E10585;
}
.BgClassName
{
background-color: #E10585;
}
</style>
border-color css
<style>
span { border-color: #E10585; }
span { border-color: rgb(225,5,133); }
td.TdClassName
{
border-color: #E10585;
}
.TagClassName
{
border-color: #E10585;
}
</style>