Shades of Melanie #E1AEC4
Tints of Melanie #E1AEC4
RGB
CMYK
RGB Variations
Color information
#E1AEC4 (or 0xE1AEC4) is known color: Melanie. HEX triplet: E1, AE and C4. RGB value is (225,174,196). Sum of RGB (Red+Green+Blue) = 225+174+196=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEC4 is #1E513B. Grayscale: #BFBFBF. Windows color (decimal): -1986876 or 12889825. OLE color: 12889825.
HSL color Cylindrical-coordinate representation of color #E1AEC4: hue angle of 334.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AEC4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 196 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.12 |
| HSL | 334.12º | 0.46% | 0.78% | - |
| HSV(B) | 334.12º | 0.23% | 0.88% | - |
| XYZ | 56.15 | 50.27 | 58.97 | - |
| YUV | 191.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 196 | 0 | 0.23 | 0.13 | 0.12 | 334.12 | 0.46 | 0.78 |
| Hex | E1 | AE | C4 | 0 | 17 | D | C | 14E | 2E | 4E |
| Octal | 341 | 256 | 304 | 0 | 27 | 15 | 14 | 516 | 56 | 116 |
| Binary | 11100001 | 10101110 | 11000100 | 0 | 10111 | 1101 | 1100 | 101001110 | 101110 | 1001110 |
Color Harmonies of #E1AEC4
Complementary color
Monochromatic Colors of #E1AEC4
Black with #E1AEC4
Text Example
Text Example
White with #E1AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEC4; }
p { color: rgb(225,174,196); }
H1.HeaderClassName
{
color: #E1AEC4;
}
.AnyTagClassName
{
color: #E1AEC4;
}
</style>
background-color css
<style>
a { background-color: #E1AEC4; }
a { background-color: rgb(225,174,196); }
div.DivClassName
{
background-color: #E1AEC4;
}
.BgClassName
{
background-color: #E1AEC4;
}
</style>
border-color css
<style>
span { border-color: #E1AEC4; }
span { border-color: rgb(225,174,196); }
td.TdClassName
{
border-color: #E1AEC4;
}
.TagClassName
{
border-color: #E1AEC4;
}
</style>