Shades of Medium Violet Red #E2037D
Tints of Medium Violet Red #E2037D
RGB
CMYK
RGB Variations
Color information
#E2037D (or 0xE2037D) is known color: Medium Violet Red. HEX triplet: E2, 03 and 7D. RGB value is (226,3,125). Sum of RGB (Red+Green+Blue) = 226+3+125=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2037D is #1DFC82. Grayscale: #535353. Windows color (decimal): -1965187 or 8192994. OLE color: 8192994.
HSL color Cylindrical-coordinate representation of color #E2037D: hue angle of 327.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2037D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.11 |
| HSL | 327.17º | 0.97% | 0.45% | - |
| HSV(B) | 327.17º | 0.99% | 0.89% | - |
| XYZ | 35.1 | 17.71 | 20.97 | - |
| YUV | 83.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 125 | 0 | 0.99 | 0.45 | 0.11 | 327.17 | 0.97 | 0.45 |
| Hex | E2 | 3 | 7D | 0 | 63 | 2D | B | 147 | 61 | 2D |
| Octal | 342 | 3 | 175 | 0 | 143 | 55 | 13 | 507 | 141 | 55 |
| Binary | 11100010 | 11 | 1111101 | 0 | 1100011 | 101101 | 1011 | 101000111 | 1100001 | 101101 |
Color Harmonies of #E2037D
Complementary color
Monochromatic Colors of #E2037D
Black with #E2037D
Text Example
Text Example
White with #E2037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2037D; }
p { color: rgb(226,3,125); }
H1.HeaderClassName
{
color: #E2037D;
}
.AnyTagClassName
{
color: #E2037D;
}
</style>
background-color css
<style>
a { background-color: #E2037D; }
a { background-color: rgb(226,3,125); }
div.DivClassName
{
background-color: #E2037D;
}
.BgClassName
{
background-color: #E2037D;
}
</style>
border-color css
<style>
span { border-color: #E2037D; }
span { border-color: rgb(226,3,125); }
td.TdClassName
{
border-color: #E2037D;
}
.TagClassName
{
border-color: #E2037D;
}
</style>