Shades of Melanie #E5ACBC
Tints of Melanie #E5ACBC
RGB
CMYK
RGB Variations
Color information
#E5ACBC (or 0xE5ACBC) is known color: Melanie. HEX triplet: E5, AC and BC. RGB value is (229,172,188). Sum of RGB (Red+Green+Blue) = 229+172+188=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACBC is #1A5343. Grayscale: #BEBEBE. Windows color (decimal): -1725252 or 12365029. OLE color: 12365029.
HSL color Cylindrical-coordinate representation of color #E5ACBC: hue angle of 343.16º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACBC is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 188 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.10 |
| HSL | 343.16º | 0.52% | 0.79% | - |
| HSV(B) | 343.16º | 0.25% | 0.9% | - |
| XYZ | 56.14 | 49.79 | 54.23 | - |
| YUV | 190.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 188 | 0 | 0.25 | 0.18 | 0.10 | 343.16 | 0.52 | 0.79 |
| Hex | E5 | AC | BC | 0 | 19 | 12 | A | 157 | 34 | 4F |
| Octal | 345 | 254 | 274 | 0 | 31 | 22 | 12 | 527 | 64 | 117 |
| Binary | 11100101 | 10101100 | 10111100 | 0 | 11001 | 10010 | 1010 | 101010111 | 110100 | 1001111 |
Color Harmonies of #E5ACBC
Complementary color
Monochromatic Colors of #E5ACBC
Black with #E5ACBC
Text Example
Text Example
White with #E5ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACBC; }
p { color: rgb(229,172,188); }
H1.HeaderClassName
{
color: #E5ACBC;
}
.AnyTagClassName
{
color: #E5ACBC;
}
</style>
background-color css
<style>
a { background-color: #E5ACBC; }
a { background-color: rgb(229,172,188); }
div.DivClassName
{
background-color: #E5ACBC;
}
.BgClassName
{
background-color: #E5ACBC;
}
</style>
border-color css
<style>
span { border-color: #E5ACBC; }
span { border-color: rgb(229,172,188); }
td.TdClassName
{
border-color: #E5ACBC;
}
.TagClassName
{
border-color: #E5ACBC;
}
</style>