Shades of Medium Violet Red #E10380
Tints of Medium Violet Red #E10380
RGB
CMYK
RGB Variations
Color information
#E10380 (or 0xE10380) is known color: Medium Violet Red. HEX triplet: E1, 03 and 80. RGB value is (225,3,128). Sum of RGB (Red+Green+Blue) = 225+3+128=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E10380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10380 is #1EFC7F. Grayscale: #535353. Windows color (decimal): -2030720 or 8389601. OLE color: 8389601.
HSL color Cylindrical-coordinate representation of color #E10380: hue angle of 326.22º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10380 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.12 |
| HSL | 326.22º | 0.97% | 0.45% | - |
| HSV(B) | 326.22º | 0.99% | 0.88% | - |
| XYZ | 34.98 | 17.63 | 21.98 | - |
| YUV | 83.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 128 | 0 | 0.99 | 0.43 | 0.12 | 326.22 | 0.97 | 0.45 |
| Hex | E1 | 3 | 80 | 0 | 63 | 2B | C | 146 | 61 | 2D |
| Octal | 341 | 3 | 200 | 0 | 143 | 53 | 14 | 506 | 141 | 55 |
| Binary | 11100001 | 11 | 10000000 | 0 | 1100011 | 101011 | 1100 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E10380
Complementary color
Monochromatic Colors of #E10380
Black with #E10380
Text Example
Text Example
White with #E10380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10380; }
p { color: rgb(225,3,128); }
H1.HeaderClassName
{
color: #E10380;
}
.AnyTagClassName
{
color: #E10380;
}
</style>
background-color css
<style>
a { background-color: #E10380; }
a { background-color: rgb(225,3,128); }
div.DivClassName
{
background-color: #E10380;
}
.BgClassName
{
background-color: #E10380;
}
</style>
border-color css
<style>
span { border-color: #E10380; }
span { border-color: rgb(225,3,128); }
td.TdClassName
{
border-color: #E10380;
}
.TagClassName
{
border-color: #E10380;
}
</style>