Shades of Melanie #E6ABBE
Tints of Melanie #E6ABBE
RGB
CMYK
RGB Variations
Color information
#E6ABBE (or 0xE6ABBE) is known color: Melanie. HEX triplet: E6, AB and BE. RGB value is (230,171,190). Sum of RGB (Red+Green+Blue) = 230+171+190=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABBE is #195441. Grayscale: #BEBEBE. Windows color (decimal): -1659970 or 12495846. OLE color: 12495846.
HSL color Cylindrical-coordinate representation of color #E6ABBE: hue angle of 340.68º 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 #E6ABBE is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 190 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.10 |
| HSL | 340.68º | 0.54% | 0.79% | - |
| HSV(B) | 340.68º | 0.26% | 0.9% | - |
| XYZ | 56.49 | 49.67 | 55.32 | - |
| YUV | 190.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 190 | 0 | 0.26 | 0.17 | 0.10 | 340.68 | 0.54 | 0.79 |
| Hex | E6 | AB | BE | 0 | 1A | 11 | A | 155 | 36 | 4F |
| Octal | 346 | 253 | 276 | 0 | 32 | 21 | 12 | 525 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10111110 | 0 | 11010 | 10001 | 1010 | 101010101 | 110110 | 1001111 |
Color Harmonies of #E6ABBE
Complementary color
Monochromatic Colors of #E6ABBE
Black with #E6ABBE
Text Example
Text Example
White with #E6ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABBE; }
p { color: rgb(230,171,190); }
H1.HeaderClassName
{
color: #E6ABBE;
}
.AnyTagClassName
{
color: #E6ABBE;
}
</style>
background-color css
<style>
a { background-color: #E6ABBE; }
a { background-color: rgb(230,171,190); }
div.DivClassName
{
background-color: #E6ABBE;
}
.BgClassName
{
background-color: #E6ABBE;
}
</style>
border-color css
<style>
span { border-color: #E6ABBE; }
span { border-color: rgb(230,171,190); }
td.TdClassName
{
border-color: #E6ABBE;
}
.TagClassName
{
border-color: #E6ABBE;
}
</style>