Shades of Medium Violet Red #E21183
Tints of Medium Violet Red #E21183
RGB
CMYK
RGB Variations
Color information
#E21183 (or 0xE21183) is known color: Medium Violet Red. HEX triplet: E2, 11 and 83. RGB value is (226,17,131). Sum of RGB (Red+Green+Blue) = 226+17+131=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E21183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21183 is #1DEE7C. Grayscale: #5C5C5C. Windows color (decimal): -1961597 or 8589794. OLE color: 8589794.
HSL color Cylindrical-coordinate representation of color #E21183: hue angle of 327.27º 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 #E21183 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 131 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.11 |
| HSL | 327.27º | 0.86% | 0.48% | - |
| HSV(B) | 327.27º | 0.92% | 0.89% | - |
| XYZ | 35.66 | 18.21 | 23.11 | - |
| YUV | 92.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 131 | 0 | 0.92 | 0.42 | 0.11 | 327.27 | 0.86 | 0.48 |
| Hex | E2 | 11 | 83 | 0 | 5C | 2A | B | 147 | 56 | 30 |
| Octal | 342 | 21 | 203 | 0 | 134 | 52 | 13 | 507 | 126 | 60 |
| Binary | 11100010 | 10001 | 10000011 | 0 | 1011100 | 101010 | 1011 | 101000111 | 1010110 | 110000 |
Color Harmonies of #E21183
Complementary color
Monochromatic Colors of #E21183
Black with #E21183
Text Example
Text Example
White with #E21183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21183; }
p { color: rgb(226,17,131); }
H1.HeaderClassName
{
color: #E21183;
}
.AnyTagClassName
{
color: #E21183;
}
</style>
background-color css
<style>
a { background-color: #E21183; }
a { background-color: rgb(226,17,131); }
div.DivClassName
{
background-color: #E21183;
}
.BgClassName
{
background-color: #E21183;
}
</style>
border-color css
<style>
span { border-color: #E21183; }
span { border-color: rgb(226,17,131); }
td.TdClassName
{
border-color: #E21183;
}
.TagClassName
{
border-color: #E21183;
}
</style>