Shades of Medium Violet Red #E31083
Tints of Medium Violet Red #E31083
RGB
CMYK
RGB Variations
Color information
#E31083 (or 0xE31083) is known color: Medium Violet Red. HEX triplet: E3, 10 and 83. RGB value is (227,16,131). Sum of RGB (Red+Green+Blue) = 227+16+131=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E31083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31083 is #1CEF7C. Grayscale: #5B5B5B. Windows color (decimal): -1896317 or 8589539. OLE color: 8589539.
HSL color Cylindrical-coordinate representation of color #E31083: hue angle of 327.3º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31083 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.11 |
| HSL | 327.3º | 0.87% | 0.48% | - |
| HSV(B) | 327.3º | 0.93% | 0.89% | - |
| XYZ | 35.96 | 18.34 | 23.12 | - |
| YUV | 92.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 131 | 0 | 0.93 | 0.42 | 0.11 | 327.3 | 0.87 | 0.48 |
| Hex | E3 | 10 | 83 | 0 | 5D | 2A | B | 147 | 57 | 30 |
| Octal | 343 | 20 | 203 | 0 | 135 | 52 | 13 | 507 | 127 | 60 |
| Binary | 11100011 | 10000 | 10000011 | 0 | 1011101 | 101010 | 1011 | 101000111 | 1010111 | 110000 |
Color Harmonies of #E31083
Complementary color
Monochromatic Colors of #E31083
Black with #E31083
Text Example
Text Example
White with #E31083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31083; }
p { color: rgb(227,16,131); }
H1.HeaderClassName
{
color: #E31083;
}
.AnyTagClassName
{
color: #E31083;
}
</style>
background-color css
<style>
a { background-color: #E31083; }
a { background-color: rgb(227,16,131); }
div.DivClassName
{
background-color: #E31083;
}
.BgClassName
{
background-color: #E31083;
}
</style>
border-color css
<style>
span { border-color: #E31083; }
span { border-color: rgb(227,16,131); }
td.TdClassName
{
border-color: #E31083;
}
.TagClassName
{
border-color: #E31083;
}
</style>