Shades of Medium Violet Red #E20581
Tints of Medium Violet Red #E20581
RGB
CMYK
RGB Variations
Color information
#E20581 (or 0xE20581) is known color: Medium Violet Red. HEX triplet: E2, 05 and 81. RGB value is (226,5,129). Sum of RGB (Red+Green+Blue) = 226+5+129=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E20581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20581 is #1DFA7E. Grayscale: #545454. Windows color (decimal): -1964671 or 8455650. OLE color: 8455650.
HSL color Cylindrical-coordinate representation of color #E20581: hue angle of 326.33º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20581 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.11 |
| HSL | 326.33º | 0.96% | 0.45% | - |
| HSV(B) | 326.33º | 0.98% | 0.89% | - |
| XYZ | 35.38 | 17.86 | 22.35 | - |
| YUV | 85.22 | 152.72 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 129 | 0 | 0.98 | 0.43 | 0.11 | 326.33 | 0.96 | 0.45 |
| Hex | E2 | 5 | 81 | 0 | 62 | 2B | B | 146 | 60 | 2D |
| Octal | 342 | 5 | 201 | 0 | 142 | 53 | 13 | 506 | 140 | 55 |
| Binary | 11100010 | 101 | 10000001 | 0 | 1100010 | 101011 | 1011 | 101000110 | 1100000 | 101101 |
Color Harmonies of #E20581
Complementary color
Monochromatic Colors of #E20581
Black with #E20581
Text Example
Text Example
White with #E20581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20581; }
p { color: rgb(226,5,129); }
H1.HeaderClassName
{
color: #E20581;
}
.AnyTagClassName
{
color: #E20581;
}
</style>
background-color css
<style>
a { background-color: #E20581; }
a { background-color: rgb(226,5,129); }
div.DivClassName
{
background-color: #E20581;
}
.BgClassName
{
background-color: #E20581;
}
</style>
border-color css
<style>
span { border-color: #E20581; }
span { border-color: rgb(226,5,129); }
td.TdClassName
{
border-color: #E20581;
}
.TagClassName
{
border-color: #E20581;
}
</style>