Shades of Medium Violet Red #E20F7C
Tints of Medium Violet Red #E20F7C
RGB
CMYK
RGB Variations
Color information
#E20F7C (or 0xE20F7C) is known color: Medium Violet Red. HEX triplet: E2, 0F and 7C. RGB value is (226,15,124). Sum of RGB (Red+Green+Blue) = 226+15+124=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F7C is #1DF083. Grayscale: #5A5A5A. Windows color (decimal): -1962116 or 8130530. OLE color: 8130530.
HSL color Cylindrical-coordinate representation of color #E20F7C: hue angle of 329º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F7C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 124 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.11 |
| HSL | 329º | 0.88% | 0.47% | - |
| HSV(B) | 329º | 0.93% | 0.89% | - |
| XYZ | 35.17 | 17.97 | 20.68 | - |
| YUV | 90.52 | 146.9 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 124 | 0 | 0.93 | 0.45 | 0.11 | 329 | 0.88 | 0.47 |
| Hex | E2 | F | 7C | 0 | 5D | 2D | B | 149 | 58 | 2F |
| Octal | 342 | 17 | 174 | 0 | 135 | 55 | 13 | 511 | 130 | 57 |
| Binary | 11100010 | 1111 | 1111100 | 0 | 1011101 | 101101 | 1011 | 101001001 | 1011000 | 101111 |
Color Harmonies of #E20F7C
Complementary color
Monochromatic Colors of #E20F7C
Black with #E20F7C
Text Example
Text Example
White with #E20F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20F7C; }
p { color: rgb(226,15,124); }
H1.HeaderClassName
{
color: #E20F7C;
}
.AnyTagClassName
{
color: #E20F7C;
}
</style>
background-color css
<style>
a { background-color: #E20F7C; }
a { background-color: rgb(226,15,124); }
div.DivClassName
{
background-color: #E20F7C;
}
.BgClassName
{
background-color: #E20F7C;
}
</style>
border-color css
<style>
span { border-color: #E20F7C; }
span { border-color: rgb(226,15,124); }
td.TdClassName
{
border-color: #E20F7C;
}
.TagClassName
{
border-color: #E20F7C;
}
</style>