Shades of Medium Violet Red #E20680
Tints of Medium Violet Red #E20680
RGB
CMYK
RGB Variations
Color information
#E20680 (or 0xE20680) is known color: Medium Violet Red. HEX triplet: E2, 06 and 80. RGB value is (226,6,128). Sum of RGB (Red+Green+Blue) = 226+6+128=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E20680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20680 is #1DF97F. Grayscale: #555555. Windows color (decimal): -1964416 or 8390370. OLE color: 8390370.
HSL color Cylindrical-coordinate representation of color #E20680: hue angle of 326.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20680 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.11 |
| HSL | 326.73º | 0.95% | 0.45% | - |
| HSV(B) | 326.73º | 0.97% | 0.89% | - |
| XYZ | 35.33 | 17.86 | 22.01 | - |
| YUV | 85.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 128 | 0 | 0.97 | 0.43 | 0.11 | 326.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | 80 | 0 | 61 | 2B | B | 147 | 5F | 2D |
| Octal | 342 | 6 | 200 | 0 | 141 | 53 | 13 | 507 | 137 | 55 |
| Binary | 11100010 | 110 | 10000000 | 0 | 1100001 | 101011 | 1011 | 101000111 | 1011111 | 101101 |
Color Harmonies of #E20680
Complementary color
Monochromatic Colors of #E20680
Black with #E20680
Text Example
Text Example
White with #E20680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20680; }
p { color: rgb(226,6,128); }
H1.HeaderClassName
{
color: #E20680;
}
.AnyTagClassName
{
color: #E20680;
}
</style>
background-color css
<style>
a { background-color: #E20680; }
a { background-color: rgb(226,6,128); }
div.DivClassName
{
background-color: #E20680;
}
.BgClassName
{
background-color: #E20680;
}
</style>
border-color css
<style>
span { border-color: #E20680; }
span { border-color: rgb(226,6,128); }
td.TdClassName
{
border-color: #E20680;
}
.TagClassName
{
border-color: #E20680;
}
</style>