Shades of Medium Violet Red #E1007F
Tints of Medium Violet Red #E1007F
RGB
CMYK
RGB Variations
Color information
#E1007F (or 0xE1007F) is known color: Medium Violet Red. HEX triplet: E1, 00 and 7F. RGB value is (225,0,127). Sum of RGB (Red+Green+Blue) = 225+0+127=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1007F is #1EFF80. Grayscale: #515151. Windows color (decimal): -2031489 or 8323297. OLE color: 8323297.
HSL color Cylindrical-coordinate representation of color #E1007F: hue angle of 326.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1007F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.44 | 0.12 |
| HSL | 326.13º | 1% | 0.44% | - |
| HSV(B) | 326.13º | 1% | 0.88% | - |
| XYZ | 34.88 | 17.54 | 21.63 | - |
| YUV | 81.75 | 153.54 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 127 | 0 | 1 | 0.44 | 0.12 | 326.13 | 1 | 0.44 |
| Hex | E1 | 0 | 7F | 0 | 64 | 2C | C | 146 | 64 | 2C |
| Octal | 341 | 0 | 177 | 0 | 144 | 54 | 14 | 506 | 144 | 54 |
| Binary | 11100001 | 0 | 1111111 | 0 | 1100100 | 101100 | 1100 | 101000110 | 1100100 | 101100 |
Color Harmonies of #E1007F
Complementary color
Monochromatic Colors of #E1007F
Black with #E1007F
Text Example
Text Example
White with #E1007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1007F; }
p { color: rgb(225,0,127); }
H1.HeaderClassName
{
color: #E1007F;
}
.AnyTagClassName
{
color: #E1007F;
}
</style>
background-color css
<style>
a { background-color: #E1007F; }
a { background-color: rgb(225,0,127); }
div.DivClassName
{
background-color: #E1007F;
}
.BgClassName
{
background-color: #E1007F;
}
</style>
border-color css
<style>
span { border-color: #E1007F; }
span { border-color: rgb(225,0,127); }
td.TdClassName
{
border-color: #E1007F;
}
.TagClassName
{
border-color: #E1007F;
}
</style>