Shades of Medium Violet Red #E10183
Tints of Medium Violet Red #E10183
RGB
CMYK
RGB Variations
Color information
#E10183 (or 0xE10183) is known color: Medium Violet Red. HEX triplet: E1, 01 and 83. RGB value is (225,1,131). Sum of RGB (Red+Green+Blue) = 225+1+131=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E10183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10183 is #1EFE7C. Grayscale: #525252. Windows color (decimal): -2031229 or 8585697. OLE color: 8585697.
HSL color Cylindrical-coordinate representation of color #E10183: hue angle of 325.18º 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 #E10183 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.12 |
| HSL | 325.18º | 0.99% | 0.44% | - |
| HSV(B) | 325.18º | 1% | 0.88% | - |
| XYZ | 35.16 | 17.67 | 23.03 | - |
| YUV | 82.8 | 155.21 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 131 | 0 | 1.00 | 0.42 | 0.12 | 325.18 | 0.99 | 0.44 |
| Hex | E1 | 1 | 83 | 0 | 64 | 2A | C | 145 | 63 | 2C |
| Octal | 341 | 1 | 203 | 0 | 144 | 52 | 14 | 505 | 143 | 54 |
| Binary | 11100001 | 1 | 10000011 | 0 | 1100100 | 101010 | 1100 | 101000101 | 1100011 | 101100 |
Color Harmonies of #E10183
Complementary color
Monochromatic Colors of #E10183
Black with #E10183
Text Example
Text Example
White with #E10183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10183; }
p { color: rgb(225,1,131); }
H1.HeaderClassName
{
color: #E10183;
}
.AnyTagClassName
{
color: #E10183;
}
</style>
background-color css
<style>
a { background-color: #E10183; }
a { background-color: rgb(225,1,131); }
div.DivClassName
{
background-color: #E10183;
}
.BgClassName
{
background-color: #E10183;
}
</style>
border-color css
<style>
span { border-color: #E10183; }
span { border-color: rgb(225,1,131); }
td.TdClassName
{
border-color: #E10183;
}
.TagClassName
{
border-color: #E10183;
}
</style>