Shades of Melanie #E1ACC4
Tints of Melanie #E1ACC4
RGB
CMYK
RGB Variations
Color information
#E1ACC4 (or 0xE1ACC4) is known color: Melanie. HEX triplet: E1, AC and C4. RGB value is (225,172,196). Sum of RGB (Red+Green+Blue) = 225+172+196=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACC4 is #1E533B. Grayscale: #BEBEBE. Windows color (decimal): -1987388 or 12889313. OLE color: 12889313.
HSL color Cylindrical-coordinate representation of color #E1ACC4: hue angle of 332.83º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACC4 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 196 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.12 |
| HSL | 332.83º | 0.47% | 0.78% | - |
| HSV(B) | 332.83º | 0.24% | 0.88% | - |
| XYZ | 55.77 | 49.5 | 58.84 | - |
| YUV | 190.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 196 | 0 | 0.24 | 0.13 | 0.12 | 332.83 | 0.47 | 0.78 |
| Hex | E1 | AC | C4 | 0 | 18 | D | C | 14D | 2F | 4E |
| Octal | 341 | 254 | 304 | 0 | 30 | 15 | 14 | 515 | 57 | 116 |
| Binary | 11100001 | 10101100 | 11000100 | 0 | 11000 | 1101 | 1100 | 101001101 | 101111 | 1001110 |
Color Harmonies of #E1ACC4
Complementary color
Monochromatic Colors of #E1ACC4
Black with #E1ACC4
Text Example
Text Example
White with #E1ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACC4; }
p { color: rgb(225,172,196); }
H1.HeaderClassName
{
color: #E1ACC4;
}
.AnyTagClassName
{
color: #E1ACC4;
}
</style>
background-color css
<style>
a { background-color: #E1ACC4; }
a { background-color: rgb(225,172,196); }
div.DivClassName
{
background-color: #E1ACC4;
}
.BgClassName
{
background-color: #E1ACC4;
}
</style>
border-color css
<style>
span { border-color: #E1ACC4; }
span { border-color: rgb(225,172,196); }
td.TdClassName
{
border-color: #E1ACC4;
}
.TagClassName
{
border-color: #E1ACC4;
}
</style>