Shades of Medium Violet Red #E30885
Tints of Medium Violet Red #E30885
RGB
CMYK
RGB Variations
Color information
#E30885 (or 0xE30885) is known color: Medium Violet Red. HEX triplet: E3, 08 and 85. RGB value is (227,8,133). Sum of RGB (Red+Green+Blue) = 227+8+133=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E30885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30885 is #1CF77A. Grayscale: #575757. Windows color (decimal): -1898363 or 8718563. OLE color: 8718563.
HSL color Cylindrical-coordinate representation of color #E30885: hue angle of 325.75º degrees, saturation: 0.93, 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 #E30885 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.11 |
| HSL | 325.75º | 0.93% | 0.46% | - |
| HSV(B) | 325.75º | 0.96% | 0.89% | - |
| XYZ | 36 | 18.2 | 23.81 | - |
| YUV | 87.73 | 153.55 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 133 | 0 | 0.96 | 0.41 | 0.11 | 325.75 | 0.93 | 0.46 |
| Hex | E3 | 8 | 85 | 0 | 60 | 29 | B | 146 | 5D | 2E |
| Octal | 343 | 10 | 205 | 0 | 140 | 51 | 13 | 506 | 135 | 56 |
| Binary | 11100011 | 1000 | 10000101 | 0 | 1100000 | 101001 | 1011 | 101000110 | 1011101 | 101110 |
Color Harmonies of #E30885
Complementary color
Monochromatic Colors of #E30885
Black with #E30885
Text Example
Text Example
White with #E30885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30885; }
p { color: rgb(227,8,133); }
H1.HeaderClassName
{
color: #E30885;
}
.AnyTagClassName
{
color: #E30885;
}
</style>
background-color css
<style>
a { background-color: #E30885; }
a { background-color: rgb(227,8,133); }
div.DivClassName
{
background-color: #E30885;
}
.BgClassName
{
background-color: #E30885;
}
</style>
border-color css
<style>
span { border-color: #E30885; }
span { border-color: rgb(227,8,133); }
td.TdClassName
{
border-color: #E30885;
}
.TagClassName
{
border-color: #E30885;
}
</style>