Shades of Medium Violet Red #E10A8A
Tints of Medium Violet Red #E10A8A
RGB
CMYK
RGB Variations
Color information
#E10A8A (or 0xE10A8A) is known color: Medium Violet Red. HEX triplet: E1, 0A and 8A. RGB value is (225,10,138). Sum of RGB (Red+Green+Blue) = 225+10+138=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10A8A is #1EF575. Grayscale: #585858. Windows color (decimal): -2028918 or 9046753. OLE color: 9046753.
HSL color Cylindrical-coordinate representation of color #E10A8A: hue angle of 324.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A8A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.12 |
| HSL | 324.28º | 0.91% | 0.46% | - |
| HSV(B) | 324.28º | 0.96% | 0.88% | - |
| XYZ | 35.75 | 18.06 | 25.65 | - |
| YUV | 88.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 138 | 0 | 0.96 | 0.39 | 0.12 | 324.28 | 0.91 | 0.46 |
| Hex | E1 | A | 8A | 0 | 60 | 27 | C | 144 | 5B | 2E |
| Octal | 341 | 12 | 212 | 0 | 140 | 47 | 14 | 504 | 133 | 56 |
| Binary | 11100001 | 1010 | 10001010 | 0 | 1100000 | 100111 | 1100 | 101000100 | 1011011 | 101110 |
Color Harmonies of #E10A8A
Complementary color
Monochromatic Colors of #E10A8A
Black with #E10A8A
Text Example
Text Example
White with #E10A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A8A; }
p { color: rgb(225,10,138); }
H1.HeaderClassName
{
color: #E10A8A;
}
.AnyTagClassName
{
color: #E10A8A;
}
</style>
background-color css
<style>
a { background-color: #E10A8A; }
a { background-color: rgb(225,10,138); }
div.DivClassName
{
background-color: #E10A8A;
}
.BgClassName
{
background-color: #E10A8A;
}
</style>
border-color css
<style>
span { border-color: #E10A8A; }
span { border-color: rgb(225,10,138); }
td.TdClassName
{
border-color: #E10A8A;
}
.TagClassName
{
border-color: #E10A8A;
}
</style>