Shades of Medium Violet Red #E10E8A
Tints of Medium Violet Red #E10E8A
RGB
CMYK
RGB Variations
Color information
#E10E8A (or 0xE10E8A) is known color: Medium Violet Red. HEX triplet: E1, 0E and 8A. RGB value is (225,14,138). Sum of RGB (Red+Green+Blue) = 225+14+138=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10E8A is #1EF175. Grayscale: #5A5A5A. Windows color (decimal): -2027894 or 9047777. OLE color: 9047777.
HSL color Cylindrical-coordinate representation of color #E10E8A: hue angle of 324.74º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10E8A is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 138 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.12 |
| HSL | 324.74º | 0.88% | 0.47% | - |
| HSV(B) | 324.74º | 0.94% | 0.88% | - |
| XYZ | 35.8 | 18.16 | 25.66 | - |
| YUV | 91.23 | 154.4 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 138 | 0 | 0.94 | 0.39 | 0.12 | 324.74 | 0.88 | 0.47 |
| Hex | E1 | E | 8A | 0 | 5E | 27 | C | 145 | 58 | 2F |
| Octal | 341 | 16 | 212 | 0 | 136 | 47 | 14 | 505 | 130 | 57 |
| Binary | 11100001 | 1110 | 10001010 | 0 | 1011110 | 100111 | 1100 | 101000101 | 1011000 | 101111 |
Color Harmonies of #E10E8A
Complementary color
Monochromatic Colors of #E10E8A
Black with #E10E8A
Text Example
Text Example
White with #E10E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10E8A; }
p { color: rgb(225,14,138); }
H1.HeaderClassName
{
color: #E10E8A;
}
.AnyTagClassName
{
color: #E10E8A;
}
</style>
background-color css
<style>
a { background-color: #E10E8A; }
a { background-color: rgb(225,14,138); }
div.DivClassName
{
background-color: #E10E8A;
}
.BgClassName
{
background-color: #E10E8A;
}
</style>
border-color css
<style>
span { border-color: #E10E8A; }
span { border-color: rgb(225,14,138); }
td.TdClassName
{
border-color: #E10E8A;
}
.TagClassName
{
border-color: #E10E8A;
}
</style>