Shades of Medium Violet Red #E20B82
Tints of Medium Violet Red #E20B82
RGB
CMYK
RGB Variations
Color information
#E20B82 (or 0xE20B82) is known color: Medium Violet Red. HEX triplet: E2, 0B and 82. RGB value is (226,11,130). Sum of RGB (Red+Green+Blue) = 226+11+130=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20B82 is #1DF47D. Grayscale: #585858. Windows color (decimal): -1963134 or 8522722. OLE color: 8522722.
HSL color Cylindrical-coordinate representation of color #E20B82: hue angle of 326.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20B82 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 130 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.11 |
| HSL | 326.79º | 0.91% | 0.46% | - |
| HSV(B) | 326.79º | 0.95% | 0.89% | - |
| XYZ | 35.51 | 18.02 | 22.73 | - |
| YUV | 88.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 130 | 0 | 0.95 | 0.42 | 0.11 | 326.79 | 0.91 | 0.46 |
| Hex | E2 | B | 82 | 0 | 5F | 2A | B | 147 | 5B | 2E |
| Octal | 342 | 13 | 202 | 0 | 137 | 52 | 13 | 507 | 133 | 56 |
| Binary | 11100010 | 1011 | 10000010 | 0 | 1011111 | 101010 | 1011 | 101000111 | 1011011 | 101110 |
Color Harmonies of #E20B82
Complementary color
Monochromatic Colors of #E20B82
Black with #E20B82
Text Example
Text Example
White with #E20B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B82; }
p { color: rgb(226,11,130); }
H1.HeaderClassName
{
color: #E20B82;
}
.AnyTagClassName
{
color: #E20B82;
}
</style>
background-color css
<style>
a { background-color: #E20B82; }
a { background-color: rgb(226,11,130); }
div.DivClassName
{
background-color: #E20B82;
}
.BgClassName
{
background-color: #E20B82;
}
</style>
border-color css
<style>
span { border-color: #E20B82; }
span { border-color: rgb(226,11,130); }
td.TdClassName
{
border-color: #E20B82;
}
.TagClassName
{
border-color: #E20B82;
}
</style>