Shades of Medium Violet Red #E2017F
Tints of Medium Violet Red #E2017F
RGB
CMYK
RGB Variations
Color information
#E2017F (or 0xE2017F) is known color: Medium Violet Red. HEX triplet: E2, 01 and 7F. RGB value is (226,1,127). Sum of RGB (Red+Green+Blue) = 226+1+127=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2017F is #1DFE80. Grayscale: #525252. Windows color (decimal): -1965697 or 8323554. OLE color: 8323554.
HSL color Cylindrical-coordinate representation of color #E2017F: hue angle of 326.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2017F is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.11 |
| HSL | 326.4º | 0.99% | 0.45% | - |
| HSV(B) | 326.4º | 1% | 0.89% | - |
| XYZ | 35.21 | 17.72 | 21.64 | - |
| YUV | 82.64 | 153.04 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 127 | 0 | 1.00 | 0.44 | 0.11 | 326.4 | 0.99 | 0.45 |
| Hex | E2 | 1 | 7F | 0 | 64 | 2C | B | 146 | 63 | 2D |
| Octal | 342 | 1 | 177 | 0 | 144 | 54 | 13 | 506 | 143 | 55 |
| Binary | 11100010 | 1 | 1111111 | 0 | 1100100 | 101100 | 1011 | 101000110 | 1100011 | 101101 |
Color Harmonies of #E2017F
Complementary color
Monochromatic Colors of #E2017F
Black with #E2017F
Text Example
Text Example
White with #E2017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2017F; }
p { color: rgb(226,1,127); }
H1.HeaderClassName
{
color: #E2017F;
}
.AnyTagClassName
{
color: #E2017F;
}
</style>
background-color css
<style>
a { background-color: #E2017F; }
a { background-color: rgb(226,1,127); }
div.DivClassName
{
background-color: #E2017F;
}
.BgClassName
{
background-color: #E2017F;
}
</style>
border-color css
<style>
span { border-color: #E2017F; }
span { border-color: rgb(226,1,127); }
td.TdClassName
{
border-color: #E2017F;
}
.TagClassName
{
border-color: #E2017F;
}
</style>