Shades of Medium Violet Red #E21387
Tints of Medium Violet Red #E21387
RGB
CMYK
RGB Variations
Color information
#E21387 (or 0xE21387) is known color: Medium Violet Red. HEX triplet: E2, 13 and 87. RGB value is (226,19,135). Sum of RGB (Red+Green+Blue) = 226+19+135=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E21387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21387 is #1DEC78. Grayscale: #5D5D5D. Windows color (decimal): -1961081 or 8852450. OLE color: 8852450.
HSL color Cylindrical-coordinate representation of color #E21387: hue angle of 326.38º 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 #E21387 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.11 |
| HSL | 326.38º | 0.84% | 0.48% | - |
| HSV(B) | 326.38º | 0.92% | 0.89% | - |
| XYZ | 35.97 | 18.38 | 24.57 | - |
| YUV | 94.12 | 151.08 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 135 | 0 | 0.92 | 0.40 | 0.11 | 326.38 | 0.84 | 0.48 |
| Hex | E2 | 13 | 87 | 0 | 5C | 28 | B | 146 | 54 | 30 |
| Octal | 342 | 23 | 207 | 0 | 134 | 50 | 13 | 506 | 124 | 60 |
| Binary | 11100010 | 10011 | 10000111 | 0 | 1011100 | 101000 | 1011 | 101000110 | 1010100 | 110000 |
Color Harmonies of #E21387
Complementary color
Monochromatic Colors of #E21387
Black with #E21387
Text Example
Text Example
White with #E21387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21387; }
p { color: rgb(226,19,135); }
H1.HeaderClassName
{
color: #E21387;
}
.AnyTagClassName
{
color: #E21387;
}
</style>
background-color css
<style>
a { background-color: #E21387; }
a { background-color: rgb(226,19,135); }
div.DivClassName
{
background-color: #E21387;
}
.BgClassName
{
background-color: #E21387;
}
</style>
border-color css
<style>
span { border-color: #E21387; }
span { border-color: rgb(226,19,135); }
td.TdClassName
{
border-color: #E21387;
}
.TagClassName
{
border-color: #E21387;
}
</style>