Shades of Melanie #E6B4BF
Tints of Melanie #E6B4BF
RGB
CMYK
RGB Variations
Color information
#E6B4BF (or 0xE6B4BF) is known color: Melanie. HEX triplet: E6, B4 and BF. RGB value is (230,180,191). Sum of RGB (Red+Green+Blue) = 230+180+191=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B4BF is #194B40. Grayscale: #C4C4C4. Windows color (decimal): -1657665 or 12563686. OLE color: 12563686.
HSL color Cylindrical-coordinate representation of color #E6B4BF: hue angle of 346.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6B4BF is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 191 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.10 |
| HSL | 346.8º | 0.5% | 0.8% | - |
| HSV(B) | 346.8º | 0.22% | 0.9% | - |
| XYZ | 58.36 | 53.23 | 56.49 | - |
| YUV | 196.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 191 | 0 | 0.22 | 0.17 | 0.10 | 346.8 | 0.5 | 0.8 |
| Hex | E6 | B4 | BF | 0 | 16 | 11 | A | 15B | 32 | 50 |
| Octal | 346 | 264 | 277 | 0 | 26 | 21 | 12 | 533 | 62 | 120 |
| Binary | 11100110 | 10110100 | 10111111 | 0 | 10110 | 10001 | 1010 | 101011011 | 110010 | 1010000 |
Color Harmonies of #E6B4BF
Complementary color
Monochromatic Colors of #E6B4BF
Black with #E6B4BF
Text Example
Text Example
White with #E6B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B4BF; }
p { color: rgb(230,180,191); }
H1.HeaderClassName
{
color: #E6B4BF;
}
.AnyTagClassName
{
color: #E6B4BF;
}
</style>
background-color css
<style>
a { background-color: #E6B4BF; }
a { background-color: rgb(230,180,191); }
div.DivClassName
{
background-color: #E6B4BF;
}
.BgClassName
{
background-color: #E6B4BF;
}
</style>
border-color css
<style>
span { border-color: #E6B4BF; }
span { border-color: rgb(230,180,191); }
td.TdClassName
{
border-color: #E6B4BF;
}
.TagClassName
{
border-color: #E6B4BF;
}
</style>