Shades of Melanie #E6ABBD
Tints of Melanie #E6ABBD
RGB
CMYK
RGB Variations
Color information
#E6ABBD (or 0xE6ABBD) is known color: Melanie. HEX triplet: E6, AB and BD. RGB value is (230,171,189). Sum of RGB (Red+Green+Blue) = 230+171+189=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABBD is #195442. Grayscale: #BEBEBE. Windows color (decimal): -1659971 or 12430310. OLE color: 12430310.
HSL color Cylindrical-coordinate representation of color #E6ABBD: hue angle of 341.69º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABBD is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 189 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.10 |
| HSL | 341.69º | 0.54% | 0.79% | - |
| HSV(B) | 341.69º | 0.26% | 0.9% | - |
| XYZ | 56.38 | 49.62 | 54.75 | - |
| YUV | 190.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 189 | 0 | 0.26 | 0.18 | 0.10 | 341.69 | 0.54 | 0.79 |
| Hex | E6 | AB | BD | 0 | 1A | 12 | A | 156 | 36 | 4F |
| Octal | 346 | 253 | 275 | 0 | 32 | 22 | 12 | 526 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10111101 | 0 | 11010 | 10010 | 1010 | 101010110 | 110110 | 1001111 |
Color Harmonies of #E6ABBD
Complementary color
Monochromatic Colors of #E6ABBD
Black with #E6ABBD
Text Example
Text Example
White with #E6ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABBD; }
p { color: rgb(230,171,189); }
H1.HeaderClassName
{
color: #E6ABBD;
}
.AnyTagClassName
{
color: #E6ABBD;
}
</style>
background-color css
<style>
a { background-color: #E6ABBD; }
a { background-color: rgb(230,171,189); }
div.DivClassName
{
background-color: #E6ABBD;
}
.BgClassName
{
background-color: #E6ABBD;
}
</style>
border-color css
<style>
span { border-color: #E6ABBD; }
span { border-color: rgb(230,171,189); }
td.TdClassName
{
border-color: #E6ABBD;
}
.TagClassName
{
border-color: #E6ABBD;
}
</style>