Shades of Medium Violet Red #E31385
Tints of Medium Violet Red #E31385
RGB
CMYK
RGB Variations
Color information
#E31385 (or 0xE31385) is known color: Medium Violet Red. HEX triplet: E3, 13 and 85. RGB value is (227,19,133). Sum of RGB (Red+Green+Blue) = 227+19+133=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E31385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31385 is #1CEC7A. Grayscale: #5D5D5D. Windows color (decimal): -1895547 or 8721379. OLE color: 8721379.
HSL color Cylindrical-coordinate representation of color #E31385: hue angle of 327.12º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31385 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.11 |
| HSL | 327.12º | 0.85% | 0.48% | - |
| HSV(B) | 327.12º | 0.92% | 0.89% | - |
| XYZ | 36.15 | 18.49 | 23.85 | - |
| YUV | 94.19 | 149.91 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 133 | 0 | 0.92 | 0.41 | 0.11 | 327.12 | 0.85 | 0.48 |
| Hex | E3 | 13 | 85 | 0 | 5C | 29 | B | 147 | 55 | 30 |
| Octal | 343 | 23 | 205 | 0 | 134 | 51 | 13 | 507 | 125 | 60 |
| Binary | 11100011 | 10011 | 10000101 | 0 | 1011100 | 101001 | 1011 | 101000111 | 1010101 | 110000 |
Color Harmonies of #E31385
Complementary color
Monochromatic Colors of #E31385
Black with #E31385
Text Example
Text Example
White with #E31385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31385; }
p { color: rgb(227,19,133); }
H1.HeaderClassName
{
color: #E31385;
}
.AnyTagClassName
{
color: #E31385;
}
</style>
background-color css
<style>
a { background-color: #E31385; }
a { background-color: rgb(227,19,133); }
div.DivClassName
{
background-color: #E31385;
}
.BgClassName
{
background-color: #E31385;
}
</style>
border-color css
<style>
span { border-color: #E31385; }
span { border-color: rgb(227,19,133); }
td.TdClassName
{
border-color: #E31385;
}
.TagClassName
{
border-color: #E31385;
}
</style>