Shades of Medium Violet Red #E2017E
Tints of Medium Violet Red #E2017E
RGB
CMYK
RGB Variations
Color information
#E2017E (or 0xE2017E) is known color: Medium Violet Red. HEX triplet: E2, 01 and 7E. RGB value is (226,1,126). Sum of RGB (Red+Green+Blue) = 226+1+126=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2017E is #1DFE81. Grayscale: #525252. Windows color (decimal): -1965698 or 8258018. OLE color: 8258018.
HSL color Cylindrical-coordinate representation of color #E2017E: hue angle of 326.67º 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 #E2017E is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.11 |
| HSL | 326.67º | 0.99% | 0.45% | - |
| HSV(B) | 326.67º | 1% | 0.89% | - |
| XYZ | 35.14 | 17.7 | 21.3 | - |
| YUV | 82.53 | 152.54 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 126 | 0 | 1.00 | 0.44 | 0.11 | 326.67 | 0.99 | 0.45 |
| Hex | E2 | 1 | 7E | 0 | 64 | 2C | B | 147 | 63 | 2D |
| Octal | 342 | 1 | 176 | 0 | 144 | 54 | 13 | 507 | 143 | 55 |
| Binary | 11100010 | 1 | 1111110 | 0 | 1100100 | 101100 | 1011 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E2017E
Complementary color
Monochromatic Colors of #E2017E
Black with #E2017E
Text Example
Text Example
White with #E2017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2017E; }
p { color: rgb(226,1,126); }
H1.HeaderClassName
{
color: #E2017E;
}
.AnyTagClassName
{
color: #E2017E;
}
</style>
background-color css
<style>
a { background-color: #E2017E; }
a { background-color: rgb(226,1,126); }
div.DivClassName
{
background-color: #E2017E;
}
.BgClassName
{
background-color: #E2017E;
}
</style>
border-color css
<style>
span { border-color: #E2017E; }
span { border-color: rgb(226,1,126); }
td.TdClassName
{
border-color: #E2017E;
}
.TagClassName
{
border-color: #E2017E;
}
</style>