Shades of Medium Violet Red #E1047D
Tints of Medium Violet Red #E1047D
RGB
CMYK
RGB Variations
Color information
#E1047D (or 0xE1047D) is known color: Medium Violet Red. HEX triplet: E1, 04 and 7D. RGB value is (225,4,125). Sum of RGB (Red+Green+Blue) = 225+4+125=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1047D is #1EFB82. Grayscale: #535353. Windows color (decimal): -2030467 or 8193249. OLE color: 8193249.
HSL color Cylindrical-coordinate representation of color #E1047D: hue angle of 327.15º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1047D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.12 |
| HSL | 327.15º | 0.97% | 0.45% | - |
| HSV(B) | 327.15º | 0.98% | 0.88% | - |
| XYZ | 34.8 | 17.58 | 20.96 | - |
| YUV | 83.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 125 | 0 | 0.98 | 0.44 | 0.12 | 327.15 | 0.97 | 0.45 |
| Hex | E1 | 4 | 7D | 0 | 62 | 2C | C | 147 | 61 | 2D |
| Octal | 341 | 4 | 175 | 0 | 142 | 54 | 14 | 507 | 141 | 55 |
| Binary | 11100001 | 100 | 1111101 | 0 | 1100010 | 101100 | 1100 | 101000111 | 1100001 | 101101 |
Color Harmonies of #E1047D
Complementary color
Monochromatic Colors of #E1047D
Black with #E1047D
Text Example
Text Example
White with #E1047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1047D; }
p { color: rgb(225,4,125); }
H1.HeaderClassName
{
color: #E1047D;
}
.AnyTagClassName
{
color: #E1047D;
}
</style>
background-color css
<style>
a { background-color: #E1047D; }
a { background-color: rgb(225,4,125); }
div.DivClassName
{
background-color: #E1047D;
}
.BgClassName
{
background-color: #E1047D;
}
</style>
border-color css
<style>
span { border-color: #E1047D; }
span { border-color: rgb(225,4,125); }
td.TdClassName
{
border-color: #E1047D;
}
.TagClassName
{
border-color: #E1047D;
}
</style>