Shades of Medium Violet Red #E31685
Tints of Medium Violet Red #E31685
RGB
CMYK
RGB Variations
Color information
#E31685 (or 0xE31685) is known color: Medium Violet Red. HEX triplet: E3, 16 and 85. RGB value is (227,22,133). Sum of RGB (Red+Green+Blue) = 227+22+133=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E31685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31685 is #1CE97A. Grayscale: #5F5F5F. Windows color (decimal): -1894779 or 8722147. OLE color: 8722147.
HSL color Cylindrical-coordinate representation of color #E31685: hue angle of 327.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31685 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.11 |
| HSL | 327.51º | 0.82% | 0.49% | - |
| HSV(B) | 327.51º | 0.9% | 0.89% | - |
| XYZ | 36.2 | 18.6 | 23.87 | - |
| YUV | 95.95 | 148.92 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 133 | 0 | 0.90 | 0.41 | 0.11 | 327.51 | 0.82 | 0.49 |
| Hex | E3 | 16 | 85 | 0 | 5A | 29 | B | 148 | 52 | 31 |
| Octal | 343 | 26 | 205 | 0 | 132 | 51 | 13 | 510 | 122 | 61 |
| Binary | 11100011 | 10110 | 10000101 | 0 | 1011010 | 101001 | 1011 | 101001000 | 1010010 | 110001 |
Color Harmonies of #E31685
Complementary color
Monochromatic Colors of #E31685
Black with #E31685
Text Example
Text Example
White with #E31685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31685; }
p { color: rgb(227,22,133); }
H1.HeaderClassName
{
color: #E31685;
}
.AnyTagClassName
{
color: #E31685;
}
</style>
background-color css
<style>
a { background-color: #E31685; }
a { background-color: rgb(227,22,133); }
div.DivClassName
{
background-color: #E31685;
}
.BgClassName
{
background-color: #E31685;
}
</style>
border-color css
<style>
span { border-color: #E31685; }
span { border-color: rgb(227,22,133); }
td.TdClassName
{
border-color: #E31685;
}
.TagClassName
{
border-color: #E31685;
}
</style>