Shades of Medium Violet Red #E10B7B
Tints of Medium Violet Red #E10B7B
RGB
CMYK
RGB Variations
Color information
#E10B7B (or 0xE10B7B) is known color: Medium Violet Red. HEX triplet: E1, 0B and 7B. RGB value is (225,11,123). Sum of RGB (Red+Green+Blue) = 225+11+123=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B7B is #1EF484. Grayscale: #575757. Windows color (decimal): -2028677 or 8063969. OLE color: 8063969.
HSL color Cylindrical-coordinate representation of color #E10B7B: hue angle of 328.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B7B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 123 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.12 |
| HSL | 328.6º | 0.91% | 0.46% | - |
| HSV(B) | 328.6º | 0.95% | 0.88% | - |
| XYZ | 34.75 | 17.68 | 20.32 | - |
| YUV | 87.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 123 | 0 | 0.95 | 0.45 | 0.12 | 328.6 | 0.91 | 0.46 |
| Hex | E1 | B | 7B | 0 | 5F | 2D | C | 149 | 5B | 2E |
| Octal | 341 | 13 | 173 | 0 | 137 | 55 | 14 | 511 | 133 | 56 |
| Binary | 11100001 | 1011 | 1111011 | 0 | 1011111 | 101101 | 1100 | 101001001 | 1011011 | 101110 |
Color Harmonies of #E10B7B
Complementary color
Monochromatic Colors of #E10B7B
Black with #E10B7B
Text Example
Text Example
White with #E10B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B7B; }
p { color: rgb(225,11,123); }
H1.HeaderClassName
{
color: #E10B7B;
}
.AnyTagClassName
{
color: #E10B7B;
}
</style>
background-color css
<style>
a { background-color: #E10B7B; }
a { background-color: rgb(225,11,123); }
div.DivClassName
{
background-color: #E10B7B;
}
.BgClassName
{
background-color: #E10B7B;
}
</style>
border-color css
<style>
span { border-color: #E10B7B; }
span { border-color: rgb(225,11,123); }
td.TdClassName
{
border-color: #E10B7B;
}
.TagClassName
{
border-color: #E10B7B;
}
</style>