Shades of Medium Violet Red #E1017E
Tints of Medium Violet Red #E1017E
RGB
CMYK
RGB Variations
Color information
#E1017E (or 0xE1017E) is known color: Medium Violet Red. HEX triplet: E1, 01 and 7E. RGB value is (225,1,126). Sum of RGB (Red+Green+Blue) = 225+1+126=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1017E is #1EFE81. Grayscale: #515151. Windows color (decimal): -2031234 or 8258017. OLE color: 8258017.
HSL color Cylindrical-coordinate representation of color #E1017E: hue angle of 326.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1017E is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.12 |
| HSL | 326.52º | 0.99% | 0.44% | - |
| HSV(B) | 326.52º | 1% | 0.88% | - |
| XYZ | 34.83 | 17.54 | 21.29 | - |
| YUV | 82.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 126 | 0 | 1.00 | 0.44 | 0.12 | 326.52 | 0.99 | 0.44 |
| Hex | E1 | 1 | 7E | 0 | 64 | 2C | C | 147 | 63 | 2C |
| Octal | 341 | 1 | 176 | 0 | 144 | 54 | 14 | 507 | 143 | 54 |
| Binary | 11100001 | 1 | 1111110 | 0 | 1100100 | 101100 | 1100 | 101000111 | 1100011 | 101100 |
Color Harmonies of #E1017E
Complementary color
Monochromatic Colors of #E1017E
Black with #E1017E
Text Example
Text Example
White with #E1017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1017E; }
p { color: rgb(225,1,126); }
H1.HeaderClassName
{
color: #E1017E;
}
.AnyTagClassName
{
color: #E1017E;
}
</style>
background-color css
<style>
a { background-color: #E1017E; }
a { background-color: rgb(225,1,126); }
div.DivClassName
{
background-color: #E1017E;
}
.BgClassName
{
background-color: #E1017E;
}
</style>
border-color css
<style>
span { border-color: #E1017E; }
span { border-color: rgb(225,1,126); }
td.TdClassName
{
border-color: #E1017E;
}
.TagClassName
{
border-color: #E1017E;
}
</style>