Shades of Medium Violet Red #E3148A
Tints of Medium Violet Red #E3148A
RGB
CMYK
RGB Variations
Color information
#E3148A (or 0xE3148A) is known color: Medium Violet Red. HEX triplet: E3, 14 and 8A. RGB value is (227,20,138). Sum of RGB (Red+Green+Blue) = 227+20+138=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E3148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3148A is #1CEB75. Grayscale: #5F5F5F. Windows color (decimal): -1895286 or 9049315. OLE color: 9049315.
HSL color Cylindrical-coordinate representation of color #E3148A: hue angle of 325.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3148A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 138 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.11 |
| HSL | 325.8º | 0.84% | 0.48% | - |
| HSV(B) | 325.8º | 0.91% | 0.89% | - |
| XYZ | 36.52 | 18.67 | 25.72 | - |
| YUV | 95.35 | 152.08 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 138 | 0 | 0.91 | 0.39 | 0.11 | 325.8 | 0.84 | 0.48 |
| Hex | E3 | 14 | 8A | 0 | 5B | 27 | B | 146 | 54 | 30 |
| Octal | 343 | 24 | 212 | 0 | 133 | 47 | 13 | 506 | 124 | 60 |
| Binary | 11100011 | 10100 | 10001010 | 0 | 1011011 | 100111 | 1011 | 101000110 | 1010100 | 110000 |
Color Harmonies of #E3148A
Complementary color
Monochromatic Colors of #E3148A
Black with #E3148A
Text Example
Text Example
White with #E3148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3148A; }
p { color: rgb(227,20,138); }
H1.HeaderClassName
{
color: #E3148A;
}
.AnyTagClassName
{
color: #E3148A;
}
</style>
background-color css
<style>
a { background-color: #E3148A; }
a { background-color: rgb(227,20,138); }
div.DivClassName
{
background-color: #E3148A;
}
.BgClassName
{
background-color: #E3148A;
}
</style>
border-color css
<style>
span { border-color: #E3148A; }
span { border-color: rgb(227,20,138); }
td.TdClassName
{
border-color: #E3148A;
}
.TagClassName
{
border-color: #E3148A;
}
</style>