Shades of Medium Violet Red #E20C83
Tints of Medium Violet Red #E20C83
RGB
CMYK
RGB Variations
Color information
#E20C83 (or 0xE20C83) is known color: Medium Violet Red. HEX triplet: E2, 0C and 83. RGB value is (226,12,131). Sum of RGB (Red+Green+Blue) = 226+12+131=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C83 is #1DF37C. Grayscale: #595959. Windows color (decimal): -1962877 or 8588514. OLE color: 8588514.
HSL color Cylindrical-coordinate representation of color #E20C83: hue angle of 326.64º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20C83 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.11 |
| HSL | 326.64º | 0.9% | 0.47% | - |
| HSV(B) | 326.64º | 0.95% | 0.89% | - |
| XYZ | 35.59 | 18.07 | 23.08 | - |
| YUV | 89.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 131 | 0 | 0.95 | 0.42 | 0.11 | 326.64 | 0.9 | 0.47 |
| Hex | E2 | C | 83 | 0 | 5F | 2A | B | 147 | 5A | 2F |
| Octal | 342 | 14 | 203 | 0 | 137 | 52 | 13 | 507 | 132 | 57 |
| Binary | 11100010 | 1100 | 10000011 | 0 | 1011111 | 101010 | 1011 | 101000111 | 1011010 | 101111 |
Color Harmonies of #E20C83
Complementary color
Monochromatic Colors of #E20C83
Black with #E20C83
Text Example
Text Example
White with #E20C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C83; }
p { color: rgb(226,12,131); }
H1.HeaderClassName
{
color: #E20C83;
}
.AnyTagClassName
{
color: #E20C83;
}
</style>
background-color css
<style>
a { background-color: #E20C83; }
a { background-color: rgb(226,12,131); }
div.DivClassName
{
background-color: #E20C83;
}
.BgClassName
{
background-color: #E20C83;
}
</style>
border-color css
<style>
span { border-color: #E20C83; }
span { border-color: rgb(226,12,131); }
td.TdClassName
{
border-color: #E20C83;
}
.TagClassName
{
border-color: #E20C83;
}
</style>