Shades of Medium Violet Red #E10C81
Tints of Medium Violet Red #E10C81
RGB
CMYK
RGB Variations
Color information
#E10C81 (or 0xE10C81) is known color: Medium Violet Red. HEX triplet: E1, 0C and 81. RGB value is (225,12,129). Sum of RGB (Red+Green+Blue) = 225+12+129=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C81 is #1EF37E. Grayscale: #585858. Windows color (decimal): -2028415 or 8457441. OLE color: 8457441.
HSL color Cylindrical-coordinate representation of color #E10C81: hue angle of 327.04º 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 #E10C81 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 129 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.12 |
| HSL | 327.04º | 0.9% | 0.46% | - |
| HSV(B) | 327.04º | 0.95% | 0.88% | - |
| XYZ | 35.15 | 17.86 | 22.36 | - |
| YUV | 89.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 129 | 0 | 0.95 | 0.43 | 0.12 | 327.04 | 0.9 | 0.46 |
| Hex | E1 | C | 81 | 0 | 5F | 2B | C | 147 | 5A | 2E |
| Octal | 341 | 14 | 201 | 0 | 137 | 53 | 14 | 507 | 132 | 56 |
| Binary | 11100001 | 1100 | 10000001 | 0 | 1011111 | 101011 | 1100 | 101000111 | 1011010 | 101110 |
Color Harmonies of #E10C81
Complementary color
Monochromatic Colors of #E10C81
Black with #E10C81
Text Example
Text Example
White with #E10C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C81; }
p { color: rgb(225,12,129); }
H1.HeaderClassName
{
color: #E10C81;
}
.AnyTagClassName
{
color: #E10C81;
}
</style>
background-color css
<style>
a { background-color: #E10C81; }
a { background-color: rgb(225,12,129); }
div.DivClassName
{
background-color: #E10C81;
}
.BgClassName
{
background-color: #E10C81;
}
</style>
border-color css
<style>
span { border-color: #E10C81; }
span { border-color: rgb(225,12,129); }
td.TdClassName
{
border-color: #E10C81;
}
.TagClassName
{
border-color: #E10C81;
}
</style>