Shades of Medium Violet Red #E0138D
Tints of Medium Violet Red #E0138D
RGB
CMYK
RGB Variations
Color information
#E0138D (or 0xE0138D) is known color: Medium Violet Red. HEX triplet: E0, 13 and 8D. RGB value is (224,19,141). Sum of RGB (Red+Green+Blue) = 224+19+141=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0138D is #1FEC72. Grayscale: #5D5D5D. Windows color (decimal): -2092147 or 9245664. OLE color: 9245664.
HSL color Cylindrical-coordinate representation of color #E0138D: hue angle of 324.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0138D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 141 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.12 |
| HSL | 324.29º | 0.84% | 0.48% | - |
| HSV(B) | 324.29º | 0.92% | 0.88% | - |
| XYZ | 35.78 | 18.24 | 26.83 | - |
| YUV | 94.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 141 | 0 | 0.92 | 0.37 | 0.12 | 324.29 | 0.84 | 0.48 |
| Hex | E0 | 13 | 8D | 0 | 5C | 25 | C | 144 | 54 | 30 |
| Octal | 340 | 23 | 215 | 0 | 134 | 45 | 14 | 504 | 124 | 60 |
| Binary | 11100000 | 10011 | 10001101 | 0 | 1011100 | 100101 | 1100 | 101000100 | 1010100 | 110000 |
Color Harmonies of #E0138D
Complementary color
Monochromatic Colors of #E0138D
Black with #E0138D
Text Example
Text Example
White with #E0138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0138D; }
p { color: rgb(224,19,141); }
H1.HeaderClassName
{
color: #E0138D;
}
.AnyTagClassName
{
color: #E0138D;
}
</style>
background-color css
<style>
a { background-color: #E0138D; }
a { background-color: rgb(224,19,141); }
div.DivClassName
{
background-color: #E0138D;
}
.BgClassName
{
background-color: #E0138D;
}
</style>
border-color css
<style>
span { border-color: #E0138D; }
span { border-color: rgb(224,19,141); }
td.TdClassName
{
border-color: #E0138D;
}
.TagClassName
{
border-color: #E0138D;
}
</style>