Shades of Medium Violet Red #E30D88
Tints of Medium Violet Red #E30D88
RGB
CMYK
RGB Variations
Color information
#E30D88 (or 0xE30D88) is known color: Medium Violet Red. HEX triplet: E3, 0D and 88. RGB value is (227,13,136). Sum of RGB (Red+Green+Blue) = 227+13+136=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30D88 is #1CF277. Grayscale: #5A5A5A. Windows color (decimal): -1897080 or 8916451. OLE color: 8916451.
HSL color Cylindrical-coordinate representation of color #E30D88: hue angle of 325.51º 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 #E30D88 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 136 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.11 |
| HSL | 325.51º | 0.89% | 0.47% | - |
| HSV(B) | 325.51º | 0.94% | 0.89% | - |
| XYZ | 36.27 | 18.4 | 24.93 | - |
| YUV | 91.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 136 | 0 | 0.94 | 0.40 | 0.11 | 325.51 | 0.89 | 0.47 |
| Hex | E3 | D | 88 | 0 | 5E | 28 | B | 146 | 59 | 2F |
| Octal | 343 | 15 | 210 | 0 | 136 | 50 | 13 | 506 | 131 | 57 |
| Binary | 11100011 | 1101 | 10001000 | 0 | 1011110 | 101000 | 1011 | 101000110 | 1011001 | 101111 |
Color Harmonies of #E30D88
Complementary color
Monochromatic Colors of #E30D88
Black with #E30D88
Text Example
Text Example
White with #E30D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D88; }
p { color: rgb(227,13,136); }
H1.HeaderClassName
{
color: #E30D88;
}
.AnyTagClassName
{
color: #E30D88;
}
</style>
background-color css
<style>
a { background-color: #E30D88; }
a { background-color: rgb(227,13,136); }
div.DivClassName
{
background-color: #E30D88;
}
.BgClassName
{
background-color: #E30D88;
}
</style>
border-color css
<style>
span { border-color: #E30D88; }
span { border-color: rgb(227,13,136); }
td.TdClassName
{
border-color: #E30D88;
}
.TagClassName
{
border-color: #E30D88;
}
</style>