Shades of Medium Violet Red #E30482
Tints of Medium Violet Red #E30482
RGB
CMYK
RGB Variations
Color information
#E30482 (or 0xE30482) is known color: Medium Violet Red. HEX triplet: E3, 04 and 82. RGB value is (227,4,130). Sum of RGB (Red+Green+Blue) = 227+4+130=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E30482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30482 is #1CFB7D. Grayscale: #545454. Windows color (decimal): -1899390 or 8520931. OLE color: 8520931.
HSL color Cylindrical-coordinate representation of color #E30482: hue angle of 326.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30482 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.11 |
| HSL | 326.1º | 0.97% | 0.45% | - |
| HSV(B) | 326.1º | 0.98% | 0.89% | - |
| XYZ | 35.75 | 18.03 | 22.71 | - |
| YUV | 85.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 130 | 0 | 0.98 | 0.43 | 0.11 | 326.1 | 0.97 | 0.45 |
| Hex | E3 | 4 | 82 | 0 | 62 | 2B | B | 146 | 61 | 2D |
| Octal | 343 | 4 | 202 | 0 | 142 | 53 | 13 | 506 | 141 | 55 |
| Binary | 11100011 | 100 | 10000010 | 0 | 1100010 | 101011 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E30482
Complementary color
Monochromatic Colors of #E30482
Black with #E30482
Text Example
Text Example
White with #E30482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30482; }
p { color: rgb(227,4,130); }
H1.HeaderClassName
{
color: #E30482;
}
.AnyTagClassName
{
color: #E30482;
}
</style>
background-color css
<style>
a { background-color: #E30482; }
a { background-color: rgb(227,4,130); }
div.DivClassName
{
background-color: #E30482;
}
.BgClassName
{
background-color: #E30482;
}
</style>
border-color css
<style>
span { border-color: #E30482; }
span { border-color: rgb(227,4,130); }
td.TdClassName
{
border-color: #E30482;
}
.TagClassName
{
border-color: #E30482;
}
</style>