Shades of Medium Violet Red #E10286
Tints of Medium Violet Red #E10286
RGB
CMYK
RGB Variations
Color information
#E10286 (or 0xE10286) is known color: Medium Violet Red. HEX triplet: E1, 02 and 86. RGB value is (225,2,134). Sum of RGB (Red+Green+Blue) = 225+2+134=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10286 is #1EFD79. Grayscale: #535353. Windows color (decimal): -2030970 or 8782561. OLE color: 8782561.
HSL color Cylindrical-coordinate representation of color #E10286: hue angle of 324.48º degrees, saturation: 0.98, 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 #E10286 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.12 |
| HSL | 324.48º | 0.98% | 0.45% | - |
| HSV(B) | 324.48º | 0.99% | 0.88% | - |
| XYZ | 35.38 | 17.77 | 24.12 | - |
| YUV | 83.73 | 156.38 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 134 | 0 | 0.99 | 0.40 | 0.12 | 324.48 | 0.98 | 0.45 |
| Hex | E1 | 2 | 86 | 0 | 63 | 28 | C | 144 | 62 | 2D |
| Octal | 341 | 2 | 206 | 0 | 143 | 50 | 14 | 504 | 142 | 55 |
| Binary | 11100001 | 10 | 10000110 | 0 | 1100011 | 101000 | 1100 | 101000100 | 1100010 | 101101 |
Color Harmonies of #E10286
Complementary color
Monochromatic Colors of #E10286
Black with #E10286
Text Example
Text Example
White with #E10286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10286; }
p { color: rgb(225,2,134); }
H1.HeaderClassName
{
color: #E10286;
}
.AnyTagClassName
{
color: #E10286;
}
</style>
background-color css
<style>
a { background-color: #E10286; }
a { background-color: rgb(225,2,134); }
div.DivClassName
{
background-color: #E10286;
}
.BgClassName
{
background-color: #E10286;
}
</style>
border-color css
<style>
span { border-color: #E10286; }
span { border-color: rgb(225,2,134); }
td.TdClassName
{
border-color: #E10286;
}
.TagClassName
{
border-color: #E10286;
}
</style>