Shades of Medium Violet Red #E4077F
Tints of Medium Violet Red #E4077F
RGB
CMYK
RGB Variations
Color information
#E4077F (or 0xE4077F) is known color: Medium Violet Red. HEX triplet: E4, 07 and 7F. RGB value is (228,7,127). Sum of RGB (Red+Green+Blue) = 228+7+127=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E4077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4077F is #1BF880. Grayscale: #565656. Windows color (decimal): -1833089 or 8325092. OLE color: 8325092.
HSL color Cylindrical-coordinate representation of color #E4077F: hue angle of 327.42º 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 #E4077F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.11 |
| HSL | 327.42º | 0.94% | 0.46% | - |
| HSV(B) | 327.42º | 0.97% | 0.89% | - |
| XYZ | 35.9 | 18.18 | 21.7 | - |
| YUV | 86.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 127 | 0 | 0.97 | 0.44 | 0.11 | 327.42 | 0.94 | 0.46 |
| Hex | E4 | 7 | 7F | 0 | 61 | 2C | B | 147 | 5E | 2E |
| Octal | 344 | 7 | 177 | 0 | 141 | 54 | 13 | 507 | 136 | 56 |
| Binary | 11100100 | 111 | 1111111 | 0 | 1100001 | 101100 | 1011 | 101000111 | 1011110 | 101110 |
Color Harmonies of #E4077F
Complementary color
Monochromatic Colors of #E4077F
Black with #E4077F
Text Example
Text Example
White with #E4077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4077F; }
p { color: rgb(228,7,127); }
H1.HeaderClassName
{
color: #E4077F;
}
.AnyTagClassName
{
color: #E4077F;
}
</style>
background-color css
<style>
a { background-color: #E4077F; }
a { background-color: rgb(228,7,127); }
div.DivClassName
{
background-color: #E4077F;
}
.BgClassName
{
background-color: #E4077F;
}
</style>
border-color css
<style>
span { border-color: #E4077F; }
span { border-color: rgb(228,7,127); }
td.TdClassName
{
border-color: #E4077F;
}
.TagClassName
{
border-color: #E4077F;
}
</style>