Shades of Medium Violet Red #E1077B
Tints of Medium Violet Red #E1077B
RGB
CMYK
RGB Variations
Color information
#E1077B (or 0xE1077B) is known color: Medium Violet Red. HEX triplet: E1, 07 and 7B. RGB value is (225,7,123). Sum of RGB (Red+Green+Blue) = 225+7+123=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1077B is #1EF884. Grayscale: #555555. Windows color (decimal): -2029701 or 8062945. OLE color: 8062945.
HSL color Cylindrical-coordinate representation of color #E1077B: hue angle of 328.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1077B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.12 |
| HSL | 328.07º | 0.94% | 0.45% | - |
| HSV(B) | 328.07º | 0.97% | 0.88% | - |
| XYZ | 34.7 | 17.59 | 20.3 | - |
| YUV | 85.41 | 149.22 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 123 | 0 | 0.97 | 0.45 | 0.12 | 328.07 | 0.94 | 0.45 |
| Hex | E1 | 7 | 7B | 0 | 61 | 2D | C | 148 | 5E | 2D |
| Octal | 341 | 7 | 173 | 0 | 141 | 55 | 14 | 510 | 136 | 55 |
| Binary | 11100001 | 111 | 1111011 | 0 | 1100001 | 101101 | 1100 | 101001000 | 1011110 | 101101 |
Color Harmonies of #E1077B
Complementary color
Monochromatic Colors of #E1077B
Black with #E1077B
Text Example
Text Example
White with #E1077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1077B; }
p { color: rgb(225,7,123); }
H1.HeaderClassName
{
color: #E1077B;
}
.AnyTagClassName
{
color: #E1077B;
}
</style>
background-color css
<style>
a { background-color: #E1077B; }
a { background-color: rgb(225,7,123); }
div.DivClassName
{
background-color: #E1077B;
}
.BgClassName
{
background-color: #E1077B;
}
</style>
border-color css
<style>
span { border-color: #E1077B; }
span { border-color: rgb(225,7,123); }
td.TdClassName
{
border-color: #E1077B;
}
.TagClassName
{
border-color: #E1077B;
}
</style>