Shades of Medium Violet Red #E21180
Tints of Medium Violet Red #E21180
RGB
CMYK
RGB Variations
Color information
#E21180 (or 0xE21180) is known color: Medium Violet Red. HEX triplet: E2, 11 and 80. RGB value is (226,17,128). Sum of RGB (Red+Green+Blue) = 226+17+128=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E21180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21180 is #1DEE7F. Grayscale: #5B5B5B. Windows color (decimal): -1961600 or 8393186. OLE color: 8393186.
HSL color Cylindrical-coordinate representation of color #E21180: hue angle of 328.13º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21180 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 128 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.11 |
| HSL | 328.13º | 0.86% | 0.48% | - |
| HSV(B) | 328.13º | 0.92% | 0.89% | - |
| XYZ | 35.46 | 18.13 | 22.05 | - |
| YUV | 92.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 128 | 0 | 0.92 | 0.43 | 0.11 | 328.13 | 0.86 | 0.48 |
| Hex | E2 | 11 | 80 | 0 | 5C | 2B | B | 148 | 56 | 30 |
| Octal | 342 | 21 | 200 | 0 | 134 | 53 | 13 | 510 | 126 | 60 |
| Binary | 11100010 | 10001 | 10000000 | 0 | 1011100 | 101011 | 1011 | 101001000 | 1010110 | 110000 |
Color Harmonies of #E21180
Complementary color
Monochromatic Colors of #E21180
Black with #E21180
Text Example
Text Example
White with #E21180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21180; }
p { color: rgb(226,17,128); }
H1.HeaderClassName
{
color: #E21180;
}
.AnyTagClassName
{
color: #E21180;
}
</style>
background-color css
<style>
a { background-color: #E21180; }
a { background-color: rgb(226,17,128); }
div.DivClassName
{
background-color: #E21180;
}
.BgClassName
{
background-color: #E21180;
}
</style>
border-color css
<style>
span { border-color: #E21180; }
span { border-color: rgb(226,17,128); }
td.TdClassName
{
border-color: #E21180;
}
.TagClassName
{
border-color: #E21180;
}
</style>