Shades of Medium Violet Red #E31384
Tints of Medium Violet Red #E31384
RGB
CMYK
RGB Variations
Color information
#E31384 (or 0xE31384) is known color: Medium Violet Red. HEX triplet: E3, 13 and 84. RGB value is (227,19,132). Sum of RGB (Red+Green+Blue) = 227+19+132=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E31384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31384 is #1CEC7B. Grayscale: #5D5D5D. Windows color (decimal): -1895548 or 8655843. OLE color: 8655843.
HSL color Cylindrical-coordinate representation of color #E31384: hue angle of 327.4º 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 #E31384 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.11 |
| HSL | 327.4º | 0.85% | 0.48% | - |
| HSV(B) | 327.4º | 0.92% | 0.89% | - |
| XYZ | 36.08 | 18.46 | 23.49 | - |
| YUV | 94.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 132 | 0 | 0.92 | 0.42 | 0.11 | 327.4 | 0.85 | 0.48 |
| Hex | E3 | 13 | 84 | 0 | 5C | 2A | B | 147 | 55 | 30 |
| Octal | 343 | 23 | 204 | 0 | 134 | 52 | 13 | 507 | 125 | 60 |
| Binary | 11100011 | 10011 | 10000100 | 0 | 1011100 | 101010 | 1011 | 101000111 | 1010101 | 110000 |
Color Harmonies of #E31384
Complementary color
Monochromatic Colors of #E31384
Black with #E31384
Text Example
Text Example
White with #E31384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31384; }
p { color: rgb(227,19,132); }
H1.HeaderClassName
{
color: #E31384;
}
.AnyTagClassName
{
color: #E31384;
}
</style>
background-color css
<style>
a { background-color: #E31384; }
a { background-color: rgb(227,19,132); }
div.DivClassName
{
background-color: #E31384;
}
.BgClassName
{
background-color: #E31384;
}
</style>
border-color css
<style>
span { border-color: #E31384; }
span { border-color: rgb(227,19,132); }
td.TdClassName
{
border-color: #E31384;
}
.TagClassName
{
border-color: #E31384;
}
</style>