Shades of Medium Violet Red #E3077D
Tints of Medium Violet Red #E3077D
RGB
CMYK
RGB Variations
Color information
#E3077D (or 0xE3077D) is known color: Medium Violet Red. HEX triplet: E3, 07 and 7D. RGB value is (227,7,125). Sum of RGB (Red+Green+Blue) = 227+7+125=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3077D is #1CF882. Grayscale: #555555. Windows color (decimal): -1898627 or 8194019. OLE color: 8194019.
HSL color Cylindrical-coordinate representation of color #E3077D: hue angle of 327.82º 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 #E3077D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.11 |
| HSL | 327.82º | 0.94% | 0.46% | - |
| HSV(B) | 327.82º | 0.97% | 0.89% | - |
| XYZ | 35.46 | 17.96 | 21 | - |
| YUV | 86.23 | 149.89 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 125 | 0 | 0.97 | 0.45 | 0.11 | 327.82 | 0.94 | 0.46 |
| Hex | E3 | 7 | 7D | 0 | 61 | 2D | B | 148 | 5E | 2E |
| Octal | 343 | 7 | 175 | 0 | 141 | 55 | 13 | 510 | 136 | 56 |
| Binary | 11100011 | 111 | 1111101 | 0 | 1100001 | 101101 | 1011 | 101001000 | 1011110 | 101110 |
Color Harmonies of #E3077D
Complementary color
Monochromatic Colors of #E3077D
Black with #E3077D
Text Example
Text Example
White with #E3077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3077D; }
p { color: rgb(227,7,125); }
H1.HeaderClassName
{
color: #E3077D;
}
.AnyTagClassName
{
color: #E3077D;
}
</style>
background-color css
<style>
a { background-color: #E3077D; }
a { background-color: rgb(227,7,125); }
div.DivClassName
{
background-color: #E3077D;
}
.BgClassName
{
background-color: #E3077D;
}
</style>
border-color css
<style>
span { border-color: #E3077D; }
span { border-color: rgb(227,7,125); }
td.TdClassName
{
border-color: #E3077D;
}
.TagClassName
{
border-color: #E3077D;
}
</style>