Shades of Medium Violet Red #E4147F
Tints of Medium Violet Red #E4147F
RGB
CMYK
RGB Variations
Color information
#E4147F (or 0xE4147F) is known color: Medium Violet Red. HEX triplet: E4, 14 and 7F. RGB value is (228,20,127). Sum of RGB (Red+Green+Blue) = 228+20+127=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E4147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4147F is #1BEB80. Grayscale: #5E5E5E. Windows color (decimal): -1829761 or 8328420. OLE color: 8328420.
HSL color Cylindrical-coordinate representation of color #E4147F: hue angle of 329.13º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4147F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.11 |
| HSL | 329.13º | 0.84% | 0.49% | - |
| HSV(B) | 329.13º | 0.91% | 0.89% | - |
| XYZ | 36.08 | 18.53 | 21.75 | - |
| YUV | 94.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 127 | 0 | 0.91 | 0.44 | 0.11 | 329.13 | 0.84 | 0.49 |
| Hex | E4 | 14 | 7F | 0 | 5B | 2C | B | 149 | 54 | 31 |
| Octal | 344 | 24 | 177 | 0 | 133 | 54 | 13 | 511 | 124 | 61 |
| Binary | 11100100 | 10100 | 1111111 | 0 | 1011011 | 101100 | 1011 | 101001001 | 1010100 | 110001 |
Color Harmonies of #E4147F
Complementary color
Monochromatic Colors of #E4147F
Black with #E4147F
Text Example
Text Example
White with #E4147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4147F; }
p { color: rgb(228,20,127); }
H1.HeaderClassName
{
color: #E4147F;
}
.AnyTagClassName
{
color: #E4147F;
}
</style>
background-color css
<style>
a { background-color: #E4147F; }
a { background-color: rgb(228,20,127); }
div.DivClassName
{
background-color: #E4147F;
}
.BgClassName
{
background-color: #E4147F;
}
</style>
border-color css
<style>
span { border-color: #E4147F; }
span { border-color: rgb(228,20,127); }
td.TdClassName
{
border-color: #E4147F;
}
.TagClassName
{
border-color: #E4147F;
}
</style>