Shades of Medium Violet Red #E21686
Tints of Medium Violet Red #E21686
RGB
CMYK
RGB Variations
Color information
#E21686 (or 0xE21686) is known color: Medium Violet Red. HEX triplet: E2, 16 and 86. RGB value is (226,22,134). Sum of RGB (Red+Green+Blue) = 226+22+134=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E21686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21686 is #1DE979. Grayscale: #5F5F5F. Windows color (decimal): -1960314 or 8787682. OLE color: 8787682.
HSL color Cylindrical-coordinate representation of color #E21686: hue angle of 327.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21686 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 134 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.11 |
| HSL | 327.06º | 0.82% | 0.49% | - |
| HSV(B) | 327.06º | 0.9% | 0.89% | - |
| XYZ | 35.95 | 18.46 | 24.22 | - |
| YUV | 95.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 134 | 0 | 0.90 | 0.41 | 0.11 | 327.06 | 0.82 | 0.49 |
| Hex | E2 | 16 | 86 | 0 | 5A | 29 | B | 147 | 52 | 31 |
| Octal | 342 | 26 | 206 | 0 | 132 | 51 | 13 | 507 | 122 | 61 |
| Binary | 11100010 | 10110 | 10000110 | 0 | 1011010 | 101001 | 1011 | 101000111 | 1010010 | 110001 |
Color Harmonies of #E21686
Complementary color
Monochromatic Colors of #E21686
Black with #E21686
Text Example
Text Example
White with #E21686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21686; }
p { color: rgb(226,22,134); }
H1.HeaderClassName
{
color: #E21686;
}
.AnyTagClassName
{
color: #E21686;
}
</style>
background-color css
<style>
a { background-color: #E21686; }
a { background-color: rgb(226,22,134); }
div.DivClassName
{
background-color: #E21686;
}
.BgClassName
{
background-color: #E21686;
}
</style>
border-color css
<style>
span { border-color: #E21686; }
span { border-color: rgb(226,22,134); }
td.TdClassName
{
border-color: #E21686;
}
.TagClassName
{
border-color: #E21686;
}
</style>