Shades of Medium Violet Red #E01581
Tints of Medium Violet Red #E01581
RGB
CMYK
RGB Variations
Color information
#E01581 (or 0xE01581) is known color: Medium Violet Red. HEX triplet: E0, 15 and 81. RGB value is (224,21,129). Sum of RGB (Red+Green+Blue) = 224+21+129=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E01581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01581 is #1FEA7E. Grayscale: #5D5D5D. Windows color (decimal): -2091647 or 8459744. OLE color: 8459744.
HSL color Cylindrical-coordinate representation of color #E01581: hue angle of 328.08º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01581 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 129 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.12 |
| HSL | 328.08º | 0.83% | 0.48% | - |
| HSV(B) | 328.08º | 0.91% | 0.88% | - |
| XYZ | 34.97 | 17.97 | 22.39 | - |
| YUV | 94.01 | 147.75 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 129 | 0 | 0.91 | 0.42 | 0.12 | 328.08 | 0.83 | 0.48 |
| Hex | E0 | 15 | 81 | 0 | 5B | 2A | C | 148 | 53 | 30 |
| Octal | 340 | 25 | 201 | 0 | 133 | 52 | 14 | 510 | 123 | 60 |
| Binary | 11100000 | 10101 | 10000001 | 0 | 1011011 | 101010 | 1100 | 101001000 | 1010011 | 110000 |
Color Harmonies of #E01581
Complementary color
Monochromatic Colors of #E01581
Black with #E01581
Text Example
Text Example
White with #E01581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01581; }
p { color: rgb(224,21,129); }
H1.HeaderClassName
{
color: #E01581;
}
.AnyTagClassName
{
color: #E01581;
}
</style>
background-color css
<style>
a { background-color: #E01581; }
a { background-color: rgb(224,21,129); }
div.DivClassName
{
background-color: #E01581;
}
.BgClassName
{
background-color: #E01581;
}
</style>
border-color css
<style>
span { border-color: #E01581; }
span { border-color: rgb(224,21,129); }
td.TdClassName
{
border-color: #E01581;
}
.TagClassName
{
border-color: #E01581;
}
</style>