Shades of Medium Violet Red #E10180
Tints of Medium Violet Red #E10180
RGB
CMYK
RGB Variations
Color information
#E10180 (or 0xE10180) is known color: Medium Violet Red. HEX triplet: E1, 01 and 80. RGB value is (225,1,128). Sum of RGB (Red+Green+Blue) = 225+1+128=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E10180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10180 is #1EFE7F. Grayscale: #525252. Windows color (decimal): -2031232 or 8389089. OLE color: 8389089.
HSL color Cylindrical-coordinate representation of color #E10180: hue angle of 325.98º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10180 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.12 |
| HSL | 325.98º | 0.99% | 0.44% | - |
| HSV(B) | 325.98º | 1% | 0.88% | - |
| XYZ | 34.96 | 17.59 | 21.97 | - |
| YUV | 82.45 | 153.71 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 128 | 0 | 1.00 | 0.43 | 0.12 | 325.98 | 0.99 | 0.44 |
| Hex | E1 | 1 | 80 | 0 | 64 | 2B | C | 146 | 63 | 2C |
| Octal | 341 | 1 | 200 | 0 | 144 | 53 | 14 | 506 | 143 | 54 |
| Binary | 11100001 | 1 | 10000000 | 0 | 1100100 | 101011 | 1100 | 101000110 | 1100011 | 101100 |
Color Harmonies of #E10180
Complementary color
Monochromatic Colors of #E10180
Black with #E10180
Text Example
Text Example
White with #E10180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10180; }
p { color: rgb(225,1,128); }
H1.HeaderClassName
{
color: #E10180;
}
.AnyTagClassName
{
color: #E10180;
}
</style>
background-color css
<style>
a { background-color: #E10180; }
a { background-color: rgb(225,1,128); }
div.DivClassName
{
background-color: #E10180;
}
.BgClassName
{
background-color: #E10180;
}
</style>
border-color css
<style>
span { border-color: #E10180; }
span { border-color: rgb(225,1,128); }
td.TdClassName
{
border-color: #E10180;
}
.TagClassName
{
border-color: #E10180;
}
</style>