Shades of Medium Violet Red #E00185
Tints of Medium Violet Red #E00185
RGB
CMYK
RGB Variations
Color information
#E00185 (or 0xE00185) is known color: Medium Violet Red. HEX triplet: E0, 01 and 85. RGB value is (224,1,133). Sum of RGB (Red+Green+Blue) = 224+1+133=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E00185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00185 is #1FFE7A. Grayscale: #525252. Windows color (decimal): -2096763 or 8716768. OLE color: 8716768.
HSL color Cylindrical-coordinate representation of color #E00185: hue angle of 324.48º 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 #E00185 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.12 |
| HSL | 324.48º | 0.99% | 0.44% | - |
| HSV(B) | 324.48º | 1% | 0.88% | - |
| XYZ | 34.98 | 17.56 | 23.74 | - |
| YUV | 82.73 | 156.38 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 133 | 0 | 1.00 | 0.41 | 0.12 | 324.48 | 0.99 | 0.44 |
| Hex | E0 | 1 | 85 | 0 | 64 | 29 | C | 144 | 63 | 2C |
| Octal | 340 | 1 | 205 | 0 | 144 | 51 | 14 | 504 | 143 | 54 |
| Binary | 11100000 | 1 | 10000101 | 0 | 1100100 | 101001 | 1100 | 101000100 | 1100011 | 101100 |
Color Harmonies of #E00185
Complementary color
Monochromatic Colors of #E00185
Black with #E00185
Text Example
Text Example
White with #E00185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00185; }
p { color: rgb(224,1,133); }
H1.HeaderClassName
{
color: #E00185;
}
.AnyTagClassName
{
color: #E00185;
}
</style>
background-color css
<style>
a { background-color: #E00185; }
a { background-color: rgb(224,1,133); }
div.DivClassName
{
background-color: #E00185;
}
.BgClassName
{
background-color: #E00185;
}
</style>
border-color css
<style>
span { border-color: #E00185; }
span { border-color: rgb(224,1,133); }
td.TdClassName
{
border-color: #E00185;
}
.TagClassName
{
border-color: #E00185;
}
</style>