Shades of Medium Violet Red #E20083
Tints of Medium Violet Red #E20083
RGB
CMYK
RGB Variations
Color information
#E20083 (or 0xE20083) is known color: Medium Violet Red. HEX triplet: E2, 00 and 83. RGB value is (226,0,131). Sum of RGB (Red+Green+Blue) = 226+0+131=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E20083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20083 is #1DFF7C. Grayscale: #525252. Windows color (decimal): -1965949 or 8585442. OLE color: 8585442.
HSL color Cylindrical-coordinate representation of color #E20083: hue angle of 325.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20083 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.42 | 0.11 |
| HSL | 325.22º | 1% | 0.44% | - |
| HSV(B) | 325.22º | 1% | 0.89% | - |
| XYZ | 35.46 | 17.81 | 23.04 | - |
| YUV | 82.51 | 155.37 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 131 | 0 | 1 | 0.42 | 0.11 | 325.22 | 1 | 0.44 |
| Hex | E2 | 0 | 83 | 0 | 64 | 2A | B | 145 | 64 | 2C |
| Octal | 342 | 0 | 203 | 0 | 144 | 52 | 13 | 505 | 144 | 54 |
| Binary | 11100010 | 0 | 10000011 | 0 | 1100100 | 101010 | 1011 | 101000101 | 1100100 | 101100 |
Color Harmonies of #E20083
Complementary color
Monochromatic Colors of #E20083
Black with #E20083
Text Example
Text Example
White with #E20083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20083; }
p { color: rgb(226,0,131); }
H1.HeaderClassName
{
color: #E20083;
}
.AnyTagClassName
{
color: #E20083;
}
</style>
background-color css
<style>
a { background-color: #E20083; }
a { background-color: rgb(226,0,131); }
div.DivClassName
{
background-color: #E20083;
}
.BgClassName
{
background-color: #E20083;
}
</style>
border-color css
<style>
span { border-color: #E20083; }
span { border-color: rgb(226,0,131); }
td.TdClassName
{
border-color: #E20083;
}
.TagClassName
{
border-color: #E20083;
}
</style>