Shades of Medium Violet Red #E10384
Tints of Medium Violet Red #E10384
RGB
CMYK
RGB Variations
Color information
#E10384 (or 0xE10384) is known color: Medium Violet Red. HEX triplet: E1, 03 and 84. RGB value is (225,3,132). Sum of RGB (Red+Green+Blue) = 225+3+132=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E10384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10384 is #1EFC7B. Grayscale: #535353. Windows color (decimal): -2030716 or 8651745. OLE color: 8651745.
HSL color Cylindrical-coordinate representation of color #E10384: hue angle of 325.14º 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 #E10384 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.12 |
| HSL | 325.14º | 0.97% | 0.45% | - |
| HSV(B) | 325.14º | 0.99% | 0.88% | - |
| XYZ | 35.25 | 17.74 | 23.4 | - |
| YUV | 84.08 | 155.05 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 132 | 0 | 0.99 | 0.41 | 0.12 | 325.14 | 0.97 | 0.45 |
| Hex | E1 | 3 | 84 | 0 | 63 | 29 | C | 145 | 61 | 2D |
| Octal | 341 | 3 | 204 | 0 | 143 | 51 | 14 | 505 | 141 | 55 |
| Binary | 11100001 | 11 | 10000100 | 0 | 1100011 | 101001 | 1100 | 101000101 | 1100001 | 101101 |
Color Harmonies of #E10384
Complementary color
Monochromatic Colors of #E10384
Black with #E10384
Text Example
Text Example
White with #E10384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10384; }
p { color: rgb(225,3,132); }
H1.HeaderClassName
{
color: #E10384;
}
.AnyTagClassName
{
color: #E10384;
}
</style>
background-color css
<style>
a { background-color: #E10384; }
a { background-color: rgb(225,3,132); }
div.DivClassName
{
background-color: #E10384;
}
.BgClassName
{
background-color: #E10384;
}
</style>
border-color css
<style>
span { border-color: #E10384; }
span { border-color: rgb(225,3,132); }
td.TdClassName
{
border-color: #E10384;
}
.TagClassName
{
border-color: #E10384;
}
</style>