Shades of Medium Violet Red #E4077E
Tints of Medium Violet Red #E4077E
RGB
CMYK
RGB Variations
Color information
#E4077E (or 0xE4077E) is known color: Medium Violet Red. HEX triplet: E4, 07 and 7E. RGB value is (228,7,126). Sum of RGB (Red+Green+Blue) = 228+7+126=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E4077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4077E is #1BF881. Grayscale: #565656. Windows color (decimal): -1833090 or 8259556. OLE color: 8259556.
HSL color Cylindrical-coordinate representation of color #E4077E: hue angle of 327.69º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4077E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.11 |
| HSL | 327.69º | 0.94% | 0.46% | - |
| HSV(B) | 327.69º | 0.97% | 0.89% | - |
| XYZ | 35.84 | 18.15 | 21.35 | - |
| YUV | 86.65 | 150.22 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 126 | 0 | 0.97 | 0.45 | 0.11 | 327.69 | 0.94 | 0.46 |
| Hex | E4 | 7 | 7E | 0 | 61 | 2D | B | 148 | 5E | 2E |
| Octal | 344 | 7 | 176 | 0 | 141 | 55 | 13 | 510 | 136 | 56 |
| Binary | 11100100 | 111 | 1111110 | 0 | 1100001 | 101101 | 1011 | 101001000 | 1011110 | 101110 |
Color Harmonies of #E4077E
Complementary color
Monochromatic Colors of #E4077E
Black with #E4077E
Text Example
Text Example
White with #E4077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4077E; }
p { color: rgb(228,7,126); }
H1.HeaderClassName
{
color: #E4077E;
}
.AnyTagClassName
{
color: #E4077E;
}
</style>
background-color css
<style>
a { background-color: #E4077E; }
a { background-color: rgb(228,7,126); }
div.DivClassName
{
background-color: #E4077E;
}
.BgClassName
{
background-color: #E4077E;
}
</style>
border-color css
<style>
span { border-color: #E4077E; }
span { border-color: rgb(228,7,126); }
td.TdClassName
{
border-color: #E4077E;
}
.TagClassName
{
border-color: #E4077E;
}
</style>