Shades of Melanie #E1AFBE
Tints of Melanie #E1AFBE
RGB
CMYK
RGB Variations
Color information
#E1AFBE (or 0xE1AFBE) is known color: Melanie. HEX triplet: E1, AF and BE. RGB value is (225,175,190). Sum of RGB (Red+Green+Blue) = 225+175+190=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBE is #1E5041. Grayscale: #BFBFBF. Windows color (decimal): -1986626 or 12496865. OLE color: 12496865.
HSL color Cylindrical-coordinate representation of color #E1AFBE: hue angle of 342º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFBE is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 190 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.12 |
| HSL | 342º | 0.45% | 0.78% | - |
| HSV(B) | 342º | 0.22% | 0.88% | - |
| XYZ | 55.68 | 50.39 | 55.51 | - |
| YUV | 191.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 190 | 0 | 0.22 | 0.16 | 0.12 | 342 | 0.45 | 0.78 |
| Hex | E1 | AF | BE | 0 | 16 | 10 | C | 156 | 2D | 4E |
| Octal | 341 | 257 | 276 | 0 | 26 | 20 | 14 | 526 | 55 | 116 |
| Binary | 11100001 | 10101111 | 10111110 | 0 | 10110 | 10000 | 1100 | 101010110 | 101101 | 1001110 |
Color Harmonies of #E1AFBE
Complementary color
Monochromatic Colors of #E1AFBE
Black with #E1AFBE
Text Example
Text Example
White with #E1AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFBE; }
p { color: rgb(225,175,190); }
H1.HeaderClassName
{
color: #E1AFBE;
}
.AnyTagClassName
{
color: #E1AFBE;
}
</style>
background-color css
<style>
a { background-color: #E1AFBE; }
a { background-color: rgb(225,175,190); }
div.DivClassName
{
background-color: #E1AFBE;
}
.BgClassName
{
background-color: #E1AFBE;
}
</style>
border-color css
<style>
span { border-color: #E1AFBE; }
span { border-color: rgb(225,175,190); }
td.TdClassName
{
border-color: #E1AFBE;
}
.TagClassName
{
border-color: #E1AFBE;
}
</style>