Shades of Melanie #E1AFC6
Tints of Melanie #E1AFC6
RGB
CMYK
RGB Variations
Color information
#E1AFC6 (or 0xE1AFC6) is known color: Melanie. HEX triplet: E1, AF and C6. RGB value is (225,175,198). Sum of RGB (Red+Green+Blue) = 225+175+198=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC6 is #1E5039. Grayscale: #C0C0C0. Windows color (decimal): -1986618 or 13021153. OLE color: 13021153.
HSL color Cylindrical-coordinate representation of color #E1AFC6: hue angle of 332.4º 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 #E1AFC6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 198 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.12 |
| HSL | 332.4º | 0.45% | 0.78% | - |
| HSV(B) | 332.4º | 0.22% | 0.88% | - |
| XYZ | 56.57 | 50.74 | 60.24 | - |
| YUV | 192.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 198 | 0 | 0.22 | 0.12 | 0.12 | 332.4 | 0.45 | 0.78 |
| Hex | E1 | AF | C6 | 0 | 16 | C | C | 14C | 2D | 4E |
| Octal | 341 | 257 | 306 | 0 | 26 | 14 | 14 | 514 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11000110 | 0 | 10110 | 1100 | 1100 | 101001100 | 101101 | 1001110 |
Color Harmonies of #E1AFC6
Complementary color
Monochromatic Colors of #E1AFC6
Black with #E1AFC6
Text Example
Text Example
White with #E1AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFC6; }
p { color: rgb(225,175,198); }
H1.HeaderClassName
{
color: #E1AFC6;
}
.AnyTagClassName
{
color: #E1AFC6;
}
</style>
background-color css
<style>
a { background-color: #E1AFC6; }
a { background-color: rgb(225,175,198); }
div.DivClassName
{
background-color: #E1AFC6;
}
.BgClassName
{
background-color: #E1AFC6;
}
</style>
border-color css
<style>
span { border-color: #E1AFC6; }
span { border-color: rgb(225,175,198); }
td.TdClassName
{
border-color: #E1AFC6;
}
.TagClassName
{
border-color: #E1AFC6;
}
</style>