Shades of Melanie #E5AEC4
Tints of Melanie #E5AEC4
RGB
CMYK
RGB Variations
Color information
#E5AEC4 (or 0xE5AEC4) is known color: Melanie. HEX triplet: E5, AE and C4. RGB value is (229,174,196). Sum of RGB (Red+Green+Blue) = 229+174+196=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AEC4 is #1A513B. Grayscale: #C0C0C0. Windows color (decimal): -1724732 or 12889829. OLE color: 12889829.
HSL color Cylindrical-coordinate representation of color #E5AEC4: hue angle of 336º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AEC4 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 196 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.10 |
| HSL | 336º | 0.51% | 0.79% | - |
| HSV(B) | 336º | 0.24% | 0.9% | - |
| XYZ | 57.41 | 50.92 | 59.03 | - |
| YUV | 192.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 196 | 0 | 0.24 | 0.14 | 0.10 | 336 | 0.51 | 0.79 |
| Hex | E5 | AE | C4 | 0 | 18 | E | A | 150 | 33 | 4F |
| Octal | 345 | 256 | 304 | 0 | 30 | 16 | 12 | 520 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11000100 | 0 | 11000 | 1110 | 1010 | 101010000 | 110011 | 1001111 |
Color Harmonies of #E5AEC4
Complementary color
Monochromatic Colors of #E5AEC4
Black with #E5AEC4
Text Example
Text Example
White with #E5AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEC4; }
p { color: rgb(229,174,196); }
H1.HeaderClassName
{
color: #E5AEC4;
}
.AnyTagClassName
{
color: #E5AEC4;
}
</style>
background-color css
<style>
a { background-color: #E5AEC4; }
a { background-color: rgb(229,174,196); }
div.DivClassName
{
background-color: #E5AEC4;
}
.BgClassName
{
background-color: #E5AEC4;
}
</style>
border-color css
<style>
span { border-color: #E5AEC4; }
span { border-color: rgb(229,174,196); }
td.TdClassName
{
border-color: #E5AEC4;
}
.TagClassName
{
border-color: #E5AEC4;
}
</style>