Shades of Medium Violet Red #E01483
Tints of Medium Violet Red #E01483
RGB
CMYK
RGB Variations
Color information
#E01483 (or 0xE01483) is known color: Medium Violet Red. HEX triplet: E0, 14 and 83. RGB value is (224,20,131). Sum of RGB (Red+Green+Blue) = 224+20+131=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E01483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01483 is #1FEB7C. Grayscale: #5D5D5D. Windows color (decimal): -2091901 or 8590560. OLE color: 8590560.
HSL color Cylindrical-coordinate representation of color #E01483: hue angle of 327.35º degrees, saturation: 0.84, 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 #E01483 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 131 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.12 |
| HSL | 327.35º | 0.84% | 0.48% | - |
| HSV(B) | 327.35º | 0.91% | 0.88% | - |
| XYZ | 35.09 | 17.99 | 23.1 | - |
| YUV | 93.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 131 | 0 | 0.91 | 0.42 | 0.12 | 327.35 | 0.84 | 0.48 |
| Hex | E0 | 14 | 83 | 0 | 5B | 2A | C | 147 | 54 | 30 |
| Octal | 340 | 24 | 203 | 0 | 133 | 52 | 14 | 507 | 124 | 60 |
| Binary | 11100000 | 10100 | 10000011 | 0 | 1011011 | 101010 | 1100 | 101000111 | 1010100 | 110000 |
Color Harmonies of #E01483
Complementary color
Monochromatic Colors of #E01483
Black with #E01483
Text Example
Text Example
White with #E01483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01483; }
p { color: rgb(224,20,131); }
H1.HeaderClassName
{
color: #E01483;
}
.AnyTagClassName
{
color: #E01483;
}
</style>
background-color css
<style>
a { background-color: #E01483; }
a { background-color: rgb(224,20,131); }
div.DivClassName
{
background-color: #E01483;
}
.BgClassName
{
background-color: #E01483;
}
</style>
border-color css
<style>
span { border-color: #E01483; }
span { border-color: rgb(224,20,131); }
td.TdClassName
{
border-color: #E01483;
}
.TagClassName
{
border-color: #E01483;
}
</style>