Shades of Medium Violet Red #E10282
Tints of Medium Violet Red #E10282
RGB
CMYK
RGB Variations
Color information
#E10282 (or 0xE10282) is known color: Medium Violet Red. HEX triplet: E1, 02 and 82. RGB value is (225,2,130). Sum of RGB (Red+Green+Blue) = 225+2+130=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E10282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10282 is #1EFD7D. Grayscale: #525252. Windows color (decimal): -2030974 or 8520417. OLE color: 8520417.
HSL color Cylindrical-coordinate representation of color #E10282: hue angle of 325.56º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10282 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.12 |
| HSL | 325.56º | 0.98% | 0.45% | - |
| HSV(B) | 325.56º | 0.99% | 0.88% | - |
| XYZ | 35.1 | 17.66 | 22.68 | - |
| YUV | 83.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 130 | 0 | 0.99 | 0.42 | 0.12 | 325.56 | 0.98 | 0.45 |
| Hex | E1 | 2 | 82 | 0 | 63 | 2A | C | 146 | 62 | 2D |
| Octal | 341 | 2 | 202 | 0 | 143 | 52 | 14 | 506 | 142 | 55 |
| Binary | 11100001 | 10 | 10000010 | 0 | 1100011 | 101010 | 1100 | 101000110 | 1100010 | 101101 |
Color Harmonies of #E10282
Complementary color
Monochromatic Colors of #E10282
Black with #E10282
Text Example
Text Example
White with #E10282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10282; }
p { color: rgb(225,2,130); }
H1.HeaderClassName
{
color: #E10282;
}
.AnyTagClassName
{
color: #E10282;
}
</style>
background-color css
<style>
a { background-color: #E10282; }
a { background-color: rgb(225,2,130); }
div.DivClassName
{
background-color: #E10282;
}
.BgClassName
{
background-color: #E10282;
}
</style>
border-color css
<style>
span { border-color: #E10282; }
span { border-color: rgb(225,2,130); }
td.TdClassName
{
border-color: #E10282;
}
.TagClassName
{
border-color: #E10282;
}
</style>