Shades of Melanie #E1ACBF
Tints of Melanie #E1ACBF
RGB
CMYK
RGB Variations
Color information
#E1ACBF (or 0xE1ACBF) is known color: Melanie. HEX triplet: E1, AC and BF. RGB value is (225,172,191). Sum of RGB (Red+Green+Blue) = 225+172+191=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACBF is #1E5340. Grayscale: #BDBDBD. Windows color (decimal): -1987393 or 12561633. OLE color: 12561633.
HSL color Cylindrical-coordinate representation of color #E1ACBF: hue angle of 338.49º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACBF is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 191 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.12 |
| HSL | 338.49º | 0.47% | 0.78% | - |
| HSV(B) | 338.49º | 0.24% | 0.88% | - |
| XYZ | 55.21 | 49.27 | 55.89 | - |
| YUV | 190.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 191 | 0 | 0.24 | 0.15 | 0.12 | 338.49 | 0.47 | 0.78 |
| Hex | E1 | AC | BF | 0 | 18 | F | C | 152 | 2F | 4E |
| Octal | 341 | 254 | 277 | 0 | 30 | 17 | 14 | 522 | 57 | 116 |
| Binary | 11100001 | 10101100 | 10111111 | 0 | 11000 | 1111 | 1100 | 101010010 | 101111 | 1001110 |
Color Harmonies of #E1ACBF
Complementary color
Monochromatic Colors of #E1ACBF
Black with #E1ACBF
Text Example
Text Example
White with #E1ACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACBF; }
p { color: rgb(225,172,191); }
H1.HeaderClassName
{
color: #E1ACBF;
}
.AnyTagClassName
{
color: #E1ACBF;
}
</style>
background-color css
<style>
a { background-color: #E1ACBF; }
a { background-color: rgb(225,172,191); }
div.DivClassName
{
background-color: #E1ACBF;
}
.BgClassName
{
background-color: #E1ACBF;
}
</style>
border-color css
<style>
span { border-color: #E1ACBF; }
span { border-color: rgb(225,172,191); }
td.TdClassName
{
border-color: #E1ACBF;
}
.TagClassName
{
border-color: #E1ACBF;
}
</style>