Shades of Medium Violet Red #E10385
Tints of Medium Violet Red #E10385
RGB
CMYK
RGB Variations
Color information
#E10385 (or 0xE10385) is known color: Medium Violet Red. HEX triplet: E1, 03 and 85. RGB value is (225,3,133). Sum of RGB (Red+Green+Blue) = 225+3+133=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10385 is #1EFC7A. Grayscale: #535353. Windows color (decimal): -2030715 or 8717281. OLE color: 8717281.
HSL color Cylindrical-coordinate representation of color #E10385: hue angle of 324.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10385 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.12 |
| HSL | 324.86º | 0.97% | 0.45% | - |
| HSV(B) | 324.86º | 0.99% | 0.88% | - |
| XYZ | 35.32 | 17.77 | 23.76 | - |
| YUV | 84.2 | 155.55 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 133 | 0 | 0.99 | 0.41 | 0.12 | 324.86 | 0.97 | 0.45 |
| Hex | E1 | 3 | 85 | 0 | 63 | 29 | C | 145 | 61 | 2D |
| Octal | 341 | 3 | 205 | 0 | 143 | 51 | 14 | 505 | 141 | 55 |
| Binary | 11100001 | 11 | 10000101 | 0 | 1100011 | 101001 | 1100 | 101000101 | 1100001 | 101101 |
Color Harmonies of #E10385
Complementary color
Monochromatic Colors of #E10385
Black with #E10385
Text Example
Text Example
White with #E10385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10385; }
p { color: rgb(225,3,133); }
H1.HeaderClassName
{
color: #E10385;
}
.AnyTagClassName
{
color: #E10385;
}
</style>
background-color css
<style>
a { background-color: #E10385; }
a { background-color: rgb(225,3,133); }
div.DivClassName
{
background-color: #E10385;
}
.BgClassName
{
background-color: #E10385;
}
</style>
border-color css
<style>
span { border-color: #E10385; }
span { border-color: rgb(225,3,133); }
td.TdClassName
{
border-color: #E10385;
}
.TagClassName
{
border-color: #E10385;
}
</style>