Shades of Medium Violet Red #E1047C
Tints of Medium Violet Red #E1047C
RGB
CMYK
RGB Variations
Color information
#E1047C (or 0xE1047C) is known color: Medium Violet Red. HEX triplet: E1, 04 and 7C. RGB value is (225,4,124). Sum of RGB (Red+Green+Blue) = 225+4+124=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1047C is #1EFB83. Grayscale: #535353. Windows color (decimal): -2030468 or 8127713. OLE color: 8127713.
HSL color Cylindrical-coordinate representation of color #E1047C: hue angle of 327.42º 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 #E1047C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.12 |
| HSL | 327.42º | 0.97% | 0.45% | - |
| HSV(B) | 327.42º | 0.98% | 0.88% | - |
| XYZ | 34.73 | 17.55 | 20.63 | - |
| YUV | 83.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 124 | 0 | 0.98 | 0.45 | 0.12 | 327.42 | 0.97 | 0.45 |
| Hex | E1 | 4 | 7C | 0 | 62 | 2D | C | 147 | 61 | 2D |
| Octal | 341 | 4 | 174 | 0 | 142 | 55 | 14 | 507 | 141 | 55 |
| Binary | 11100001 | 100 | 1111100 | 0 | 1100010 | 101101 | 1100 | 101000111 | 1100001 | 101101 |
Color Harmonies of #E1047C
Complementary color
Monochromatic Colors of #E1047C
Black with #E1047C
Text Example
Text Example
White with #E1047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1047C; }
p { color: rgb(225,4,124); }
H1.HeaderClassName
{
color: #E1047C;
}
.AnyTagClassName
{
color: #E1047C;
}
</style>
background-color css
<style>
a { background-color: #E1047C; }
a { background-color: rgb(225,4,124); }
div.DivClassName
{
background-color: #E1047C;
}
.BgClassName
{
background-color: #E1047C;
}
</style>
border-color css
<style>
span { border-color: #E1047C; }
span { border-color: rgb(225,4,124); }
td.TdClassName
{
border-color: #E1047C;
}
.TagClassName
{
border-color: #E1047C;
}
</style>