Shades of Medium Violet Red #E30982
Tints of Medium Violet Red #E30982
RGB
CMYK
RGB Variations
Color information
#E30982 (or 0xE30982) is known color: Medium Violet Red. HEX triplet: E3, 09 and 82. RGB value is (227,9,130). Sum of RGB (Red+Green+Blue) = 227+9+130=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E30982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30982 is #1CF67D. Grayscale: #575757. Windows color (decimal): -1898110 or 8522211. OLE color: 8522211.
HSL color Cylindrical-coordinate representation of color #E30982: hue angle of 326.7º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30982 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.11 |
| HSL | 326.7º | 0.92% | 0.46% | - |
| HSV(B) | 326.7º | 0.96% | 0.89% | - |
| XYZ | 35.81 | 18.14 | 22.73 | - |
| YUV | 87.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 130 | 0 | 0.96 | 0.43 | 0.11 | 326.7 | 0.92 | 0.46 |
| Hex | E3 | 9 | 82 | 0 | 60 | 2B | B | 147 | 5C | 2E |
| Octal | 343 | 11 | 202 | 0 | 140 | 53 | 13 | 507 | 134 | 56 |
| Binary | 11100011 | 1001 | 10000010 | 0 | 1100000 | 101011 | 1011 | 101000111 | 1011100 | 101110 |
Color Harmonies of #E30982
Complementary color
Monochromatic Colors of #E30982
Black with #E30982
Text Example
Text Example
White with #E30982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30982; }
p { color: rgb(227,9,130); }
H1.HeaderClassName
{
color: #E30982;
}
.AnyTagClassName
{
color: #E30982;
}
</style>
background-color css
<style>
a { background-color: #E30982; }
a { background-color: rgb(227,9,130); }
div.DivClassName
{
background-color: #E30982;
}
.BgClassName
{
background-color: #E30982;
}
</style>
border-color css
<style>
span { border-color: #E30982; }
span { border-color: rgb(227,9,130); }
td.TdClassName
{
border-color: #E30982;
}
.TagClassName
{
border-color: #E30982;
}
</style>