Shades of Medium Violet Red #E30280
Tints of Medium Violet Red #E30280
RGB
CMYK
RGB Variations
Color information
#E30280 (or 0xE30280) is known color: Medium Violet Red. HEX triplet: E3, 02 and 80. RGB value is (227,2,128). Sum of RGB (Red+Green+Blue) = 227+2+128=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E30280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30280 is #1CFD7F. Grayscale: #535353. Windows color (decimal): -1899904 or 8389347. OLE color: 8389347.
HSL color Cylindrical-coordinate representation of color #E30280: hue angle of 326.4º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30280 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.11 |
| HSL | 326.4º | 0.98% | 0.45% | - |
| HSV(B) | 326.4º | 0.99% | 0.89% | - |
| XYZ | 35.6 | 17.93 | 22.01 | - |
| YUV | 83.64 | 153.04 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 128 | 0 | 0.99 | 0.44 | 0.11 | 326.4 | 0.98 | 0.45 |
| Hex | E3 | 2 | 80 | 0 | 63 | 2C | B | 146 | 62 | 2D |
| Octal | 343 | 2 | 200 | 0 | 143 | 54 | 13 | 506 | 142 | 55 |
| Binary | 11100011 | 10 | 10000000 | 0 | 1100011 | 101100 | 1011 | 101000110 | 1100010 | 101101 |
Color Harmonies of #E30280
Complementary color
Monochromatic Colors of #E30280
Black with #E30280
Text Example
Text Example
White with #E30280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30280; }
p { color: rgb(227,2,128); }
H1.HeaderClassName
{
color: #E30280;
}
.AnyTagClassName
{
color: #E30280;
}
</style>
background-color css
<style>
a { background-color: #E30280; }
a { background-color: rgb(227,2,128); }
div.DivClassName
{
background-color: #E30280;
}
.BgClassName
{
background-color: #E30280;
}
</style>
border-color css
<style>
span { border-color: #E30280; }
span { border-color: rgb(227,2,128); }
td.TdClassName
{
border-color: #E30280;
}
.TagClassName
{
border-color: #E30280;
}
</style>