Shades of Medium Violet Red #E2147D
Tints of Medium Violet Red #E2147D
RGB
CMYK
RGB Variations
Color information
#E2147D (or 0xE2147D) is known color: Medium Violet Red. HEX triplet: E2, 14 and 7D. RGB value is (226,20,125). Sum of RGB (Red+Green+Blue) = 226+20+125=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2147D is #1DEB82. Grayscale: #5D5D5D. Windows color (decimal): -1960835 or 8197346. OLE color: 8197346.
HSL color Cylindrical-coordinate representation of color #E2147D: hue angle of 329.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2147D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 125 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.11 |
| HSL | 329.42º | 0.84% | 0.48% | - |
| HSV(B) | 329.42º | 0.91% | 0.89% | - |
| XYZ | 35.32 | 18.15 | 21.04 | - |
| YUV | 93.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 125 | 0 | 0.91 | 0.45 | 0.11 | 329.42 | 0.84 | 0.48 |
| Hex | E2 | 14 | 7D | 0 | 5B | 2D | B | 149 | 54 | 30 |
| Octal | 342 | 24 | 175 | 0 | 133 | 55 | 13 | 511 | 124 | 60 |
| Binary | 11100010 | 10100 | 1111101 | 0 | 1011011 | 101101 | 1011 | 101001001 | 1010100 | 110000 |
Color Harmonies of #E2147D
Complementary color
Monochromatic Colors of #E2147D
Black with #E2147D
Text Example
Text Example
White with #E2147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2147D; }
p { color: rgb(226,20,125); }
H1.HeaderClassName
{
color: #E2147D;
}
.AnyTagClassName
{
color: #E2147D;
}
</style>
background-color css
<style>
a { background-color: #E2147D; }
a { background-color: rgb(226,20,125); }
div.DivClassName
{
background-color: #E2147D;
}
.BgClassName
{
background-color: #E2147D;
}
</style>
border-color css
<style>
span { border-color: #E2147D; }
span { border-color: rgb(226,20,125); }
td.TdClassName
{
border-color: #E2147D;
}
.TagClassName
{
border-color: #E2147D;
}
</style>