Shades of Medium Violet Red #E21286
Tints of Medium Violet Red #E21286
RGB
CMYK
RGB Variations
Color information
#E21286 (or 0xE21286) is known color: Medium Violet Red. HEX triplet: E2, 12 and 86. RGB value is (226,18,134). Sum of RGB (Red+Green+Blue) = 226+18+134=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E21286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21286 is #1DED79. Grayscale: #5D5D5D. Windows color (decimal): -1961338 or 8786658. OLE color: 8786658.
HSL color Cylindrical-coordinate representation of color #E21286: hue angle of 326.54º degrees, saturation: 0.85, 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 #E21286 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 134 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.11 |
| HSL | 326.54º | 0.85% | 0.48% | - |
| HSV(B) | 326.54º | 0.92% | 0.89% | - |
| XYZ | 35.88 | 18.32 | 24.2 | - |
| YUV | 93.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 134 | 0 | 0.92 | 0.41 | 0.11 | 326.54 | 0.85 | 0.48 |
| Hex | E2 | 12 | 86 | 0 | 5C | 29 | B | 147 | 55 | 30 |
| Octal | 342 | 22 | 206 | 0 | 134 | 51 | 13 | 507 | 125 | 60 |
| Binary | 11100010 | 10010 | 10000110 | 0 | 1011100 | 101001 | 1011 | 101000111 | 1010101 | 110000 |
Color Harmonies of #E21286
Complementary color
Monochromatic Colors of #E21286
Black with #E21286
Text Example
Text Example
White with #E21286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21286; }
p { color: rgb(226,18,134); }
H1.HeaderClassName
{
color: #E21286;
}
.AnyTagClassName
{
color: #E21286;
}
</style>
background-color css
<style>
a { background-color: #E21286; }
a { background-color: rgb(226,18,134); }
div.DivClassName
{
background-color: #E21286;
}
.BgClassName
{
background-color: #E21286;
}
</style>
border-color css
<style>
span { border-color: #E21286; }
span { border-color: rgb(226,18,134); }
td.TdClassName
{
border-color: #E21286;
}
.TagClassName
{
border-color: #E21286;
}
</style>