Shades of Medium Violet Red #E40780
Tints of Medium Violet Red #E40780
RGB
CMYK
RGB Variations
Color information
#E40780 (or 0xE40780) is known color: Medium Violet Red. HEX triplet: E4, 07 and 80. RGB value is (228,7,128). Sum of RGB (Red+Green+Blue) = 228+7+128=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E40780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40780 is #1BF87F. Grayscale: #565656. Windows color (decimal): -1833088 or 8390628. OLE color: 8390628.
HSL color Cylindrical-coordinate representation of color #E40780: hue angle of 327.15º 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 #E40780 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.11 |
| HSL | 327.15º | 0.94% | 0.46% | - |
| HSV(B) | 327.15º | 0.97% | 0.89% | - |
| XYZ | 35.97 | 18.2 | 22.04 | - |
| YUV | 86.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 128 | 0 | 0.97 | 0.44 | 0.11 | 327.15 | 0.94 | 0.46 |
| Hex | E4 | 7 | 80 | 0 | 61 | 2C | B | 147 | 5E | 2E |
| Octal | 344 | 7 | 200 | 0 | 141 | 54 | 13 | 507 | 136 | 56 |
| Binary | 11100100 | 111 | 10000000 | 0 | 1100001 | 101100 | 1011 | 101000111 | 1011110 | 101110 |
Color Harmonies of #E40780
Complementary color
Monochromatic Colors of #E40780
Black with #E40780
Text Example
Text Example
White with #E40780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40780; }
p { color: rgb(228,7,128); }
H1.HeaderClassName
{
color: #E40780;
}
.AnyTagClassName
{
color: #E40780;
}
</style>
background-color css
<style>
a { background-color: #E40780; }
a { background-color: rgb(228,7,128); }
div.DivClassName
{
background-color: #E40780;
}
.BgClassName
{
background-color: #E40780;
}
</style>
border-color css
<style>
span { border-color: #E40780; }
span { border-color: rgb(228,7,128); }
td.TdClassName
{
border-color: #E40780;
}
.TagClassName
{
border-color: #E40780;
}
</style>