Shades of Medium Violet Red #E21189
Tints of Medium Violet Red #E21189
RGB
CMYK
RGB Variations
Color information
#E21189 (or 0xE21189) is known color: Medium Violet Red. HEX triplet: E2, 11 and 89. RGB value is (226,17,137). Sum of RGB (Red+Green+Blue) = 226+17+137=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E21189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21189 is #1DEE76. Grayscale: #5C5C5C. Windows color (decimal): -1961591 or 8983010. OLE color: 8983010.
HSL color Cylindrical-coordinate representation of color #E21189: hue angle of 325.55º 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 #E21189 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 137 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.11 |
| HSL | 325.55º | 0.86% | 0.48% | - |
| HSV(B) | 325.55º | 0.92% | 0.89% | - |
| XYZ | 36.08 | 18.38 | 25.31 | - |
| YUV | 93.17 | 152.74 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 137 | 0 | 0.92 | 0.39 | 0.11 | 325.55 | 0.86 | 0.48 |
| Hex | E2 | 11 | 89 | 0 | 5C | 27 | B | 146 | 56 | 30 |
| Octal | 342 | 21 | 211 | 0 | 134 | 47 | 13 | 506 | 126 | 60 |
| Binary | 11100010 | 10001 | 10001001 | 0 | 1011100 | 100111 | 1011 | 101000110 | 1010110 | 110000 |
Color Harmonies of #E21189
Complementary color
Monochromatic Colors of #E21189
Black with #E21189
Text Example
Text Example
White with #E21189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21189; }
p { color: rgb(226,17,137); }
H1.HeaderClassName
{
color: #E21189;
}
.AnyTagClassName
{
color: #E21189;
}
</style>
background-color css
<style>
a { background-color: #E21189; }
a { background-color: rgb(226,17,137); }
div.DivClassName
{
background-color: #E21189;
}
.BgClassName
{
background-color: #E21189;
}
</style>
border-color css
<style>
span { border-color: #E21189; }
span { border-color: rgb(226,17,137); }
td.TdClassName
{
border-color: #E21189;
}
.TagClassName
{
border-color: #E21189;
}
</style>