Shades of Melanie #E6B0BD
Tints of Melanie #E6B0BD
RGB
CMYK
RGB Variations
Color information
#E6B0BD (or 0xE6B0BD) is known color: Melanie. HEX triplet: E6, B0 and BD. RGB value is (230,176,189). Sum of RGB (Red+Green+Blue) = 230+176+189=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B0BD is #194F42. Grayscale: #C1C1C1. Windows color (decimal): -1658691 or 12431590. OLE color: 12431590.
HSL color Cylindrical-coordinate representation of color #E6B0BD: hue angle of 345.56º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B0BD is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 189 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.10 |
| HSL | 345.56º | 0.52% | 0.8% | - |
| HSV(B) | 345.56º | 0.23% | 0.9% | - |
| XYZ | 57.34 | 51.55 | 55.07 | - |
| YUV | 193.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 189 | 0 | 0.23 | 0.18 | 0.10 | 345.56 | 0.52 | 0.8 |
| Hex | E6 | B0 | BD | 0 | 17 | 12 | A | 15A | 34 | 50 |
| Octal | 346 | 260 | 275 | 0 | 27 | 22 | 12 | 532 | 64 | 120 |
| Binary | 11100110 | 10110000 | 10111101 | 0 | 10111 | 10010 | 1010 | 101011010 | 110100 | 1010000 |
Color Harmonies of #E6B0BD
Complementary color
Monochromatic Colors of #E6B0BD
Black with #E6B0BD
Text Example
Text Example
White with #E6B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B0BD; }
p { color: rgb(230,176,189); }
H1.HeaderClassName
{
color: #E6B0BD;
}
.AnyTagClassName
{
color: #E6B0BD;
}
</style>
background-color css
<style>
a { background-color: #E6B0BD; }
a { background-color: rgb(230,176,189); }
div.DivClassName
{
background-color: #E6B0BD;
}
.BgClassName
{
background-color: #E6B0BD;
}
</style>
border-color css
<style>
span { border-color: #E6B0BD; }
span { border-color: rgb(230,176,189); }
td.TdClassName
{
border-color: #E6B0BD;
}
.TagClassName
{
border-color: #E6B0BD;
}
</style>