Shades of Medium Violet Red #E00081
Tints of Medium Violet Red #E00081
RGB
CMYK
RGB Variations
Color information
#E00081 (or 0xE00081) is known color: Medium Violet Red. HEX triplet: E0, 00 and 81. RGB value is (224,0,129). Sum of RGB (Red+Green+Blue) = 224+0+129=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E00081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00081 is #1FFF7E. Grayscale: #515151. Windows color (decimal): -2097023 or 8454368. OLE color: 8454368.
HSL color Cylindrical-coordinate representation of color #E00081: hue angle of 325.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00081 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.42 | 0.12 |
| HSL | 325.45º | 1% | 0.44% | - |
| HSV(B) | 325.45º | 1% | 0.88% | - |
| XYZ | 34.7 | 17.43 | 22.3 | - |
| YUV | 81.68 | 154.71 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 129 | 0 | 1 | 0.42 | 0.12 | 325.45 | 1 | 0.44 |
| Hex | E0 | 0 | 81 | 0 | 64 | 2A | C | 145 | 64 | 2C |
| Octal | 340 | 0 | 201 | 0 | 144 | 52 | 14 | 505 | 144 | 54 |
| Binary | 11100000 | 0 | 10000001 | 0 | 1100100 | 101010 | 1100 | 101000101 | 1100100 | 101100 |
Color Harmonies of #E00081
Complementary color
Monochromatic Colors of #E00081
Black with #E00081
Text Example
Text Example
White with #E00081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00081; }
p { color: rgb(224,0,129); }
H1.HeaderClassName
{
color: #E00081;
}
.AnyTagClassName
{
color: #E00081;
}
</style>
background-color css
<style>
a { background-color: #E00081; }
a { background-color: rgb(224,0,129); }
div.DivClassName
{
background-color: #E00081;
}
.BgClassName
{
background-color: #E00081;
}
</style>
border-color css
<style>
span { border-color: #E00081; }
span { border-color: rgb(224,0,129); }
td.TdClassName
{
border-color: #E00081;
}
.TagClassName
{
border-color: #E00081;
}
</style>