Shades of Medium Violet Red #E30780
Tints of Medium Violet Red #E30780
RGB
CMYK
RGB Variations
Color information
#E30780 (or 0xE30780) is known color: Medium Violet Red. HEX triplet: E3, 07 and 80. RGB value is (227,7,128). Sum of RGB (Red+Green+Blue) = 227+7+128=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E30780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30780 is #1CF87F. Grayscale: #565656. Windows color (decimal): -1898624 or 8390627. OLE color: 8390627.
HSL color Cylindrical-coordinate representation of color #E30780: hue angle of 327º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30780 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.11 |
| HSL | 327º | 0.94% | 0.46% | - |
| HSV(B) | 327º | 0.97% | 0.89% | - |
| XYZ | 35.65 | 18.04 | 22.03 | - |
| YUV | 86.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 128 | 0 | 0.97 | 0.44 | 0.11 | 327 | 0.94 | 0.46 |
| Hex | E3 | 7 | 80 | 0 | 61 | 2C | B | 147 | 5E | 2E |
| Octal | 343 | 7 | 200 | 0 | 141 | 54 | 13 | 507 | 136 | 56 |
| Binary | 11100011 | 111 | 10000000 | 0 | 1100001 | 101100 | 1011 | 101000111 | 1011110 | 101110 |
Color Harmonies of #E30780
Complementary color
Monochromatic Colors of #E30780
Black with #E30780
Text Example
Text Example
White with #E30780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30780; }
p { color: rgb(227,7,128); }
H1.HeaderClassName
{
color: #E30780;
}
.AnyTagClassName
{
color: #E30780;
}
</style>
background-color css
<style>
a { background-color: #E30780; }
a { background-color: rgb(227,7,128); }
div.DivClassName
{
background-color: #E30780;
}
.BgClassName
{
background-color: #E30780;
}
</style>
border-color css
<style>
span { border-color: #E30780; }
span { border-color: rgb(227,7,128); }
td.TdClassName
{
border-color: #E30780;
}
.TagClassName
{
border-color: #E30780;
}
</style>