Shades of Medium Violet Red #E0127B
Tints of Medium Violet Red #E0127B
RGB
CMYK
RGB Variations
Color information
#E0127B (or 0xE0127B) is known color: Medium Violet Red. HEX triplet: E0, 12 and 7B. RGB value is (224,18,123). Sum of RGB (Red+Green+Blue) = 224+18+123=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0127B is #1FED84. Grayscale: #5B5B5B. Windows color (decimal): -2092421 or 8065760. OLE color: 8065760.
HSL color Cylindrical-coordinate representation of color #E0127B: hue angle of 329.42º 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 #E0127B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.12 |
| HSL | 329.42º | 0.85% | 0.47% | - |
| HSV(B) | 329.42º | 0.92% | 0.88% | - |
| XYZ | 34.53 | 17.71 | 20.34 | - |
| YUV | 91.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 123 | 0 | 0.92 | 0.45 | 0.12 | 329.42 | 0.85 | 0.47 |
| Hex | E0 | 12 | 7B | 0 | 5C | 2D | C | 149 | 55 | 2F |
| Octal | 340 | 22 | 173 | 0 | 134 | 55 | 14 | 511 | 125 | 57 |
| Binary | 11100000 | 10010 | 1111011 | 0 | 1011100 | 101101 | 1100 | 101001001 | 1010101 | 101111 |
Color Harmonies of #E0127B
Complementary color
Monochromatic Colors of #E0127B
Black with #E0127B
Text Example
Text Example
White with #E0127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0127B; }
p { color: rgb(224,18,123); }
H1.HeaderClassName
{
color: #E0127B;
}
.AnyTagClassName
{
color: #E0127B;
}
</style>
background-color css
<style>
a { background-color: #E0127B; }
a { background-color: rgb(224,18,123); }
div.DivClassName
{
background-color: #E0127B;
}
.BgClassName
{
background-color: #E0127B;
}
</style>
border-color css
<style>
span { border-color: #E0127B; }
span { border-color: rgb(224,18,123); }
td.TdClassName
{
border-color: #E0127B;
}
.TagClassName
{
border-color: #E0127B;
}
</style>