Shades of Melanie #E6ABBB
Tints of Melanie #E6ABBB
RGB
CMYK
RGB Variations
Color information
#E6ABBB (or 0xE6ABBB) is known color: Melanie. HEX triplet: E6, AB and BB. RGB value is (230,171,187). Sum of RGB (Red+Green+Blue) = 230+171+187=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABBB is #195444. Grayscale: #BEBEBE. Windows color (decimal): -1659973 or 12299238. OLE color: 12299238.
HSL color Cylindrical-coordinate representation of color #E6ABBB: hue angle of 343.73º 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 #E6ABBB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 187 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.10 |
| HSL | 343.73º | 0.54% | 0.79% | - |
| HSV(B) | 343.73º | 0.26% | 0.9% | - |
| XYZ | 56.17 | 49.54 | 53.61 | - |
| YUV | 190.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 187 | 0 | 0.26 | 0.19 | 0.10 | 343.73 | 0.54 | 0.79 |
| Hex | E6 | AB | BB | 0 | 1A | 13 | A | 158 | 36 | 4F |
| Octal | 346 | 253 | 273 | 0 | 32 | 23 | 12 | 530 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10111011 | 0 | 11010 | 10011 | 1010 | 101011000 | 110110 | 1001111 |
Color Harmonies of #E6ABBB
Complementary color
Monochromatic Colors of #E6ABBB
Black with #E6ABBB
Text Example
Text Example
White with #E6ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABBB; }
p { color: rgb(230,171,187); }
H1.HeaderClassName
{
color: #E6ABBB;
}
.AnyTagClassName
{
color: #E6ABBB;
}
</style>
background-color css
<style>
a { background-color: #E6ABBB; }
a { background-color: rgb(230,171,187); }
div.DivClassName
{
background-color: #E6ABBB;
}
.BgClassName
{
background-color: #E6ABBB;
}
</style>
border-color css
<style>
span { border-color: #E6ABBB; }
span { border-color: rgb(230,171,187); }
td.TdClassName
{
border-color: #E6ABBB;
}
.TagClassName
{
border-color: #E6ABBB;
}
</style>