Shades of Medium Violet Red #E00D81
Tints of Medium Violet Red #E00D81
RGB
CMYK
RGB Variations
Color information
#E00D81 (or 0xE00D81) is known color: Medium Violet Red. HEX triplet: E0, 0D and 81. RGB value is (224,13,129). Sum of RGB (Red+Green+Blue) = 224+13+129=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00D81 is #1FF27E. Grayscale: #595959. Windows color (decimal): -2093695 or 8457696. OLE color: 8457696.
HSL color Cylindrical-coordinate representation of color #E00D81: hue angle of 327.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D81 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 129 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.12 |
| HSL | 327.01º | 0.89% | 0.46% | - |
| HSV(B) | 327.01º | 0.94% | 0.88% | - |
| XYZ | 34.85 | 17.72 | 22.35 | - |
| YUV | 89.31 | 150.4 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 129 | 0 | 0.94 | 0.42 | 0.12 | 327.01 | 0.89 | 0.46 |
| Hex | E0 | D | 81 | 0 | 5E | 2A | C | 147 | 59 | 2E |
| Octal | 340 | 15 | 201 | 0 | 136 | 52 | 14 | 507 | 131 | 56 |
| Binary | 11100000 | 1101 | 10000001 | 0 | 1011110 | 101010 | 1100 | 101000111 | 1011001 | 101110 |
Color Harmonies of #E00D81
Complementary color
Monochromatic Colors of #E00D81
Black with #E00D81
Text Example
Text Example
White with #E00D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D81; }
p { color: rgb(224,13,129); }
H1.HeaderClassName
{
color: #E00D81;
}
.AnyTagClassName
{
color: #E00D81;
}
</style>
background-color css
<style>
a { background-color: #E00D81; }
a { background-color: rgb(224,13,129); }
div.DivClassName
{
background-color: #E00D81;
}
.BgClassName
{
background-color: #E00D81;
}
</style>
border-color css
<style>
span { border-color: #E00D81; }
span { border-color: rgb(224,13,129); }
td.TdClassName
{
border-color: #E00D81;
}
.TagClassName
{
border-color: #E00D81;
}
</style>