Shades of Melanie #E1B5C3
Tints of Melanie #E1B5C3
RGB
CMYK
RGB Variations
Color information
#E1B5C3 (or 0xE1B5C3) is known color: Melanie. HEX triplet: E1, B5 and C3. RGB value is (225,181,195). Sum of RGB (Red+Green+Blue) = 225+181+195=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5C3 is #1E4A3C. Grayscale: #C3C3C3. Windows color (decimal): -1985085 or 12826081. OLE color: 12826081.
HSL color Cylindrical-coordinate representation of color #E1B5C3: hue angle of 340.91º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B5C3 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 195 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.12 |
| HSL | 340.91º | 0.42% | 0.8% | - |
| HSV(B) | 340.91º | 0.2% | 0.88% | - |
| XYZ | 57.43 | 53 | 58.83 | - |
| YUV | 195.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 195 | 0 | 0.20 | 0.13 | 0.12 | 340.91 | 0.42 | 0.8 |
| Hex | E1 | B5 | C3 | 0 | 14 | D | C | 155 | 2A | 50 |
| Octal | 341 | 265 | 303 | 0 | 24 | 15 | 14 | 525 | 52 | 120 |
| Binary | 11100001 | 10110101 | 11000011 | 0 | 10100 | 1101 | 1100 | 101010101 | 101010 | 1010000 |
Color Harmonies of #E1B5C3
Complementary color
Monochromatic Colors of #E1B5C3
Black with #E1B5C3
Text Example
Text Example
White with #E1B5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5C3; }
p { color: rgb(225,181,195); }
H1.HeaderClassName
{
color: #E1B5C3;
}
.AnyTagClassName
{
color: #E1B5C3;
}
</style>
background-color css
<style>
a { background-color: #E1B5C3; }
a { background-color: rgb(225,181,195); }
div.DivClassName
{
background-color: #E1B5C3;
}
.BgClassName
{
background-color: #E1B5C3;
}
</style>
border-color css
<style>
span { border-color: #E1B5C3; }
span { border-color: rgb(225,181,195); }
td.TdClassName
{
border-color: #E1B5C3;
}
.TagClassName
{
border-color: #E1B5C3;
}
</style>