Shades of Medium Violet Red #E20784
Tints of Medium Violet Red #E20784
RGB
CMYK
RGB Variations
Color information
#E20784 (or 0xE20784) is known color: Medium Violet Red. HEX triplet: E2, 07 and 84. RGB value is (226,7,132). Sum of RGB (Red+Green+Blue) = 226+7+132=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E20784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20784 is #1DF87B. Grayscale: #565656. Windows color (decimal): -1964156 or 8652770. OLE color: 8652770.
HSL color Cylindrical-coordinate representation of color #E20784: hue angle of 325.75º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20784 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.11 |
| HSL | 325.75º | 0.94% | 0.46% | - |
| HSV(B) | 325.75º | 0.97% | 0.89% | - |
| XYZ | 35.6 | 17.99 | 23.42 | - |
| YUV | 86.73 | 153.55 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 132 | 0 | 0.97 | 0.42 | 0.11 | 325.75 | 0.94 | 0.46 |
| Hex | E2 | 7 | 84 | 0 | 61 | 2A | B | 146 | 5E | 2E |
| Octal | 342 | 7 | 204 | 0 | 141 | 52 | 13 | 506 | 136 | 56 |
| Binary | 11100010 | 111 | 10000100 | 0 | 1100001 | 101010 | 1011 | 101000110 | 1011110 | 101110 |
Color Harmonies of #E20784
Complementary color
Monochromatic Colors of #E20784
Black with #E20784
Text Example
Text Example
White with #E20784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20784; }
p { color: rgb(226,7,132); }
H1.HeaderClassName
{
color: #E20784;
}
.AnyTagClassName
{
color: #E20784;
}
</style>
background-color css
<style>
a { background-color: #E20784; }
a { background-color: rgb(226,7,132); }
div.DivClassName
{
background-color: #E20784;
}
.BgClassName
{
background-color: #E20784;
}
</style>
border-color css
<style>
span { border-color: #E20784; }
span { border-color: rgb(226,7,132); }
td.TdClassName
{
border-color: #E20784;
}
.TagClassName
{
border-color: #E20784;
}
</style>