Shades of Medium Violet Red #E1057E
Tints of Medium Violet Red #E1057E
RGB
CMYK
RGB Variations
Color information
#E1057E (or 0xE1057E) is known color: Medium Violet Red. HEX triplet: E1, 05 and 7E. RGB value is (225,5,126). Sum of RGB (Red+Green+Blue) = 225+5+126=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1057E is #1EFA81. Grayscale: #545454. Windows color (decimal): -2030210 or 8259041. OLE color: 8259041.
HSL color Cylindrical-coordinate representation of color #E1057E: hue angle of 327º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1057E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.12 |
| HSL | 327º | 0.96% | 0.45% | - |
| HSV(B) | 327º | 0.98% | 0.88% | - |
| XYZ | 34.87 | 17.62 | 21.3 | - |
| YUV | 84.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 126 | 0 | 0.98 | 0.44 | 0.12 | 327 | 0.96 | 0.45 |
| Hex | E1 | 5 | 7E | 0 | 62 | 2C | C | 147 | 60 | 2D |
| Octal | 341 | 5 | 176 | 0 | 142 | 54 | 14 | 507 | 140 | 55 |
| Binary | 11100001 | 101 | 1111110 | 0 | 1100010 | 101100 | 1100 | 101000111 | 1100000 | 101101 |
Color Harmonies of #E1057E
Complementary color
Monochromatic Colors of #E1057E
Black with #E1057E
Text Example
Text Example
White with #E1057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1057E; }
p { color: rgb(225,5,126); }
H1.HeaderClassName
{
color: #E1057E;
}
.AnyTagClassName
{
color: #E1057E;
}
</style>
background-color css
<style>
a { background-color: #E1057E; }
a { background-color: rgb(225,5,126); }
div.DivClassName
{
background-color: #E1057E;
}
.BgClassName
{
background-color: #E1057E;
}
</style>
border-color css
<style>
span { border-color: #E1057E; }
span { border-color: rgb(225,5,126); }
td.TdClassName
{
border-color: #E1057E;
}
.TagClassName
{
border-color: #E1057E;
}
</style>