Shades of Medium Violet Red #E01881
Tints of Medium Violet Red #E01881
RGB
CMYK
RGB Variations
Color information
#E01881 (or 0xE01881) is known color: Medium Violet Red. HEX triplet: E0, 18 and 81. RGB value is (224,24,129). Sum of RGB (Red+Green+Blue) = 224+24+129=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01881 is #1FE77E. Grayscale: #5F5F5F. Windows color (decimal): -2090879 or 8460512. OLE color: 8460512.
HSL color Cylindrical-coordinate representation of color #E01881: hue angle of 328.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01881 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.12 |
| HSL | 328.5º | 0.81% | 0.49% | - |
| HSV(B) | 328.5º | 0.89% | 0.88% | - |
| XYZ | 35.03 | 18.09 | 22.41 | - |
| YUV | 95.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 129 | 0 | 0.89 | 0.42 | 0.12 | 328.5 | 0.81 | 0.49 |
| Hex | E0 | 18 | 81 | 0 | 59 | 2A | C | 148 | 51 | 31 |
| Octal | 340 | 30 | 201 | 0 | 131 | 52 | 14 | 510 | 121 | 61 |
| Binary | 11100000 | 11000 | 10000001 | 0 | 1011001 | 101010 | 1100 | 101001000 | 1010001 | 110001 |
Color Harmonies of #E01881
Complementary color
Monochromatic Colors of #E01881
Black with #E01881
Text Example
Text Example
White with #E01881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01881; }
p { color: rgb(224,24,129); }
H1.HeaderClassName
{
color: #E01881;
}
.AnyTagClassName
{
color: #E01881;
}
</style>
background-color css
<style>
a { background-color: #E01881; }
a { background-color: rgb(224,24,129); }
div.DivClassName
{
background-color: #E01881;
}
.BgClassName
{
background-color: #E01881;
}
</style>
border-color css
<style>
span { border-color: #E01881; }
span { border-color: rgb(224,24,129); }
td.TdClassName
{
border-color: #E01881;
}
.TagClassName
{
border-color: #E01881;
}
</style>