Shades of Medium Violet Red #E10381
Tints of Medium Violet Red #E10381
RGB
CMYK
RGB Variations
Color information
#E10381 (or 0xE10381) is known color: Medium Violet Red. HEX triplet: E1, 03 and 81. RGB value is (225,3,129). Sum of RGB (Red+Green+Blue) = 225+3+129=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E10381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10381 is #1EFC7E. Grayscale: #535353. Windows color (decimal): -2030719 or 8455137. OLE color: 8455137.
HSL color Cylindrical-coordinate representation of color #E10381: hue angle of 325.95º 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 #E10381 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.12 |
| HSL | 325.95º | 0.97% | 0.45% | - |
| HSV(B) | 325.95º | 0.99% | 0.88% | - |
| XYZ | 35.05 | 17.66 | 22.33 | - |
| YUV | 83.74 | 153.55 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 129 | 0 | 0.99 | 0.43 | 0.12 | 325.95 | 0.97 | 0.45 |
| Hex | E1 | 3 | 81 | 0 | 63 | 2B | C | 146 | 61 | 2D |
| Octal | 341 | 3 | 201 | 0 | 143 | 53 | 14 | 506 | 141 | 55 |
| Binary | 11100001 | 11 | 10000001 | 0 | 1100011 | 101011 | 1100 | 101000110 | 1100001 | 101101 |
Color Harmonies of #E10381
Complementary color
Monochromatic Colors of #E10381
Black with #E10381
Text Example
Text Example
White with #E10381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10381; }
p { color: rgb(225,3,129); }
H1.HeaderClassName
{
color: #E10381;
}
.AnyTagClassName
{
color: #E10381;
}
</style>
background-color css
<style>
a { background-color: #E10381; }
a { background-color: rgb(225,3,129); }
div.DivClassName
{
background-color: #E10381;
}
.BgClassName
{
background-color: #E10381;
}
</style>
border-color css
<style>
span { border-color: #E10381; }
span { border-color: rgb(225,3,129); }
td.TdClassName
{
border-color: #E10381;
}
.TagClassName
{
border-color: #E10381;
}
</style>