Shades of Medium Violet Red #E40080
Tints of Medium Violet Red #E40080
RGB
CMYK
RGB Variations
Color information
#E40080 (or 0xE40080) is known color: Medium Violet Red. HEX triplet: E4, 00 and 80. RGB value is (228,0,128). Sum of RGB (Red+Green+Blue) = 228+0+128=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E40080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40080 is #1BFF7F. Grayscale: #525252. Windows color (decimal): -1834880 or 8388836. OLE color: 8388836.
HSL color Cylindrical-coordinate representation of color #E40080: hue angle of 326.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40080 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.44 | 0.11 |
| HSL | 326.32º | 1% | 0.45% | - |
| HSV(B) | 326.32º | 1% | 0.89% | - |
| XYZ | 35.89 | 18.05 | 22.01 | - |
| YUV | 82.76 | 153.54 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 128 | 0 | 1 | 0.44 | 0.11 | 326.32 | 1 | 0.45 |
| Hex | E4 | 0 | 80 | 0 | 64 | 2C | B | 146 | 64 | 2D |
| Octal | 344 | 0 | 200 | 0 | 144 | 54 | 13 | 506 | 144 | 55 |
| Binary | 11100100 | 0 | 10000000 | 0 | 1100100 | 101100 | 1011 | 101000110 | 1100100 | 101101 |
Color Harmonies of #E40080
Complementary color
Monochromatic Colors of #E40080
Black with #E40080
Text Example
Text Example
White with #E40080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40080; }
p { color: rgb(228,0,128); }
H1.HeaderClassName
{
color: #E40080;
}
.AnyTagClassName
{
color: #E40080;
}
</style>
background-color css
<style>
a { background-color: #E40080; }
a { background-color: rgb(228,0,128); }
div.DivClassName
{
background-color: #E40080;
}
.BgClassName
{
background-color: #E40080;
}
</style>
border-color css
<style>
span { border-color: #E40080; }
span { border-color: rgb(228,0,128); }
td.TdClassName
{
border-color: #E40080;
}
.TagClassName
{
border-color: #E40080;
}
</style>