Shades of Medium Violet Red #E1007D
Tints of Medium Violet Red #E1007D
RGB
CMYK
RGB Variations
Color information
#E1007D (or 0xE1007D) is known color: Medium Violet Red. HEX triplet: E1, 00 and 7D. RGB value is (225,0,125). Sum of RGB (Red+Green+Blue) = 225+0+125=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1007D is #1EFF82. Grayscale: #515151. Windows color (decimal): -2031491 or 8192225. OLE color: 8192225.
HSL color Cylindrical-coordinate representation of color #E1007D: hue angle of 326.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1007D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.44 | 0.12 |
| HSL | 326.67º | 1% | 0.44% | - |
| HSV(B) | 326.67º | 1% | 0.88% | - |
| XYZ | 34.75 | 17.49 | 20.95 | - |
| YUV | 81.53 | 152.54 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 125 | 0 | 1 | 0.44 | 0.12 | 326.67 | 1 | 0.44 |
| Hex | E1 | 0 | 7D | 0 | 64 | 2C | C | 147 | 64 | 2C |
| Octal | 341 | 0 | 175 | 0 | 144 | 54 | 14 | 507 | 144 | 54 |
| Binary | 11100001 | 0 | 1111101 | 0 | 1100100 | 101100 | 1100 | 101000111 | 1100100 | 101100 |
Color Harmonies of #E1007D
Complementary color
Monochromatic Colors of #E1007D
Black with #E1007D
Text Example
Text Example
White with #E1007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1007D; }
p { color: rgb(225,0,125); }
H1.HeaderClassName
{
color: #E1007D;
}
.AnyTagClassName
{
color: #E1007D;
}
</style>
background-color css
<style>
a { background-color: #E1007D; }
a { background-color: rgb(225,0,125); }
div.DivClassName
{
background-color: #E1007D;
}
.BgClassName
{
background-color: #E1007D;
}
</style>
border-color css
<style>
span { border-color: #E1007D; }
span { border-color: rgb(225,0,125); }
td.TdClassName
{
border-color: #E1007D;
}
.TagClassName
{
border-color: #E1007D;
}
</style>