Shades of Medium Violet Red #E40D86
Tints of Medium Violet Red #E40D86
RGB
CMYK
RGB Variations
Color information
#E40D86 (or 0xE40D86) is known color: Medium Violet Red. HEX triplet: E4, 0D and 86. RGB value is (228,13,134). Sum of RGB (Red+Green+Blue) = 228+13+134=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40D86 is #1BF279. Grayscale: #5A5A5A. Windows color (decimal): -1831546 or 8785380. OLE color: 8785380.
HSL color Cylindrical-coordinate representation of color #E40D86: hue angle of 326.23º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40D86 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 134 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.11 |
| HSL | 326.23º | 0.89% | 0.47% | - |
| HSV(B) | 326.23º | 0.94% | 0.89% | - |
| XYZ | 36.44 | 18.5 | 24.21 | - |
| YUV | 91.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 134 | 0 | 0.94 | 0.41 | 0.11 | 326.23 | 0.89 | 0.47 |
| Hex | E4 | D | 86 | 0 | 5E | 29 | B | 146 | 59 | 2F |
| Octal | 344 | 15 | 206 | 0 | 136 | 51 | 13 | 506 | 131 | 57 |
| Binary | 11100100 | 1101 | 10000110 | 0 | 1011110 | 101001 | 1011 | 101000110 | 1011001 | 101111 |
Color Harmonies of #E40D86
Complementary color
Monochromatic Colors of #E40D86
Black with #E40D86
Text Example
Text Example
White with #E40D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D86; }
p { color: rgb(228,13,134); }
H1.HeaderClassName
{
color: #E40D86;
}
.AnyTagClassName
{
color: #E40D86;
}
</style>
background-color css
<style>
a { background-color: #E40D86; }
a { background-color: rgb(228,13,134); }
div.DivClassName
{
background-color: #E40D86;
}
.BgClassName
{
background-color: #E40D86;
}
</style>
border-color css
<style>
span { border-color: #E40D86; }
span { border-color: rgb(228,13,134); }
td.TdClassName
{
border-color: #E40D86;
}
.TagClassName
{
border-color: #E40D86;
}
</style>