Shades of Medium Violet Red #E1047B
Tints of Medium Violet Red #E1047B
RGB
CMYK
RGB Variations
Color information
#E1047B (or 0xE1047B) is known color: Medium Violet Red. HEX triplet: E1, 04 and 7B. RGB value is (225,4,123). Sum of RGB (Red+Green+Blue) = 225+4+123=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1047B is #1EFB84. Grayscale: #535353. Windows color (decimal): -2030469 or 8062177. OLE color: 8062177.
HSL color Cylindrical-coordinate representation of color #E1047B: hue angle of 327.69º 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 #E1047B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.12 |
| HSL | 327.69º | 0.97% | 0.45% | - |
| HSV(B) | 327.69º | 0.98% | 0.88% | - |
| XYZ | 34.67 | 17.52 | 20.29 | - |
| YUV | 83.65 | 150.22 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 123 | 0 | 0.98 | 0.45 | 0.12 | 327.69 | 0.97 | 0.45 |
| Hex | E1 | 4 | 7B | 0 | 62 | 2D | C | 148 | 61 | 2D |
| Octal | 341 | 4 | 173 | 0 | 142 | 55 | 14 | 510 | 141 | 55 |
| Binary | 11100001 | 100 | 1111011 | 0 | 1100010 | 101101 | 1100 | 101001000 | 1100001 | 101101 |
Color Harmonies of #E1047B
Complementary color
Monochromatic Colors of #E1047B
Black with #E1047B
Text Example
Text Example
White with #E1047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1047B; }
p { color: rgb(225,4,123); }
H1.HeaderClassName
{
color: #E1047B;
}
.AnyTagClassName
{
color: #E1047B;
}
</style>
background-color css
<style>
a { background-color: #E1047B; }
a { background-color: rgb(225,4,123); }
div.DivClassName
{
background-color: #E1047B;
}
.BgClassName
{
background-color: #E1047B;
}
</style>
border-color css
<style>
span { border-color: #E1047B; }
span { border-color: rgb(225,4,123); }
td.TdClassName
{
border-color: #E1047B;
}
.TagClassName
{
border-color: #E1047B;
}
</style>