Shades of Melanie #E6AFBC
Tints of Melanie #E6AFBC
RGB
CMYK
RGB Variations
Color information
#E6AFBC (or 0xE6AFBC) is known color: Melanie. HEX triplet: E6, AF and BC. RGB value is (230,175,188). Sum of RGB (Red+Green+Blue) = 230+175+188=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFBC is #195043. Grayscale: #C0C0C0. Windows color (decimal): -1658948 or 12365798. OLE color: 12365798.
HSL color Cylindrical-coordinate representation of color #E6AFBC: hue angle of 345.82º 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 #E6AFBC is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 188 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.10 |
| HSL | 345.82º | 0.52% | 0.79% | - |
| HSV(B) | 345.82º | 0.24% | 0.9% | - |
| XYZ | 57.04 | 51.11 | 54.44 | - |
| YUV | 192.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 188 | 0 | 0.24 | 0.18 | 0.10 | 345.82 | 0.52 | 0.79 |
| Hex | E6 | AF | BC | 0 | 18 | 12 | A | 15A | 34 | 4F |
| Octal | 346 | 257 | 274 | 0 | 30 | 22 | 12 | 532 | 64 | 117 |
| Binary | 11100110 | 10101111 | 10111100 | 0 | 11000 | 10010 | 1010 | 101011010 | 110100 | 1001111 |
Color Harmonies of #E6AFBC
Complementary color
Monochromatic Colors of #E6AFBC
Black with #E6AFBC
Text Example
Text Example
White with #E6AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFBC; }
p { color: rgb(230,175,188); }
H1.HeaderClassName
{
color: #E6AFBC;
}
.AnyTagClassName
{
color: #E6AFBC;
}
</style>
background-color css
<style>
a { background-color: #E6AFBC; }
a { background-color: rgb(230,175,188); }
div.DivClassName
{
background-color: #E6AFBC;
}
.BgClassName
{
background-color: #E6AFBC;
}
</style>
border-color css
<style>
span { border-color: #E6AFBC; }
span { border-color: rgb(230,175,188); }
td.TdClassName
{
border-color: #E6AFBC;
}
.TagClassName
{
border-color: #E6AFBC;
}
</style>