Shades of Medium Violet Red #E10F90
Tints of Medium Violet Red #E10F90
RGB
CMYK
RGB Variations
Color information
#E10F90 (or 0xE10F90) is known color: Medium Violet Red. HEX triplet: E1, 0F and 90. RGB value is (225,15,144). Sum of RGB (Red+Green+Blue) = 225+15+144=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F90 is #1EF06F. Grayscale: #5C5C5C. Windows color (decimal): -2027632 or 9441249. OLE color: 9441249.
HSL color Cylindrical-coordinate representation of color #E10F90: hue angle of 323.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F90 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 144 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.12 |
| HSL | 323.14º | 0.88% | 0.47% | - |
| HSV(B) | 323.14º | 0.93% | 0.88% | - |
| XYZ | 36.26 | 18.36 | 28.02 | - |
| YUV | 92.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 144 | 0 | 0.93 | 0.36 | 0.12 | 323.14 | 0.88 | 0.47 |
| Hex | E1 | F | 90 | 0 | 5D | 24 | C | 143 | 58 | 2F |
| Octal | 341 | 17 | 220 | 0 | 135 | 44 | 14 | 503 | 130 | 57 |
| Binary | 11100001 | 1111 | 10010000 | 0 | 1011101 | 100100 | 1100 | 101000011 | 1011000 | 101111 |
Color Harmonies of #E10F90
Complementary color
Monochromatic Colors of #E10F90
Black with #E10F90
Text Example
Text Example
White with #E10F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F90; }
p { color: rgb(225,15,144); }
H1.HeaderClassName
{
color: #E10F90;
}
.AnyTagClassName
{
color: #E10F90;
}
</style>
background-color css
<style>
a { background-color: #E10F90; }
a { background-color: rgb(225,15,144); }
div.DivClassName
{
background-color: #E10F90;
}
.BgClassName
{
background-color: #E10F90;
}
</style>
border-color css
<style>
span { border-color: #E10F90; }
span { border-color: rgb(225,15,144); }
td.TdClassName
{
border-color: #E10F90;
}
.TagClassName
{
border-color: #E10F90;
}
</style>