Shades of Medium Violet Red #E00186
Tints of Medium Violet Red #E00186
RGB
CMYK
RGB Variations
Color information
#E00186 (or 0xE00186) is known color: Medium Violet Red. HEX triplet: E0, 01 and 86. RGB value is (224,1,134). Sum of RGB (Red+Green+Blue) = 224+1+134=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E00186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00186 is #1FFE79. Grayscale: #525252. Windows color (decimal): -2096762 or 8782304. OLE color: 8782304.
HSL color Cylindrical-coordinate representation of color #E00186: hue angle of 324.22º 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 #E00186 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.12 |
| HSL | 324.22º | 0.99% | 0.44% | - |
| HSV(B) | 324.22º | 1% | 0.88% | - |
| XYZ | 35.05 | 17.59 | 24.1 | - |
| YUV | 82.84 | 156.88 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 134 | 0 | 1.00 | 0.40 | 0.12 | 324.22 | 0.99 | 0.44 |
| Hex | E0 | 1 | 86 | 0 | 64 | 28 | C | 144 | 63 | 2C |
| Octal | 340 | 1 | 206 | 0 | 144 | 50 | 14 | 504 | 143 | 54 |
| Binary | 11100000 | 1 | 10000110 | 0 | 1100100 | 101000 | 1100 | 101000100 | 1100011 | 101100 |
Color Harmonies of #E00186
Complementary color
Monochromatic Colors of #E00186
Black with #E00186
Text Example
Text Example
White with #E00186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00186; }
p { color: rgb(224,1,134); }
H1.HeaderClassName
{
color: #E00186;
}
.AnyTagClassName
{
color: #E00186;
}
</style>
background-color css
<style>
a { background-color: #E00186; }
a { background-color: rgb(224,1,134); }
div.DivClassName
{
background-color: #E00186;
}
.BgClassName
{
background-color: #E00186;
}
</style>
border-color css
<style>
span { border-color: #E00186; }
span { border-color: rgb(224,1,134); }
td.TdClassName
{
border-color: #E00186;
}
.TagClassName
{
border-color: #E00186;
}
</style>