Shades of Medium Violet Red #E20380
Tints of Medium Violet Red #E20380
RGB
CMYK
RGB Variations
Color information
#E20380 (or 0xE20380) is known color: Medium Violet Red. HEX triplet: E2, 03 and 80. RGB value is (226,3,128). Sum of RGB (Red+Green+Blue) = 226+3+128=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E20380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20380 is #1DFC7F. Grayscale: #535353. Windows color (decimal): -1965184 or 8389602. OLE color: 8389602.
HSL color Cylindrical-coordinate representation of color #E20380: hue angle of 326.37º degrees, saturation: 0.97, 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 #E20380 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.11 |
| HSL | 326.37º | 0.97% | 0.45% | - |
| HSV(B) | 326.37º | 0.99% | 0.89% | - |
| XYZ | 35.29 | 17.79 | 22 | - |
| YUV | 83.93 | 152.88 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 128 | 0 | 0.99 | 0.43 | 0.11 | 326.37 | 0.97 | 0.45 |
| Hex | E2 | 3 | 80 | 0 | 63 | 2B | B | 146 | 61 | 2D |
| Octal | 342 | 3 | 200 | 0 | 143 | 53 | 13 | 506 | 141 | 55 |
| Binary | 11100010 | 11 | 10000000 | 0 | 1100011 | 101011 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E20380
Complementary color
Monochromatic Colors of #E20380
Black with #E20380
Text Example
Text Example
White with #E20380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20380; }
p { color: rgb(226,3,128); }
H1.HeaderClassName
{
color: #E20380;
}
.AnyTagClassName
{
color: #E20380;
}
</style>
background-color css
<style>
a { background-color: #E20380; }
a { background-color: rgb(226,3,128); }
div.DivClassName
{
background-color: #E20380;
}
.BgClassName
{
background-color: #E20380;
}
</style>
border-color css
<style>
span { border-color: #E20380; }
span { border-color: rgb(226,3,128); }
td.TdClassName
{
border-color: #E20380;
}
.TagClassName
{
border-color: #E20380;
}
</style>