Shades of Medium Violet Red #E1007B
Tints of Medium Violet Red #E1007B
RGB
CMYK
RGB Variations
Color information
#E1007B (or 0xE1007B) is known color: Medium Violet Red. HEX triplet: E1, 00 and 7B. RGB value is (225,0,123). Sum of RGB (Red+Green+Blue) = 225+0+123=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1007B is #1EFF84. Grayscale: #515151. Windows color (decimal): -2031493 or 8061153. OLE color: 8061153.
HSL color Cylindrical-coordinate representation of color #E1007B: hue angle of 327.2º 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 #E1007B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.45 | 0.12 |
| HSL | 327.2º | 1% | 0.44% | - |
| HSV(B) | 327.2º | 1% | 0.88% | - |
| XYZ | 34.63 | 17.44 | 20.28 | - |
| YUV | 81.3 | 151.54 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 123 | 0 | 1 | 0.45 | 0.12 | 327.2 | 1 | 0.44 |
| Hex | E1 | 0 | 7B | 0 | 64 | 2D | C | 147 | 64 | 2C |
| Octal | 341 | 0 | 173 | 0 | 144 | 55 | 14 | 507 | 144 | 54 |
| Binary | 11100001 | 0 | 1111011 | 0 | 1100100 | 101101 | 1100 | 101000111 | 1100100 | 101100 |
Color Harmonies of #E1007B
Complementary color
Monochromatic Colors of #E1007B
Black with #E1007B
Text Example
Text Example
White with #E1007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1007B; }
p { color: rgb(225,0,123); }
H1.HeaderClassName
{
color: #E1007B;
}
.AnyTagClassName
{
color: #E1007B;
}
</style>
background-color css
<style>
a { background-color: #E1007B; }
a { background-color: rgb(225,0,123); }
div.DivClassName
{
background-color: #E1007B;
}
.BgClassName
{
background-color: #E1007B;
}
</style>
border-color css
<style>
span { border-color: #E1007B; }
span { border-color: rgb(225,0,123); }
td.TdClassName
{
border-color: #E1007B;
}
.TagClassName
{
border-color: #E1007B;
}
</style>