Shades of Medium Violet Red #E20081
Tints of Medium Violet Red #E20081
RGB
CMYK
RGB Variations
Color information
#E20081 (or 0xE20081) is known color: Medium Violet Red. HEX triplet: E2, 00 and 81. RGB value is (226,0,129). Sum of RGB (Red+Green+Blue) = 226+0+129=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E20081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20081 is #1DFF7E. Grayscale: #515151. Windows color (decimal): -1965951 or 8454370. OLE color: 8454370.
HSL color Cylindrical-coordinate representation of color #E20081: hue angle of 325.75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20081 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.43 | 0.11 |
| HSL | 325.75º | 1% | 0.44% | - |
| HSV(B) | 325.75º | 1% | 0.89% | - |
| XYZ | 35.33 | 17.75 | 22.33 | - |
| YUV | 82.28 | 154.37 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 129 | 0 | 1 | 0.43 | 0.11 | 325.75 | 1 | 0.44 |
| Hex | E2 | 0 | 81 | 0 | 64 | 2B | B | 146 | 64 | 2C |
| Octal | 342 | 0 | 201 | 0 | 144 | 53 | 13 | 506 | 144 | 54 |
| Binary | 11100010 | 0 | 10000001 | 0 | 1100100 | 101011 | 1011 | 101000110 | 1100100 | 101100 |
Color Harmonies of #E20081
Complementary color
Monochromatic Colors of #E20081
Black with #E20081
Text Example
Text Example
White with #E20081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20081; }
p { color: rgb(226,0,129); }
H1.HeaderClassName
{
color: #E20081;
}
.AnyTagClassName
{
color: #E20081;
}
</style>
background-color css
<style>
a { background-color: #E20081; }
a { background-color: rgb(226,0,129); }
div.DivClassName
{
background-color: #E20081;
}
.BgClassName
{
background-color: #E20081;
}
</style>
border-color css
<style>
span { border-color: #E20081; }
span { border-color: rgb(226,0,129); }
td.TdClassName
{
border-color: #E20081;
}
.TagClassName
{
border-color: #E20081;
}
</style>