Shades of Melanie #E5AEC6
Tints of Melanie #E5AEC6
RGB
CMYK
RGB Variations
Color information
#E5AEC6 (or 0xE5AEC6) is known color: Melanie. HEX triplet: E5, AE and C6. RGB value is (229,174,198). Sum of RGB (Red+Green+Blue) = 229+174+198=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AEC6 is #1A5139. Grayscale: #C1C1C1. Windows color (decimal): -1724730 or 13020901. OLE color: 13020901.
HSL color Cylindrical-coordinate representation of color #E5AEC6: hue angle of 333.82º 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 #E5AEC6 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 198 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.10 |
| HSL | 333.82º | 0.51% | 0.79% | - |
| HSV(B) | 333.82º | 0.24% | 0.9% | - |
| XYZ | 57.64 | 51.01 | 60.23 | - |
| YUV | 193.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 198 | 0 | 0.24 | 0.14 | 0.10 | 333.82 | 0.51 | 0.79 |
| Hex | E5 | AE | C6 | 0 | 18 | E | A | 14E | 33 | 4F |
| Octal | 345 | 256 | 306 | 0 | 30 | 16 | 12 | 516 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11000110 | 0 | 11000 | 1110 | 1010 | 101001110 | 110011 | 1001111 |
Color Harmonies of #E5AEC6
Complementary color
Monochromatic Colors of #E5AEC6
Black with #E5AEC6
Text Example
Text Example
White with #E5AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEC6; }
p { color: rgb(229,174,198); }
H1.HeaderClassName
{
color: #E5AEC6;
}
.AnyTagClassName
{
color: #E5AEC6;
}
</style>
background-color css
<style>
a { background-color: #E5AEC6; }
a { background-color: rgb(229,174,198); }
div.DivClassName
{
background-color: #E5AEC6;
}
.BgClassName
{
background-color: #E5AEC6;
}
</style>
border-color css
<style>
span { border-color: #E5AEC6; }
span { border-color: rgb(229,174,198); }
td.TdClassName
{
border-color: #E5AEC6;
}
.TagClassName
{
border-color: #E5AEC6;
}
</style>