Shades of Medium Violet Red #E10484
Tints of Medium Violet Red #E10484
RGB
CMYK
RGB Variations
Color information
#E10484 (or 0xE10484) is known color: Medium Violet Red. HEX triplet: E1, 04 and 84. RGB value is (225,4,132). Sum of RGB (Red+Green+Blue) = 225+4+132=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10484 is #1EFB7B. Grayscale: #545454. Windows color (decimal): -2030460 or 8652001. OLE color: 8652001.
HSL color Cylindrical-coordinate representation of color #E10484: hue angle of 325.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10484 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.12 |
| HSL | 325.25º | 0.97% | 0.45% | - |
| HSV(B) | 325.25º | 0.98% | 0.88% | - |
| XYZ | 35.26 | 17.76 | 23.4 | - |
| YUV | 84.67 | 154.72 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 132 | 0 | 0.98 | 0.41 | 0.12 | 325.25 | 0.97 | 0.45 |
| Hex | E1 | 4 | 84 | 0 | 62 | 29 | C | 145 | 61 | 2D |
| Octal | 341 | 4 | 204 | 0 | 142 | 51 | 14 | 505 | 141 | 55 |
| Binary | 11100001 | 100 | 10000100 | 0 | 1100010 | 101001 | 1100 | 101000101 | 1100001 | 101101 |
Color Harmonies of #E10484
Complementary color
Monochromatic Colors of #E10484
Black with #E10484
Text Example
Text Example
White with #E10484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10484; }
p { color: rgb(225,4,132); }
H1.HeaderClassName
{
color: #E10484;
}
.AnyTagClassName
{
color: #E10484;
}
</style>
background-color css
<style>
a { background-color: #E10484; }
a { background-color: rgb(225,4,132); }
div.DivClassName
{
background-color: #E10484;
}
.BgClassName
{
background-color: #E10484;
}
</style>
border-color css
<style>
span { border-color: #E10484; }
span { border-color: rgb(225,4,132); }
td.TdClassName
{
border-color: #E10484;
}
.TagClassName
{
border-color: #E10484;
}
</style>