Shades of Medium Violet Red #E01593
Tints of Medium Violet Red #E01593
RGB
CMYK
RGB Variations
Color information
#E01593 (or 0xE01593) is known color: Medium Violet Red. HEX triplet: E0, 15 and 93. RGB value is (224,21,147). Sum of RGB (Red+Green+Blue) = 224+21+147=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E01593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01593 is #1FEA6C. Grayscale: #5F5F5F. Windows color (decimal): -2091629 or 9639392. OLE color: 9639392.
HSL color Cylindrical-coordinate representation of color #E01593: hue angle of 322.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01593 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.12 |
| HSL | 322.76º | 0.83% | 0.48% | - |
| HSV(B) | 322.76º | 0.91% | 0.88% | - |
| XYZ | 36.28 | 18.49 | 29.26 | - |
| YUV | 96.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 147 | 0 | 0.91 | 0.34 | 0.12 | 322.76 | 0.83 | 0.48 |
| Hex | E0 | 15 | 93 | 0 | 5B | 22 | C | 143 | 53 | 30 |
| Octal | 340 | 25 | 223 | 0 | 133 | 42 | 14 | 503 | 123 | 60 |
| Binary | 11100000 | 10101 | 10010011 | 0 | 1011011 | 100010 | 1100 | 101000011 | 1010011 | 110000 |
Color Harmonies of #E01593
Complementary color
Monochromatic Colors of #E01593
Black with #E01593
Text Example
Text Example
White with #E01593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01593; }
p { color: rgb(224,21,147); }
H1.HeaderClassName
{
color: #E01593;
}
.AnyTagClassName
{
color: #E01593;
}
</style>
background-color css
<style>
a { background-color: #E01593; }
a { background-color: rgb(224,21,147); }
div.DivClassName
{
background-color: #E01593;
}
.BgClassName
{
background-color: #E01593;
}
</style>
border-color css
<style>
span { border-color: #E01593; }
span { border-color: rgb(224,21,147); }
td.TdClassName
{
border-color: #E01593;
}
.TagClassName
{
border-color: #E01593;
}
</style>