Shades of Medium Violet Red #E0017F
Tints of Medium Violet Red #E0017F
RGB
CMYK
RGB Variations
Color information
#E0017F (or 0xE0017F) is known color: Medium Violet Red. HEX triplet: E0, 01 and 7F. RGB value is (224,1,127). Sum of RGB (Red+Green+Blue) = 224+1+127=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0017F is #1FFE80. Grayscale: #515151. Windows color (decimal): -2096769 or 8323552. OLE color: 8323552.
HSL color Cylindrical-coordinate representation of color #E0017F: hue angle of 326.1º 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 #E0017F is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.12 |
| HSL | 326.1º | 0.99% | 0.44% | - |
| HSV(B) | 326.1º | 1% | 0.88% | - |
| XYZ | 34.58 | 17.4 | 21.61 | - |
| YUV | 82.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 127 | 0 | 1.00 | 0.43 | 0.12 | 326.1 | 0.99 | 0.44 |
| Hex | E0 | 1 | 7F | 0 | 64 | 2B | C | 146 | 63 | 2C |
| Octal | 340 | 1 | 177 | 0 | 144 | 53 | 14 | 506 | 143 | 54 |
| Binary | 11100000 | 1 | 1111111 | 0 | 1100100 | 101011 | 1100 | 101000110 | 1100011 | 101100 |
Color Harmonies of #E0017F
Complementary color
Monochromatic Colors of #E0017F
Black with #E0017F
Text Example
Text Example
White with #E0017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0017F; }
p { color: rgb(224,1,127); }
H1.HeaderClassName
{
color: #E0017F;
}
.AnyTagClassName
{
color: #E0017F;
}
</style>
background-color css
<style>
a { background-color: #E0017F; }
a { background-color: rgb(224,1,127); }
div.DivClassName
{
background-color: #E0017F;
}
.BgClassName
{
background-color: #E0017F;
}
</style>
border-color css
<style>
span { border-color: #E0017F; }
span { border-color: rgb(224,1,127); }
td.TdClassName
{
border-color: #E0017F;
}
.TagClassName
{
border-color: #E0017F;
}
</style>