Shades of Medium Violet Red #E20482
Tints of Medium Violet Red #E20482
RGB
CMYK
RGB Variations
Color information
#E20482 (or 0xE20482) is known color: Medium Violet Red. HEX triplet: E2, 04 and 82. RGB value is (226,4,130). Sum of RGB (Red+Green+Blue) = 226+4+130=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E20482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20482 is #1DFB7D. Grayscale: #545454. Windows color (decimal): -1964926 or 8520930. OLE color: 8520930.
HSL color Cylindrical-coordinate representation of color #E20482: hue angle of 325.95º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20482 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.11 |
| HSL | 325.95º | 0.97% | 0.45% | - |
| HSV(B) | 325.95º | 0.98% | 0.89% | - |
| XYZ | 35.44 | 17.87 | 22.7 | - |
| YUV | 84.74 | 153.55 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 130 | 0 | 0.98 | 0.42 | 0.11 | 325.95 | 0.97 | 0.45 |
| Hex | E2 | 4 | 82 | 0 | 62 | 2A | B | 146 | 61 | 2D |
| Octal | 342 | 4 | 202 | 0 | 142 | 52 | 13 | 506 | 141 | 55 |
| Binary | 11100010 | 100 | 10000010 | 0 | 1100010 | 101010 | 1011 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E20482
Complementary color
Monochromatic Colors of #E20482
Black with #E20482
Text Example
Text Example
White with #E20482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20482; }
p { color: rgb(226,4,130); }
H1.HeaderClassName
{
color: #E20482;
}
.AnyTagClassName
{
color: #E20482;
}
</style>
background-color css
<style>
a { background-color: #E20482; }
a { background-color: rgb(226,4,130); }
div.DivClassName
{
background-color: #E20482;
}
.BgClassName
{
background-color: #E20482;
}
</style>
border-color css
<style>
span { border-color: #E20482; }
span { border-color: rgb(226,4,130); }
td.TdClassName
{
border-color: #E20482;
}
.TagClassName
{
border-color: #E20482;
}
</style>