Shades of Medium Violet Red #E21385
Tints of Medium Violet Red #E21385
RGB
CMYK
RGB Variations
Color information
#E21385 (or 0xE21385) is known color: Medium Violet Red. HEX triplet: E2, 13 and 85. RGB value is (226,19,133). Sum of RGB (Red+Green+Blue) = 226+19+133=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E21385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21385 is #1DEC7A. Grayscale: #5D5D5D. Windows color (decimal): -1961083 or 8721378. OLE color: 8721378.
HSL color Cylindrical-coordinate representation of color #E21385: hue angle of 326.96º 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 #E21385 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.11 |
| HSL | 326.96º | 0.84% | 0.48% | - |
| HSV(B) | 326.96º | 0.92% | 0.89% | - |
| XYZ | 35.83 | 18.33 | 23.84 | - |
| YUV | 93.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 133 | 0 | 0.92 | 0.41 | 0.11 | 326.96 | 0.84 | 0.48 |
| Hex | E2 | 13 | 85 | 0 | 5C | 29 | B | 147 | 54 | 30 |
| Octal | 342 | 23 | 205 | 0 | 134 | 51 | 13 | 507 | 124 | 60 |
| Binary | 11100010 | 10011 | 10000101 | 0 | 1011100 | 101001 | 1011 | 101000111 | 1010100 | 110000 |
Color Harmonies of #E21385
Complementary color
Monochromatic Colors of #E21385
Black with #E21385
Text Example
Text Example
White with #E21385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21385; }
p { color: rgb(226,19,133); }
H1.HeaderClassName
{
color: #E21385;
}
.AnyTagClassName
{
color: #E21385;
}
</style>
background-color css
<style>
a { background-color: #E21385; }
a { background-color: rgb(226,19,133); }
div.DivClassName
{
background-color: #E21385;
}
.BgClassName
{
background-color: #E21385;
}
</style>
border-color css
<style>
span { border-color: #E21385; }
span { border-color: rgb(226,19,133); }
td.TdClassName
{
border-color: #E21385;
}
.TagClassName
{
border-color: #E21385;
}
</style>