Shades of Medium Violet Red #E21383
Tints of Medium Violet Red #E21383
RGB
CMYK
RGB Variations
Color information
#E21383 (or 0xE21383) is known color: Medium Violet Red. HEX triplet: E2, 13 and 83. RGB value is (226,19,131). Sum of RGB (Red+Green+Blue) = 226+19+131=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E21383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21383 is #1DEC7C. Grayscale: #5D5D5D. Windows color (decimal): -1961085 or 8590306. OLE color: 8590306.
HSL color Cylindrical-coordinate representation of color #E21383: hue angle of 327.54º degrees, saturation: 0.84, 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 #E21383 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 131 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.11 |
| HSL | 327.54º | 0.84% | 0.48% | - |
| HSV(B) | 327.54º | 0.92% | 0.89% | - |
| XYZ | 35.69 | 18.27 | 23.12 | - |
| YUV | 93.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 131 | 0 | 0.92 | 0.42 | 0.11 | 327.54 | 0.84 | 0.48 |
| Hex | E2 | 13 | 83 | 0 | 5C | 2A | B | 148 | 54 | 30 |
| Octal | 342 | 23 | 203 | 0 | 134 | 52 | 13 | 510 | 124 | 60 |
| Binary | 11100010 | 10011 | 10000011 | 0 | 1011100 | 101010 | 1011 | 101001000 | 1010100 | 110000 |
Color Harmonies of #E21383
Complementary color
Monochromatic Colors of #E21383
Black with #E21383
Text Example
Text Example
White with #E21383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21383; }
p { color: rgb(226,19,131); }
H1.HeaderClassName
{
color: #E21383;
}
.AnyTagClassName
{
color: #E21383;
}
</style>
background-color css
<style>
a { background-color: #E21383; }
a { background-color: rgb(226,19,131); }
div.DivClassName
{
background-color: #E21383;
}
.BgClassName
{
background-color: #E21383;
}
</style>
border-color css
<style>
span { border-color: #E21383; }
span { border-color: rgb(226,19,131); }
td.TdClassName
{
border-color: #E21383;
}
.TagClassName
{
border-color: #E21383;
}
</style>