Shades of Medium Violet Red #E01781
Tints of Medium Violet Red #E01781
RGB
CMYK
RGB Variations
Color information
#E01781 (or 0xE01781) is known color: Medium Violet Red. HEX triplet: E0, 17 and 81. RGB value is (224,23,129). Sum of RGB (Red+Green+Blue) = 224+23+129=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E01781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01781 is #1FE87E. Grayscale: #5E5E5E. Windows color (decimal): -2091135 or 8460256. OLE color: 8460256.
HSL color Cylindrical-coordinate representation of color #E01781: hue angle of 328.36º degrees, saturation: 0.81, 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 #E01781 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 129 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.12 |
| HSL | 328.36º | 0.81% | 0.48% | - |
| HSV(B) | 328.36º | 0.9% | 0.88% | - |
| XYZ | 35.01 | 18.05 | 22.41 | - |
| YUV | 95.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 129 | 0 | 0.90 | 0.42 | 0.12 | 328.36 | 0.81 | 0.48 |
| Hex | E0 | 17 | 81 | 0 | 5A | 2A | C | 148 | 51 | 30 |
| Octal | 340 | 27 | 201 | 0 | 132 | 52 | 14 | 510 | 121 | 60 |
| Binary | 11100000 | 10111 | 10000001 | 0 | 1011010 | 101010 | 1100 | 101001000 | 1010001 | 110000 |
Color Harmonies of #E01781
Complementary color
Monochromatic Colors of #E01781
Black with #E01781
Text Example
Text Example
White with #E01781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01781; }
p { color: rgb(224,23,129); }
H1.HeaderClassName
{
color: #E01781;
}
.AnyTagClassName
{
color: #E01781;
}
</style>
background-color css
<style>
a { background-color: #E01781; }
a { background-color: rgb(224,23,129); }
div.DivClassName
{
background-color: #E01781;
}
.BgClassName
{
background-color: #E01781;
}
</style>
border-color css
<style>
span { border-color: #E01781; }
span { border-color: rgb(224,23,129); }
td.TdClassName
{
border-color: #E01781;
}
.TagClassName
{
border-color: #E01781;
}
</style>