Shades of Melanie #E6AABC
Tints of Melanie #E6AABC
RGB
CMYK
RGB Variations
Color information
#E6AABC (or 0xE6AABC) is known color: Melanie. HEX triplet: E6, AA and BC. RGB value is (230,170,188). Sum of RGB (Red+Green+Blue) = 230+170+188=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AABC is #195543. Grayscale: #BDBDBD. Windows color (decimal): -1660228 or 12364518. OLE color: 12364518.
HSL color Cylindrical-coordinate representation of color #E6AABC: hue angle of 342º 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 #E6AABC is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 188 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.10 |
| HSL | 342º | 0.55% | 0.78% | - |
| HSV(B) | 342º | 0.26% | 0.9% | - |
| XYZ | 56.08 | 49.2 | 54.12 | - |
| YUV | 189.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 188 | 0 | 0.26 | 0.18 | 0.10 | 342 | 0.55 | 0.78 |
| Hex | E6 | AA | BC | 0 | 1A | 12 | A | 156 | 37 | 4E |
| Octal | 346 | 252 | 274 | 0 | 32 | 22 | 12 | 526 | 67 | 116 |
| Binary | 11100110 | 10101010 | 10111100 | 0 | 11010 | 10010 | 1010 | 101010110 | 110111 | 1001110 |
Color Harmonies of #E6AABC
Complementary color
Monochromatic Colors of #E6AABC
Black with #E6AABC
Text Example
Text Example
White with #E6AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AABC; }
p { color: rgb(230,170,188); }
H1.HeaderClassName
{
color: #E6AABC;
}
.AnyTagClassName
{
color: #E6AABC;
}
</style>
background-color css
<style>
a { background-color: #E6AABC; }
a { background-color: rgb(230,170,188); }
div.DivClassName
{
background-color: #E6AABC;
}
.BgClassName
{
background-color: #E6AABC;
}
</style>
border-color css
<style>
span { border-color: #E6AABC; }
span { border-color: rgb(230,170,188); }
td.TdClassName
{
border-color: #E6AABC;
}
.TagClassName
{
border-color: #E6AABC;
}
</style>