Shades of Melanie #E6AABA
Tints of Melanie #E6AABA
RGB
CMYK
RGB Variations
Color information
#E6AABA (or 0xE6AABA) is known color: Melanie. HEX triplet: E6, AA and BA. RGB value is (230,170,186). Sum of RGB (Red+Green+Blue) = 230+170+186=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AABA is #195545. Grayscale: #BDBDBD. Windows color (decimal): -1660230 or 12233446. OLE color: 12233446.
HSL color Cylindrical-coordinate representation of color #E6AABA: hue angle of 344º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AABA is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 186 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.10 |
| HSL | 344º | 0.55% | 0.78% | - |
| HSV(B) | 344º | 0.26% | 0.9% | - |
| XYZ | 55.87 | 49.12 | 52.99 | - |
| YUV | 189.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 186 | 0 | 0.26 | 0.19 | 0.10 | 344 | 0.55 | 0.78 |
| Hex | E6 | AA | BA | 0 | 1A | 13 | A | 158 | 37 | 4E |
| Octal | 346 | 252 | 272 | 0 | 32 | 23 | 12 | 530 | 67 | 116 |
| Binary | 11100110 | 10101010 | 10111010 | 0 | 11010 | 10011 | 1010 | 101011000 | 110111 | 1001110 |
Color Harmonies of #E6AABA
Complementary color
Monochromatic Colors of #E6AABA
Black with #E6AABA
Text Example
Text Example
White with #E6AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AABA; }
p { color: rgb(230,170,186); }
H1.HeaderClassName
{
color: #E6AABA;
}
.AnyTagClassName
{
color: #E6AABA;
}
</style>
background-color css
<style>
a { background-color: #E6AABA; }
a { background-color: rgb(230,170,186); }
div.DivClassName
{
background-color: #E6AABA;
}
.BgClassName
{
background-color: #E6AABA;
}
</style>
border-color css
<style>
span { border-color: #E6AABA; }
span { border-color: rgb(230,170,186); }
td.TdClassName
{
border-color: #E6AABA;
}
.TagClassName
{
border-color: #E6AABA;
}
</style>