Shades of Medium Violet Red #E01282
Tints of Medium Violet Red #E01282
RGB
CMYK
RGB Variations
Color information
#E01282 (or 0xE01282) is known color: Medium Violet Red. HEX triplet: E0, 12 and 82. RGB value is (224,18,130). Sum of RGB (Red+Green+Blue) = 224+18+130=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E01282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01282 is #1FED7D. Grayscale: #5C5C5C. Windows color (decimal): -2092414 or 8524512. OLE color: 8524512.
HSL color Cylindrical-coordinate representation of color #E01282: hue angle of 327.38º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01282 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 130 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.12 |
| HSL | 327.38º | 0.85% | 0.47% | - |
| HSV(B) | 327.38º | 0.92% | 0.88% | - |
| XYZ | 34.99 | 17.89 | 22.73 | - |
| YUV | 92.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 130 | 0 | 0.92 | 0.42 | 0.12 | 327.38 | 0.85 | 0.47 |
| Hex | E0 | 12 | 82 | 0 | 5C | 2A | C | 147 | 55 | 2F |
| Octal | 340 | 22 | 202 | 0 | 134 | 52 | 14 | 507 | 125 | 57 |
| Binary | 11100000 | 10010 | 10000010 | 0 | 1011100 | 101010 | 1100 | 101000111 | 1010101 | 101111 |
Color Harmonies of #E01282
Complementary color
Monochromatic Colors of #E01282
Black with #E01282
Text Example
Text Example
White with #E01282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01282; }
p { color: rgb(224,18,130); }
H1.HeaderClassName
{
color: #E01282;
}
.AnyTagClassName
{
color: #E01282;
}
</style>
background-color css
<style>
a { background-color: #E01282; }
a { background-color: rgb(224,18,130); }
div.DivClassName
{
background-color: #E01282;
}
.BgClassName
{
background-color: #E01282;
}
</style>
border-color css
<style>
span { border-color: #E01282; }
span { border-color: rgb(224,18,130); }
td.TdClassName
{
border-color: #E01282;
}
.TagClassName
{
border-color: #E01282;
}
</style>