Shades of Medium Violet Red #E1017B
Tints of Medium Violet Red #E1017B
RGB
CMYK
RGB Variations
Color information
#E1017B (or 0xE1017B) is known color: Medium Violet Red. HEX triplet: E1, 01 and 7B. RGB value is (225,1,123). Sum of RGB (Red+Green+Blue) = 225+1+123=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1017B is #1EFE84. Grayscale: #515151. Windows color (decimal): -2031237 or 8061409. OLE color: 8061409.
HSL color Cylindrical-coordinate representation of color #E1017B: hue angle of 327.32º 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 #E1017B is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.12 |
| HSL | 327.32º | 0.99% | 0.44% | - |
| HSV(B) | 327.32º | 1% | 0.88% | - |
| XYZ | 34.64 | 17.46 | 20.28 | - |
| YUV | 81.88 | 151.21 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 123 | 0 | 1.00 | 0.45 | 0.12 | 327.32 | 0.99 | 0.44 |
| Hex | E1 | 1 | 7B | 0 | 64 | 2D | C | 147 | 63 | 2C |
| Octal | 341 | 1 | 173 | 0 | 144 | 55 | 14 | 507 | 143 | 54 |
| Binary | 11100001 | 1 | 1111011 | 0 | 1100100 | 101101 | 1100 | 101000111 | 1100011 | 101100 |
Color Harmonies of #E1017B
Complementary color
Monochromatic Colors of #E1017B
Black with #E1017B
Text Example
Text Example
White with #E1017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1017B; }
p { color: rgb(225,1,123); }
H1.HeaderClassName
{
color: #E1017B;
}
.AnyTagClassName
{
color: #E1017B;
}
</style>
background-color css
<style>
a { background-color: #E1017B; }
a { background-color: rgb(225,1,123); }
div.DivClassName
{
background-color: #E1017B;
}
.BgClassName
{
background-color: #E1017B;
}
</style>
border-color css
<style>
span { border-color: #E1017B; }
span { border-color: rgb(225,1,123); }
td.TdClassName
{
border-color: #E1017B;
}
.TagClassName
{
border-color: #E1017B;
}
</style>