Shades of Medium Violet Red #E50381
Tints of Medium Violet Red #E50381
RGB
CMYK
RGB Variations
Color information
#E50381 (or 0xE50381) is known color: Medium Violet Red. HEX triplet: E5, 03 and 81. RGB value is (229,3,129). Sum of RGB (Red+Green+Blue) = 229+3+129=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E50381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50381 is #1AFC7E. Grayscale: #545454. Windows color (decimal): -1768575 or 8455141. OLE color: 8455141.
HSL color Cylindrical-coordinate representation of color #E50381: hue angle of 326.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50381 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.10 |
| HSL | 326.55º | 0.97% | 0.45% | - |
| HSV(B) | 326.55º | 0.99% | 0.9% | - |
| XYZ | 36.31 | 18.31 | 22.39 | - |
| YUV | 84.94 | 152.87 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 129 | 0 | 0.99 | 0.44 | 0.10 | 326.55 | 0.97 | 0.45 |
| Hex | E5 | 3 | 81 | 0 | 63 | 2C | A | 147 | 61 | 2D |
| Octal | 345 | 3 | 201 | 0 | 143 | 54 | 12 | 507 | 141 | 55 |
| Binary | 11100101 | 11 | 10000001 | 0 | 1100011 | 101100 | 1010 | 101000111 | 1100001 | 101101 |
Color Harmonies of #E50381
Complementary color
Monochromatic Colors of #E50381
Black with #E50381
Text Example
Text Example
White with #E50381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50381; }
p { color: rgb(229,3,129); }
H1.HeaderClassName
{
color: #E50381;
}
.AnyTagClassName
{
color: #E50381;
}
</style>
background-color css
<style>
a { background-color: #E50381; }
a { background-color: rgb(229,3,129); }
div.DivClassName
{
background-color: #E50381;
}
.BgClassName
{
background-color: #E50381;
}
</style>
border-color css
<style>
span { border-color: #E50381; }
span { border-color: rgb(229,3,129); }
td.TdClassName
{
border-color: #E50381;
}
.TagClassName
{
border-color: #E50381;
}
</style>