Shades of Melanie #E6AFBD
Tints of Melanie #E6AFBD
RGB
CMYK
RGB Variations
Color information
#E6AFBD (or 0xE6AFBD) is known color: Melanie. HEX triplet: E6, AF and BD. RGB value is (230,175,189). Sum of RGB (Red+Green+Blue) = 230+175+189=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFBD is #195042. Grayscale: #C1C1C1. Windows color (decimal): -1658947 or 12431334. OLE color: 12431334.
HSL color Cylindrical-coordinate representation of color #E6AFBD: hue angle of 344.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFBD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 189 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.10 |
| HSL | 344.73º | 0.52% | 0.79% | - |
| HSV(B) | 344.73º | 0.24% | 0.9% | - |
| XYZ | 57.15 | 51.16 | 55.01 | - |
| YUV | 193.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 189 | 0 | 0.24 | 0.18 | 0.10 | 344.73 | 0.52 | 0.79 |
| Hex | E6 | AF | BD | 0 | 18 | 12 | A | 159 | 34 | 4F |
| Octal | 346 | 257 | 275 | 0 | 30 | 22 | 12 | 531 | 64 | 117 |
| Binary | 11100110 | 10101111 | 10111101 | 0 | 11000 | 10010 | 1010 | 101011001 | 110100 | 1001111 |
Color Harmonies of #E6AFBD
Complementary color
Monochromatic Colors of #E6AFBD
Black with #E6AFBD
Text Example
Text Example
White with #E6AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFBD; }
p { color: rgb(230,175,189); }
H1.HeaderClassName
{
color: #E6AFBD;
}
.AnyTagClassName
{
color: #E6AFBD;
}
</style>
background-color css
<style>
a { background-color: #E6AFBD; }
a { background-color: rgb(230,175,189); }
div.DivClassName
{
background-color: #E6AFBD;
}
.BgClassName
{
background-color: #E6AFBD;
}
</style>
border-color css
<style>
span { border-color: #E6AFBD; }
span { border-color: rgb(230,175,189); }
td.TdClassName
{
border-color: #E6AFBD;
}
.TagClassName
{
border-color: #E6AFBD;
}
</style>