Shades of Medium Violet Red #E10184
Tints of Medium Violet Red #E10184
RGB
CMYK
RGB Variations
Color information
#E10184 (or 0xE10184) is known color: Medium Violet Red. HEX triplet: E1, 01 and 84. RGB value is (225,1,132). Sum of RGB (Red+Green+Blue) = 225+1+132=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E10184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10184 is #1EFE7B. Grayscale: #525252. Windows color (decimal): -2031228 or 8651233. OLE color: 8651233.
HSL color Cylindrical-coordinate representation of color #E10184: hue angle of 324.91º 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 #E10184 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.12 |
| HSL | 324.91º | 0.99% | 0.44% | - |
| HSV(B) | 324.91º | 1% | 0.88% | - |
| XYZ | 35.23 | 17.7 | 23.39 | - |
| YUV | 82.91 | 155.71 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 132 | 0 | 1.00 | 0.41 | 0.12 | 324.91 | 0.99 | 0.44 |
| Hex | E1 | 1 | 84 | 0 | 64 | 29 | C | 145 | 63 | 2C |
| Octal | 341 | 1 | 204 | 0 | 144 | 51 | 14 | 505 | 143 | 54 |
| Binary | 11100001 | 1 | 10000100 | 0 | 1100100 | 101001 | 1100 | 101000101 | 1100011 | 101100 |
Color Harmonies of #E10184
Complementary color
Monochromatic Colors of #E10184
Black with #E10184
Text Example
Text Example
White with #E10184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10184; }
p { color: rgb(225,1,132); }
H1.HeaderClassName
{
color: #E10184;
}
.AnyTagClassName
{
color: #E10184;
}
</style>
background-color css
<style>
a { background-color: #E10184; }
a { background-color: rgb(225,1,132); }
div.DivClassName
{
background-color: #E10184;
}
.BgClassName
{
background-color: #E10184;
}
</style>
border-color css
<style>
span { border-color: #E10184; }
span { border-color: rgb(225,1,132); }
td.TdClassName
{
border-color: #E10184;
}
.TagClassName
{
border-color: #E10184;
}
</style>