Shades of Melanie #E8AFBD
Tints of Melanie #E8AFBD
RGB
CMYK
RGB Variations
Color information
#E8AFBD (or 0xE8AFBD) is known color: Melanie. HEX triplet: E8, AF and BD. RGB value is (232,175,189). Sum of RGB (Red+Green+Blue) = 232+175+189=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBD is #175042. Grayscale: #C1C1C1. Windows color (decimal): -1527875 or 12431336. OLE color: 12431336.
HSL color Cylindrical-coordinate representation of color #E8AFBD: hue angle of 345.26º 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 #E8AFBD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 189 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.09 |
| HSL | 345.26º | 0.55% | 0.8% | - |
| HSV(B) | 345.26º | 0.25% | 0.91% | - |
| XYZ | 57.79 | 51.49 | 55.04 | - |
| YUV | 193.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 189 | 0 | 0.25 | 0.19 | 0.09 | 345.26 | 0.55 | 0.8 |
| Hex | E8 | AF | BD | 0 | 19 | 13 | 9 | 159 | 37 | 50 |
| Octal | 350 | 257 | 275 | 0 | 31 | 23 | 11 | 531 | 67 | 120 |
| Binary | 11101000 | 10101111 | 10111101 | 0 | 11001 | 10011 | 1001 | 101011001 | 110111 | 1010000 |
Color Harmonies of #E8AFBD
Complementary color
Monochromatic Colors of #E8AFBD
Black with #E8AFBD
Text Example
Text Example
White with #E8AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFBD; }
p { color: rgb(232,175,189); }
H1.HeaderClassName
{
color: #E8AFBD;
}
.AnyTagClassName
{
color: #E8AFBD;
}
</style>
background-color css
<style>
a { background-color: #E8AFBD; }
a { background-color: rgb(232,175,189); }
div.DivClassName
{
background-color: #E8AFBD;
}
.BgClassName
{
background-color: #E8AFBD;
}
</style>
border-color css
<style>
span { border-color: #E8AFBD; }
span { border-color: rgb(232,175,189); }
td.TdClassName
{
border-color: #E8AFBD;
}
.TagClassName
{
border-color: #E8AFBD;
}
</style>