Shades of Medium Violet Red #E40F84
Tints of Medium Violet Red #E40F84
RGB
CMYK
RGB Variations
Color information
#E40F84 (or 0xE40F84) is known color: Medium Violet Red. HEX triplet: E4, 0F and 84. RGB value is (228,15,132). Sum of RGB (Red+Green+Blue) = 228+15+132=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40F84 is #1BF07B. Grayscale: #5B5B5B. Windows color (decimal): -1831036 or 8654820. OLE color: 8654820.
HSL color Cylindrical-coordinate representation of color #E40F84: hue angle of 327.04º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F84 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 132 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.11 |
| HSL | 327.04º | 0.88% | 0.48% | - |
| HSV(B) | 327.04º | 0.93% | 0.89% | - |
| XYZ | 36.33 | 18.5 | 23.49 | - |
| YUV | 92.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 132 | 0 | 0.93 | 0.42 | 0.11 | 327.04 | 0.88 | 0.48 |
| Hex | E4 | F | 84 | 0 | 5D | 2A | B | 147 | 58 | 30 |
| Octal | 344 | 17 | 204 | 0 | 135 | 52 | 13 | 507 | 130 | 60 |
| Binary | 11100100 | 1111 | 10000100 | 0 | 1011101 | 101010 | 1011 | 101000111 | 1011000 | 110000 |
Color Harmonies of #E40F84
Complementary color
Monochromatic Colors of #E40F84
Black with #E40F84
Text Example
Text Example
White with #E40F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F84; }
p { color: rgb(228,15,132); }
H1.HeaderClassName
{
color: #E40F84;
}
.AnyTagClassName
{
color: #E40F84;
}
</style>
background-color css
<style>
a { background-color: #E40F84; }
a { background-color: rgb(228,15,132); }
div.DivClassName
{
background-color: #E40F84;
}
.BgClassName
{
background-color: #E40F84;
}
</style>
border-color css
<style>
span { border-color: #E40F84; }
span { border-color: rgb(228,15,132); }
td.TdClassName
{
border-color: #E40F84;
}
.TagClassName
{
border-color: #E40F84;
}
</style>