Shades of Medium Violet Red #E01693
Tints of Medium Violet Red #E01693
RGB
CMYK
RGB Variations
Color information
#E01693 (or 0xE01693) is known color: Medium Violet Red. HEX triplet: E0, 16 and 93. RGB value is (224,22,147). Sum of RGB (Red+Green+Blue) = 224+22+147=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E01693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01693 is #1FE96C. Grayscale: #606060. Windows color (decimal): -2091373 or 9639648. OLE color: 9639648.
HSL color Cylindrical-coordinate representation of color #E01693: hue angle of 322.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01693 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 147 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.12 |
| HSL | 322.87º | 0.82% | 0.48% | - |
| HSV(B) | 322.87º | 0.9% | 0.88% | - |
| XYZ | 36.29 | 18.53 | 29.27 | - |
| YUV | 96.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 147 | 0 | 0.90 | 0.34 | 0.12 | 322.87 | 0.82 | 0.48 |
| Hex | E0 | 16 | 93 | 0 | 5A | 22 | C | 143 | 52 | 30 |
| Octal | 340 | 26 | 223 | 0 | 132 | 42 | 14 | 503 | 122 | 60 |
| Binary | 11100000 | 10110 | 10010011 | 0 | 1011010 | 100010 | 1100 | 101000011 | 1010010 | 110000 |
Color Harmonies of #E01693
Complementary color
Monochromatic Colors of #E01693
Black with #E01693
Text Example
Text Example
White with #E01693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01693; }
p { color: rgb(224,22,147); }
H1.HeaderClassName
{
color: #E01693;
}
.AnyTagClassName
{
color: #E01693;
}
</style>
background-color css
<style>
a { background-color: #E01693; }
a { background-color: rgb(224,22,147); }
div.DivClassName
{
background-color: #E01693;
}
.BgClassName
{
background-color: #E01693;
}
</style>
border-color css
<style>
span { border-color: #E01693; }
span { border-color: rgb(224,22,147); }
td.TdClassName
{
border-color: #E01693;
}
.TagClassName
{
border-color: #E01693;
}
</style>