Shades of Medium Violet Red #E0128A
Tints of Medium Violet Red #E0128A
RGB
CMYK
RGB Variations
Color information
#E0128A (or 0xE0128A) is known color: Medium Violet Red. HEX triplet: E0, 12 and 8A. RGB value is (224,18,138). Sum of RGB (Red+Green+Blue) = 224+18+138=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0128A is #1FED75. Grayscale: #5D5D5D. Windows color (decimal): -2092406 or 9048800. OLE color: 9048800.
HSL color Cylindrical-coordinate representation of color #E0128A: hue angle of 325.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0128A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.12 |
| HSL | 325.05º | 0.85% | 0.47% | - |
| HSV(B) | 325.05º | 0.92% | 0.88% | - |
| XYZ | 35.54 | 18.11 | 25.67 | - |
| YUV | 93.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 138 | 0 | 0.92 | 0.38 | 0.12 | 325.05 | 0.85 | 0.47 |
| Hex | E0 | 12 | 8A | 0 | 5C | 26 | C | 145 | 55 | 2F |
| Octal | 340 | 22 | 212 | 0 | 134 | 46 | 14 | 505 | 125 | 57 |
| Binary | 11100000 | 10010 | 10001010 | 0 | 1011100 | 100110 | 1100 | 101000101 | 1010101 | 101111 |
Color Harmonies of #E0128A
Complementary color
Monochromatic Colors of #E0128A
Black with #E0128A
Text Example
Text Example
White with #E0128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0128A; }
p { color: rgb(224,18,138); }
H1.HeaderClassName
{
color: #E0128A;
}
.AnyTagClassName
{
color: #E0128A;
}
</style>
background-color css
<style>
a { background-color: #E0128A; }
a { background-color: rgb(224,18,138); }
div.DivClassName
{
background-color: #E0128A;
}
.BgClassName
{
background-color: #E0128A;
}
</style>
border-color css
<style>
span { border-color: #E0128A; }
span { border-color: rgb(224,18,138); }
td.TdClassName
{
border-color: #E0128A;
}
.TagClassName
{
border-color: #E0128A;
}
</style>