Shades of Medium Violet Red #E30D8B
Tints of Medium Violet Red #E30D8B
RGB
CMYK
RGB Variations
Color information
#E30D8B (or 0xE30D8B) is known color: Medium Violet Red. HEX triplet: E3, 0D and 8B. RGB value is (227,13,139). Sum of RGB (Red+Green+Blue) = 227+13+139=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30D8B is #1CF274. Grayscale: #5B5B5B. Windows color (decimal): -1897077 or 9113059. OLE color: 9113059.
HSL color Cylindrical-coordinate representation of color #E30D8B: hue angle of 324.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D8B is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 139 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.11 |
| HSL | 324.67º | 0.89% | 0.47% | - |
| HSV(B) | 324.67º | 0.94% | 0.89% | - |
| XYZ | 36.48 | 18.48 | 26.07 | - |
| YUV | 91.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 139 | 0 | 0.94 | 0.39 | 0.11 | 324.67 | 0.89 | 0.47 |
| Hex | E3 | D | 8B | 0 | 5E | 27 | B | 145 | 59 | 2F |
| Octal | 343 | 15 | 213 | 0 | 136 | 47 | 13 | 505 | 131 | 57 |
| Binary | 11100011 | 1101 | 10001011 | 0 | 1011110 | 100111 | 1011 | 101000101 | 1011001 | 101111 |
Color Harmonies of #E30D8B
Complementary color
Monochromatic Colors of #E30D8B
Black with #E30D8B
Text Example
Text Example
White with #E30D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D8B; }
p { color: rgb(227,13,139); }
H1.HeaderClassName
{
color: #E30D8B;
}
.AnyTagClassName
{
color: #E30D8B;
}
</style>
background-color css
<style>
a { background-color: #E30D8B; }
a { background-color: rgb(227,13,139); }
div.DivClassName
{
background-color: #E30D8B;
}
.BgClassName
{
background-color: #E30D8B;
}
</style>
border-color css
<style>
span { border-color: #E30D8B; }
span { border-color: rgb(227,13,139); }
td.TdClassName
{
border-color: #E30D8B;
}
.TagClassName
{
border-color: #E30D8B;
}
</style>