Shades of Medium Violet Red #E01685
Tints of Medium Violet Red #E01685
RGB
CMYK
RGB Variations
Color information
#E01685 (or 0xE01685) is known color: Medium Violet Red. HEX triplet: E0, 16 and 85. RGB value is (224,22,133). Sum of RGB (Red+Green+Blue) = 224+22+133=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E01685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01685 is #1FE97A. Grayscale: #5E5E5E. Windows color (decimal): -2091387 or 8722144. OLE color: 8722144.
HSL color Cylindrical-coordinate representation of color #E01685: hue angle of 327.03º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01685 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.12 |
| HSL | 327.03º | 0.82% | 0.48% | - |
| HSV(B) | 327.03º | 0.9% | 0.88% | - |
| XYZ | 35.26 | 18.11 | 23.83 | - |
| YUV | 95.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 133 | 0 | 0.90 | 0.41 | 0.12 | 327.03 | 0.82 | 0.48 |
| Hex | E0 | 16 | 85 | 0 | 5A | 29 | C | 147 | 52 | 30 |
| Octal | 340 | 26 | 205 | 0 | 132 | 51 | 14 | 507 | 122 | 60 |
| Binary | 11100000 | 10110 | 10000101 | 0 | 1011010 | 101001 | 1100 | 101000111 | 1010010 | 110000 |
Color Harmonies of #E01685
Complementary color
Monochromatic Colors of #E01685
Black with #E01685
Text Example
Text Example
White with #E01685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01685; }
p { color: rgb(224,22,133); }
H1.HeaderClassName
{
color: #E01685;
}
.AnyTagClassName
{
color: #E01685;
}
</style>
background-color css
<style>
a { background-color: #E01685; }
a { background-color: rgb(224,22,133); }
div.DivClassName
{
background-color: #E01685;
}
.BgClassName
{
background-color: #E01685;
}
</style>
border-color css
<style>
span { border-color: #E01685; }
span { border-color: rgb(224,22,133); }
td.TdClassName
{
border-color: #E01685;
}
.TagClassName
{
border-color: #E01685;
}
</style>