Shades of Melanie #E6AEBB
Tints of Melanie #E6AEBB
RGB
CMYK
RGB Variations
Color information
#E6AEBB (or 0xE6AEBB) is known color: Melanie. HEX triplet: E6, AE and BB. RGB value is (230,174,187). Sum of RGB (Red+Green+Blue) = 230+174+187=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEBB is #195144. Grayscale: #C0C0C0. Windows color (decimal): -1659205 or 12300006. OLE color: 12300006.
HSL color Cylindrical-coordinate representation of color #E6AEBB: hue angle of 346.07º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AEBB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 187 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.10 |
| HSL | 346.07º | 0.53% | 0.79% | - |
| HSV(B) | 346.07º | 0.24% | 0.9% | - |
| XYZ | 56.74 | 50.68 | 53.81 | - |
| YUV | 192.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 187 | 0 | 0.24 | 0.19 | 0.10 | 346.07 | 0.53 | 0.79 |
| Hex | E6 | AE | BB | 0 | 18 | 13 | A | 15A | 35 | 4F |
| Octal | 346 | 256 | 273 | 0 | 30 | 23 | 12 | 532 | 65 | 117 |
| Binary | 11100110 | 10101110 | 10111011 | 0 | 11000 | 10011 | 1010 | 101011010 | 110101 | 1001111 |
Color Harmonies of #E6AEBB
Complementary color
Monochromatic Colors of #E6AEBB
Black with #E6AEBB
Text Example
Text Example
White with #E6AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEBB; }
p { color: rgb(230,174,187); }
H1.HeaderClassName
{
color: #E6AEBB;
}
.AnyTagClassName
{
color: #E6AEBB;
}
</style>
background-color css
<style>
a { background-color: #E6AEBB; }
a { background-color: rgb(230,174,187); }
div.DivClassName
{
background-color: #E6AEBB;
}
.BgClassName
{
background-color: #E6AEBB;
}
</style>
border-color css
<style>
span { border-color: #E6AEBB; }
span { border-color: rgb(230,174,187); }
td.TdClassName
{
border-color: #E6AEBB;
}
.TagClassName
{
border-color: #E6AEBB;
}
</style>