Shades of Melanie #E1AAC1
Tints of Melanie #E1AAC1
RGB
CMYK
RGB Variations
Color information
#E1AAC1 (or 0xE1AAC1) is known color: Melanie. HEX triplet: E1, AA and C1. RGB value is (225,170,193). Sum of RGB (Red+Green+Blue) = 225+170+193=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAC1 is #1E553E. Grayscale: #BDBDBD. Windows color (decimal): -1987903 or 12692193. OLE color: 12692193.
HSL color Cylindrical-coordinate representation of color #E1AAC1: hue angle of 334.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAC1 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 193 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.12 |
| HSL | 334.91º | 0.48% | 0.77% | - |
| HSV(B) | 334.91º | 0.24% | 0.88% | - |
| XYZ | 55.05 | 48.61 | 56.93 | - |
| YUV | 189.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 193 | 0 | 0.24 | 0.14 | 0.12 | 334.91 | 0.48 | 0.77 |
| Hex | E1 | AA | C1 | 0 | 18 | E | C | 14F | 30 | 4D |
| Octal | 341 | 252 | 301 | 0 | 30 | 16 | 14 | 517 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11000001 | 0 | 11000 | 1110 | 1100 | 101001111 | 110000 | 1001101 |
Color Harmonies of #E1AAC1
Complementary color
Monochromatic Colors of #E1AAC1
Black with #E1AAC1
Text Example
Text Example
White with #E1AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAC1; }
p { color: rgb(225,170,193); }
H1.HeaderClassName
{
color: #E1AAC1;
}
.AnyTagClassName
{
color: #E1AAC1;
}
</style>
background-color css
<style>
a { background-color: #E1AAC1; }
a { background-color: rgb(225,170,193); }
div.DivClassName
{
background-color: #E1AAC1;
}
.BgClassName
{
background-color: #E1AAC1;
}
</style>
border-color css
<style>
span { border-color: #E1AAC1; }
span { border-color: rgb(225,170,193); }
td.TdClassName
{
border-color: #E1AAC1;
}
.TagClassName
{
border-color: #E1AAC1;
}
</style>