Shades of Melanie #E3A8BD
Tints of Melanie #E3A8BD
RGB
CMYK
RGB Variations
Color information
#E3A8BD (or 0xE3A8BD) is known color: Melanie. HEX triplet: E3, A8 and BD. RGB value is (227,168,189). Sum of RGB (Red+Green+Blue) = 227+168+189=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A8BD is #1C5742. Grayscale: #BCBCBC. Windows color (decimal): -1857347 or 12429539. OLE color: 12429539.
HSL color Cylindrical-coordinate representation of color #E3A8BD: hue angle of 338.64º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3A8BD is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 189 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.11 |
| HSL | 338.64º | 0.51% | 0.77% | - |
| HSV(B) | 338.64º | 0.26% | 0.89% | - |
| XYZ | 54.87 | 48.01 | 54.52 | - |
| YUV | 188.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 189 | 0 | 0.26 | 0.17 | 0.11 | 338.64 | 0.51 | 0.77 |
| Hex | E3 | A8 | BD | 0 | 1A | 11 | B | 153 | 33 | 4D |
| Octal | 343 | 250 | 275 | 0 | 32 | 21 | 13 | 523 | 63 | 115 |
| Binary | 11100011 | 10101000 | 10111101 | 0 | 11010 | 10001 | 1011 | 101010011 | 110011 | 1001101 |
Color Harmonies of #E3A8BD
Complementary color
Monochromatic Colors of #E3A8BD
Black with #E3A8BD
Text Example
Text Example
White with #E3A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8BD; }
p { color: rgb(227,168,189); }
H1.HeaderClassName
{
color: #E3A8BD;
}
.AnyTagClassName
{
color: #E3A8BD;
}
</style>
background-color css
<style>
a { background-color: #E3A8BD; }
a { background-color: rgb(227,168,189); }
div.DivClassName
{
background-color: #E3A8BD;
}
.BgClassName
{
background-color: #E3A8BD;
}
</style>
border-color css
<style>
span { border-color: #E3A8BD; }
span { border-color: rgb(227,168,189); }
td.TdClassName
{
border-color: #E3A8BD;
}
.TagClassName
{
border-color: #E3A8BD;
}
</style>