Shades of Medium Violet Red #E30985
Tints of Medium Violet Red #E30985
RGB
CMYK
RGB Variations
Color information
#E30985 (or 0xE30985) is known color: Medium Violet Red. HEX triplet: E3, 09 and 85. RGB value is (227,9,133). Sum of RGB (Red+Green+Blue) = 227+9+133=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E30985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30985 is #1CF67A. Grayscale: #585858. Windows color (decimal): -1898107 or 8718819. OLE color: 8718819.
HSL color Cylindrical-coordinate representation of color #E30985: hue angle of 325.87º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30985 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.11 |
| HSL | 325.87º | 0.92% | 0.46% | - |
| HSV(B) | 325.87º | 0.96% | 0.89% | - |
| XYZ | 36.01 | 18.22 | 23.81 | - |
| YUV | 88.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 133 | 0 | 0.96 | 0.41 | 0.11 | 325.87 | 0.92 | 0.46 |
| Hex | E3 | 9 | 85 | 0 | 60 | 29 | B | 146 | 5C | 2E |
| Octal | 343 | 11 | 205 | 0 | 140 | 51 | 13 | 506 | 134 | 56 |
| Binary | 11100011 | 1001 | 10000101 | 0 | 1100000 | 101001 | 1011 | 101000110 | 1011100 | 101110 |
Color Harmonies of #E30985
Complementary color
Monochromatic Colors of #E30985
Black with #E30985
Text Example
Text Example
White with #E30985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30985; }
p { color: rgb(227,9,133); }
H1.HeaderClassName
{
color: #E30985;
}
.AnyTagClassName
{
color: #E30985;
}
</style>
background-color css
<style>
a { background-color: #E30985; }
a { background-color: rgb(227,9,133); }
div.DivClassName
{
background-color: #E30985;
}
.BgClassName
{
background-color: #E30985;
}
</style>
border-color css
<style>
span { border-color: #E30985; }
span { border-color: rgb(227,9,133); }
td.TdClassName
{
border-color: #E30985;
}
.TagClassName
{
border-color: #E30985;
}
</style>