Shades of Medium Violet Red #E20C8B
Tints of Medium Violet Red #E20C8B
RGB
CMYK
RGB Variations
Color information
#E20C8B (or 0xE20C8B) is known color: Medium Violet Red. HEX triplet: E2, 0C and 8B. RGB value is (226,12,139). Sum of RGB (Red+Green+Blue) = 226+12+139=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C8B is #1DF374. Grayscale: #5A5A5A. Windows color (decimal): -1962869 or 9112802. OLE color: 9112802.
HSL color Cylindrical-coordinate representation of color #E20C8B: hue angle of 324.39º 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 #E20C8B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 139 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.11 |
| HSL | 324.39º | 0.9% | 0.47% | - |
| HSV(B) | 324.39º | 0.95% | 0.89% | - |
| XYZ | 36.16 | 18.3 | 26.05 | - |
| YUV | 90.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 139 | 0 | 0.95 | 0.38 | 0.11 | 324.39 | 0.9 | 0.47 |
| Hex | E2 | C | 8B | 0 | 5F | 26 | B | 144 | 5A | 2F |
| Octal | 342 | 14 | 213 | 0 | 137 | 46 | 13 | 504 | 132 | 57 |
| Binary | 11100010 | 1100 | 10001011 | 0 | 1011111 | 100110 | 1011 | 101000100 | 1011010 | 101111 |
Color Harmonies of #E20C8B
Complementary color
Monochromatic Colors of #E20C8B
Black with #E20C8B
Text Example
Text Example
White with #E20C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C8B; }
p { color: rgb(226,12,139); }
H1.HeaderClassName
{
color: #E20C8B;
}
.AnyTagClassName
{
color: #E20C8B;
}
</style>
background-color css
<style>
a { background-color: #E20C8B; }
a { background-color: rgb(226,12,139); }
div.DivClassName
{
background-color: #E20C8B;
}
.BgClassName
{
background-color: #E20C8B;
}
</style>
border-color css
<style>
span { border-color: #E20C8B; }
span { border-color: rgb(226,12,139); }
td.TdClassName
{
border-color: #E20C8B;
}
.TagClassName
{
border-color: #E20C8B;
}
</style>