Shades of Medium Violet Red #E01681
Tints of Medium Violet Red #E01681
RGB
CMYK
RGB Variations
Color information
#E01681 (or 0xE01681) is known color: Medium Violet Red. HEX triplet: E0, 16 and 81. RGB value is (224,22,129). Sum of RGB (Red+Green+Blue) = 224+22+129=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E01681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01681 is #1FE97E. Grayscale: #5E5E5E. Windows color (decimal): -2091391 or 8460000. OLE color: 8460000.
HSL color Cylindrical-coordinate representation of color #E01681: hue angle of 328.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01681 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 129 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.12 |
| HSL | 328.22º | 0.82% | 0.48% | - |
| HSV(B) | 328.22º | 0.9% | 0.88% | - |
| XYZ | 34.99 | 18.01 | 22.4 | - |
| YUV | 94.6 | 147.42 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 129 | 0 | 0.90 | 0.42 | 0.12 | 328.22 | 0.82 | 0.48 |
| Hex | E0 | 16 | 81 | 0 | 5A | 2A | C | 148 | 52 | 30 |
| Octal | 340 | 26 | 201 | 0 | 132 | 52 | 14 | 510 | 122 | 60 |
| Binary | 11100000 | 10110 | 10000001 | 0 | 1011010 | 101010 | 1100 | 101001000 | 1010010 | 110000 |
Color Harmonies of #E01681
Complementary color
Monochromatic Colors of #E01681
Black with #E01681
Text Example
Text Example
White with #E01681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01681; }
p { color: rgb(224,22,129); }
H1.HeaderClassName
{
color: #E01681;
}
.AnyTagClassName
{
color: #E01681;
}
</style>
background-color css
<style>
a { background-color: #E01681; }
a { background-color: rgb(224,22,129); }
div.DivClassName
{
background-color: #E01681;
}
.BgClassName
{
background-color: #E01681;
}
</style>
border-color css
<style>
span { border-color: #E01681; }
span { border-color: rgb(224,22,129); }
td.TdClassName
{
border-color: #E01681;
}
.TagClassName
{
border-color: #E01681;
}
</style>