Shades of Medium Violet Red #E01481
Tints of Medium Violet Red #E01481
RGB
CMYK
RGB Variations
Color information
#E01481 (or 0xE01481) is known color: Medium Violet Red. HEX triplet: E0, 14 and 81. RGB value is (224,20,129). Sum of RGB (Red+Green+Blue) = 224+20+129=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E01481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01481 is #1FEB7E. Grayscale: #5D5D5D. Windows color (decimal): -2091903 or 8459488. OLE color: 8459488.
HSL color Cylindrical-coordinate representation of color #E01481: hue angle of 327.94º degrees, saturation: 0.84, 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 #E01481 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 129 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.12 |
| HSL | 327.94º | 0.84% | 0.48% | - |
| HSV(B) | 327.94º | 0.91% | 0.88% | - |
| XYZ | 34.95 | 17.93 | 22.39 | - |
| YUV | 93.42 | 148.09 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 129 | 0 | 0.91 | 0.42 | 0.12 | 327.94 | 0.84 | 0.48 |
| Hex | E0 | 14 | 81 | 0 | 5B | 2A | C | 148 | 54 | 30 |
| Octal | 340 | 24 | 201 | 0 | 133 | 52 | 14 | 510 | 124 | 60 |
| Binary | 11100000 | 10100 | 10000001 | 0 | 1011011 | 101010 | 1100 | 101001000 | 1010100 | 110000 |
Color Harmonies of #E01481
Complementary color
Monochromatic Colors of #E01481
Black with #E01481
Text Example
Text Example
White with #E01481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01481; }
p { color: rgb(224,20,129); }
H1.HeaderClassName
{
color: #E01481;
}
.AnyTagClassName
{
color: #E01481;
}
</style>
background-color css
<style>
a { background-color: #E01481; }
a { background-color: rgb(224,20,129); }
div.DivClassName
{
background-color: #E01481;
}
.BgClassName
{
background-color: #E01481;
}
</style>
border-color css
<style>
span { border-color: #E01481; }
span { border-color: rgb(224,20,129); }
td.TdClassName
{
border-color: #E01481;
}
.TagClassName
{
border-color: #E01481;
}
</style>