Shades of Melanie #E1B4C4
Tints of Melanie #E1B4C4
RGB
CMYK
RGB Variations
Color information
#E1B4C4 (or 0xE1B4C4) is known color: Melanie. HEX triplet: E1, B4 and C4. RGB value is (225,180,196). Sum of RGB (Red+Green+Blue) = 225+180+196=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4C4 is #1E4B3B. Grayscale: #C3C3C3. Windows color (decimal): -1985340 or 12891361. OLE color: 12891361.
HSL color Cylindrical-coordinate representation of color #E1B4C4: hue angle of 338.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4C4 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 196 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.12 |
| HSL | 338.67º | 0.43% | 0.79% | - |
| HSV(B) | 338.67º | 0.2% | 0.88% | - |
| XYZ | 57.34 | 52.64 | 59.36 | - |
| YUV | 195.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 196 | 0 | 0.2 | 0.13 | 0.12 | 338.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | C4 | 0 | 14 | D | C | 153 | 2B | 4F |
| Octal | 341 | 264 | 304 | 0 | 24 | 15 | 14 | 523 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11000100 | 0 | 10100 | 1101 | 1100 | 101010011 | 101011 | 1001111 |
Color Harmonies of #E1B4C4
Complementary color
Monochromatic Colors of #E1B4C4
Black with #E1B4C4
Text Example
Text Example
White with #E1B4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4C4; }
p { color: rgb(225,180,196); }
H1.HeaderClassName
{
color: #E1B4C4;
}
.AnyTagClassName
{
color: #E1B4C4;
}
</style>
background-color css
<style>
a { background-color: #E1B4C4; }
a { background-color: rgb(225,180,196); }
div.DivClassName
{
background-color: #E1B4C4;
}
.BgClassName
{
background-color: #E1B4C4;
}
</style>
border-color css
<style>
span { border-color: #E1B4C4; }
span { border-color: rgb(225,180,196); }
td.TdClassName
{
border-color: #E1B4C4;
}
.TagClassName
{
border-color: #E1B4C4;
}
</style>