Shades of Medium Violet Red #E10C8E
Tints of Medium Violet Red #E10C8E
RGB
CMYK
RGB Variations
Color information
#E10C8E (or 0xE10C8E) is known color: Medium Violet Red. HEX triplet: E1, 0C and 8E. RGB value is (225,12,142). Sum of RGB (Red+Green+Blue) = 225+12+142=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C8E is #1EF371. Grayscale: #5A5A5A. Windows color (decimal): -2028402 or 9309409. OLE color: 9309409.
HSL color Cylindrical-coordinate representation of color #E10C8E: hue angle of 323.38º 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 #E10C8E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 142 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.12 |
| HSL | 323.38º | 0.9% | 0.46% | - |
| HSV(B) | 323.38º | 0.95% | 0.88% | - |
| XYZ | 36.07 | 18.22 | 27.21 | - |
| YUV | 90.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 142 | 0 | 0.95 | 0.37 | 0.12 | 323.38 | 0.9 | 0.46 |
| Hex | E1 | C | 8E | 0 | 5F | 25 | C | 143 | 5A | 2E |
| Octal | 341 | 14 | 216 | 0 | 137 | 45 | 14 | 503 | 132 | 56 |
| Binary | 11100001 | 1100 | 10001110 | 0 | 1011111 | 100101 | 1100 | 101000011 | 1011010 | 101110 |
Color Harmonies of #E10C8E
Complementary color
Monochromatic Colors of #E10C8E
Black with #E10C8E
Text Example
Text Example
White with #E10C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C8E; }
p { color: rgb(225,12,142); }
H1.HeaderClassName
{
color: #E10C8E;
}
.AnyTagClassName
{
color: #E10C8E;
}
</style>
background-color css
<style>
a { background-color: #E10C8E; }
a { background-color: rgb(225,12,142); }
div.DivClassName
{
background-color: #E10C8E;
}
.BgClassName
{
background-color: #E10C8E;
}
</style>
border-color css
<style>
span { border-color: #E10C8E; }
span { border-color: rgb(225,12,142); }
td.TdClassName
{
border-color: #E10C8E;
}
.TagClassName
{
border-color: #E10C8E;
}
</style>