Shades of Medium Violet Red #E10982
Tints of Medium Violet Red #E10982
RGB
CMYK
RGB Variations
Color information
#E10982 (or 0xE10982) is known color: Medium Violet Red. HEX triplet: E1, 09 and 82. RGB value is (225,9,130). Sum of RGB (Red+Green+Blue) = 225+9+130=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E10982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10982 is #1EF67D. Grayscale: #575757. Windows color (decimal): -2029182 or 8522209. OLE color: 8522209.
HSL color Cylindrical-coordinate representation of color #E10982: hue angle of 326.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10982 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.12 |
| HSL | 326.39º | 0.92% | 0.46% | - |
| HSV(B) | 326.39º | 0.96% | 0.88% | - |
| XYZ | 35.18 | 17.81 | 22.7 | - |
| YUV | 87.38 | 152.06 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 130 | 0 | 0.96 | 0.42 | 0.12 | 326.39 | 0.92 | 0.46 |
| Hex | E1 | 9 | 82 | 0 | 60 | 2A | C | 146 | 5C | 2E |
| Octal | 341 | 11 | 202 | 0 | 140 | 52 | 14 | 506 | 134 | 56 |
| Binary | 11100001 | 1001 | 10000010 | 0 | 1100000 | 101010 | 1100 | 101000110 | 1011100 | 101110 |
Color Harmonies of #E10982
Complementary color
Monochromatic Colors of #E10982
Black with #E10982
Text Example
Text Example
White with #E10982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10982; }
p { color: rgb(225,9,130); }
H1.HeaderClassName
{
color: #E10982;
}
.AnyTagClassName
{
color: #E10982;
}
</style>
background-color css
<style>
a { background-color: #E10982; }
a { background-color: rgb(225,9,130); }
div.DivClassName
{
background-color: #E10982;
}
.BgClassName
{
background-color: #E10982;
}
</style>
border-color css
<style>
span { border-color: #E10982; }
span { border-color: rgb(225,9,130); }
td.TdClassName
{
border-color: #E10982;
}
.TagClassName
{
border-color: #E10982;
}
</style>