Shades of Melanie #E8AFBC
Tints of Melanie #E8AFBC
RGB
CMYK
RGB Variations
Color information
#E8AFBC (or 0xE8AFBC) is known color: Melanie. HEX triplet: E8, AF and BC. RGB value is (232,175,188). Sum of RGB (Red+Green+Blue) = 232+175+188=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBC is #175043. Grayscale: #C1C1C1. Windows color (decimal): -1527876 or 12365800. OLE color: 12365800.
HSL color Cylindrical-coordinate representation of color #E8AFBC: hue angle of 346.32º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFBC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 188 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.09 |
| HSL | 346.32º | 0.55% | 0.8% | - |
| HSV(B) | 346.32º | 0.25% | 0.91% | - |
| XYZ | 57.69 | 51.45 | 54.47 | - |
| YUV | 193.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 188 | 0 | 0.25 | 0.19 | 0.09 | 346.32 | 0.55 | 0.8 |
| Hex | E8 | AF | BC | 0 | 19 | 13 | 9 | 15A | 37 | 50 |
| Octal | 350 | 257 | 274 | 0 | 31 | 23 | 11 | 532 | 67 | 120 |
| Binary | 11101000 | 10101111 | 10111100 | 0 | 11001 | 10011 | 1001 | 101011010 | 110111 | 1010000 |
Color Harmonies of #E8AFBC
Complementary color
Monochromatic Colors of #E8AFBC
Black with #E8AFBC
Text Example
Text Example
White with #E8AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFBC; }
p { color: rgb(232,175,188); }
H1.HeaderClassName
{
color: #E8AFBC;
}
.AnyTagClassName
{
color: #E8AFBC;
}
</style>
background-color css
<style>
a { background-color: #E8AFBC; }
a { background-color: rgb(232,175,188); }
div.DivClassName
{
background-color: #E8AFBC;
}
.BgClassName
{
background-color: #E8AFBC;
}
</style>
border-color css
<style>
span { border-color: #E8AFBC; }
span { border-color: rgb(232,175,188); }
td.TdClassName
{
border-color: #E8AFBC;
}
.TagClassName
{
border-color: #E8AFBC;
}
</style>