Shades of Medium Violet Red #E10B83
Tints of Medium Violet Red #E10B83
RGB
CMYK
RGB Variations
Color information
#E10B83 (or 0xE10B83) is known color: Medium Violet Red. HEX triplet: E1, 0B and 83. RGB value is (225,11,131). Sum of RGB (Red+Green+Blue) = 225+11+131=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10B83 is #1EF47C. Grayscale: #585858. Windows color (decimal): -2028669 or 8588257. OLE color: 8588257.
HSL color Cylindrical-coordinate representation of color #E10B83: hue angle of 326.36º 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 #E10B83 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 131 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.12 |
| HSL | 326.36º | 0.91% | 0.46% | - |
| HSV(B) | 326.36º | 0.95% | 0.88% | - |
| XYZ | 35.27 | 17.89 | 23.07 | - |
| YUV | 88.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 131 | 0 | 0.95 | 0.42 | 0.12 | 326.36 | 0.91 | 0.46 |
| Hex | E1 | B | 83 | 0 | 5F | 2A | C | 146 | 5B | 2E |
| Octal | 341 | 13 | 203 | 0 | 137 | 52 | 14 | 506 | 133 | 56 |
| Binary | 11100001 | 1011 | 10000011 | 0 | 1011111 | 101010 | 1100 | 101000110 | 1011011 | 101110 |
Color Harmonies of #E10B83
Complementary color
Monochromatic Colors of #E10B83
Black with #E10B83
Text Example
Text Example
White with #E10B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B83; }
p { color: rgb(225,11,131); }
H1.HeaderClassName
{
color: #E10B83;
}
.AnyTagClassName
{
color: #E10B83;
}
</style>
background-color css
<style>
a { background-color: #E10B83; }
a { background-color: rgb(225,11,131); }
div.DivClassName
{
background-color: #E10B83;
}
.BgClassName
{
background-color: #E10B83;
}
</style>
border-color css
<style>
span { border-color: #E10B83; }
span { border-color: rgb(225,11,131); }
td.TdClassName
{
border-color: #E10B83;
}
.TagClassName
{
border-color: #E10B83;
}
</style>