Shades of Medium Violet Red #E31482
Tints of Medium Violet Red #E31482
RGB
CMYK
RGB Variations
Color information
#E31482 (or 0xE31482) is known color: Medium Violet Red. HEX triplet: E3, 14 and 82. RGB value is (227,20,130). Sum of RGB (Red+Green+Blue) = 227+20+130=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E31482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31482 is #1CEB7D. Grayscale: #5E5E5E. Windows color (decimal): -1895294 or 8525027. OLE color: 8525027.
HSL color Cylindrical-coordinate representation of color #E31482: hue angle of 328.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31482 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.11 |
| HSL | 328.12º | 0.84% | 0.48% | - |
| HSV(B) | 328.12º | 0.91% | 0.89% | - |
| XYZ | 35.96 | 18.44 | 22.78 | - |
| YUV | 94.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 130 | 0 | 0.91 | 0.43 | 0.11 | 328.12 | 0.84 | 0.48 |
| Hex | E3 | 14 | 82 | 0 | 5B | 2B | B | 148 | 54 | 30 |
| Octal | 343 | 24 | 202 | 0 | 133 | 53 | 13 | 510 | 124 | 60 |
| Binary | 11100011 | 10100 | 10000010 | 0 | 1011011 | 101011 | 1011 | 101001000 | 1010100 | 110000 |
Color Harmonies of #E31482
Complementary color
Monochromatic Colors of #E31482
Black with #E31482
Text Example
Text Example
White with #E31482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31482; }
p { color: rgb(227,20,130); }
H1.HeaderClassName
{
color: #E31482;
}
.AnyTagClassName
{
color: #E31482;
}
</style>
background-color css
<style>
a { background-color: #E31482; }
a { background-color: rgb(227,20,130); }
div.DivClassName
{
background-color: #E31482;
}
.BgClassName
{
background-color: #E31482;
}
</style>
border-color css
<style>
span { border-color: #E31482; }
span { border-color: rgb(227,20,130); }
td.TdClassName
{
border-color: #E31482;
}
.TagClassName
{
border-color: #E31482;
}
</style>