Shades of Medium Violet Red #E4107D
Tints of Medium Violet Red #E4107D
RGB
CMYK
RGB Variations
Color information
#E4107D (or 0xE4107D) is known color: Medium Violet Red. HEX triplet: E4, 10 and 7D. RGB value is (228,16,125). Sum of RGB (Red+Green+Blue) = 228+16+125=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E4107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4107D is #1BEF82. Grayscale: #5B5B5B. Windows color (decimal): -1830787 or 8196324. OLE color: 8196324.
HSL color Cylindrical-coordinate representation of color #E4107D: hue angle of 329.15º degrees, saturation: 0.87, 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 #E4107D is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 125 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.11 |
| HSL | 329.15º | 0.87% | 0.48% | - |
| HSV(B) | 329.15º | 0.93% | 0.89% | - |
| XYZ | 35.88 | 18.35 | 21.05 | - |
| YUV | 91.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 125 | 0 | 0.93 | 0.45 | 0.11 | 329.15 | 0.87 | 0.48 |
| Hex | E4 | 10 | 7D | 0 | 5D | 2D | B | 149 | 57 | 30 |
| Octal | 344 | 20 | 175 | 0 | 135 | 55 | 13 | 511 | 127 | 60 |
| Binary | 11100100 | 10000 | 1111101 | 0 | 1011101 | 101101 | 1011 | 101001001 | 1010111 | 110000 |
Color Harmonies of #E4107D
Complementary color
Monochromatic Colors of #E4107D
Black with #E4107D
Text Example
Text Example
White with #E4107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4107D; }
p { color: rgb(228,16,125); }
H1.HeaderClassName
{
color: #E4107D;
}
.AnyTagClassName
{
color: #E4107D;
}
</style>
background-color css
<style>
a { background-color: #E4107D; }
a { background-color: rgb(228,16,125); }
div.DivClassName
{
background-color: #E4107D;
}
.BgClassName
{
background-color: #E4107D;
}
</style>
border-color css
<style>
span { border-color: #E4107D; }
span { border-color: rgb(228,16,125); }
td.TdClassName
{
border-color: #E4107D;
}
.TagClassName
{
border-color: #E4107D;
}
</style>