Shades of Medium Violet Red #E10C83
Tints of Medium Violet Red #E10C83
RGB
CMYK
RGB Variations
Color information
#E10C83 (or 0xE10C83) is known color: Medium Violet Red. HEX triplet: E1, 0C and 83. RGB value is (225,12,131). Sum of RGB (Red+Green+Blue) = 225+12+131=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C83 is #1EF37C. Grayscale: #585858. Windows color (decimal): -2028413 or 8588513. OLE color: 8588513.
HSL color Cylindrical-coordinate representation of color #E10C83: hue angle of 326.48º degrees, saturation: 0.9, 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 #E10C83 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.12 |
| HSL | 326.48º | 0.9% | 0.46% | - |
| HSV(B) | 326.48º | 0.95% | 0.88% | - |
| XYZ | 35.28 | 17.91 | 23.07 | - |
| YUV | 89.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 131 | 0 | 0.95 | 0.42 | 0.12 | 326.48 | 0.9 | 0.46 |
| Hex | E1 | C | 83 | 0 | 5F | 2A | C | 146 | 5A | 2E |
| Octal | 341 | 14 | 203 | 0 | 137 | 52 | 14 | 506 | 132 | 56 |
| Binary | 11100001 | 1100 | 10000011 | 0 | 1011111 | 101010 | 1100 | 101000110 | 1011010 | 101110 |
Color Harmonies of #E10C83
Complementary color
Monochromatic Colors of #E10C83
Black with #E10C83
Text Example
Text Example
White with #E10C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C83; }
p { color: rgb(225,12,131); }
H1.HeaderClassName
{
color: #E10C83;
}
.AnyTagClassName
{
color: #E10C83;
}
</style>
background-color css
<style>
a { background-color: #E10C83; }
a { background-color: rgb(225,12,131); }
div.DivClassName
{
background-color: #E10C83;
}
.BgClassName
{
background-color: #E10C83;
}
</style>
border-color css
<style>
span { border-color: #E10C83; }
span { border-color: rgb(225,12,131); }
td.TdClassName
{
border-color: #E10C83;
}
.TagClassName
{
border-color: #E10C83;
}
</style>