Shades of Melanie #E2AEC6
Tints of Melanie #E2AEC6
RGB
CMYK
RGB Variations
Color information
#E2AEC6 (or 0xE2AEC6) is known color: Melanie. HEX triplet: E2, AE and C6. RGB value is (226,174,198). Sum of RGB (Red+Green+Blue) = 226+174+198=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEC6 is #1D5139. Grayscale: #C0C0C0. Windows color (decimal): -1921338 or 13020898. OLE color: 13020898.
HSL color Cylindrical-coordinate representation of color #E2AEC6: hue angle of 332.31º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEC6 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 198 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.11 |
| HSL | 332.31º | 0.47% | 0.78% | - |
| HSV(B) | 332.31º | 0.23% | 0.89% | - |
| XYZ | 56.69 | 50.52 | 60.19 | - |
| YUV | 192.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 198 | 0 | 0.23 | 0.12 | 0.11 | 332.31 | 0.47 | 0.78 |
| Hex | E2 | AE | C6 | 0 | 17 | C | B | 14C | 2F | 4E |
| Octal | 342 | 256 | 306 | 0 | 27 | 14 | 13 | 514 | 57 | 116 |
| Binary | 11100010 | 10101110 | 11000110 | 0 | 10111 | 1100 | 1011 | 101001100 | 101111 | 1001110 |
Color Harmonies of #E2AEC6
Complementary color
Monochromatic Colors of #E2AEC6
Black with #E2AEC6
Text Example
Text Example
White with #E2AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEC6; }
p { color: rgb(226,174,198); }
H1.HeaderClassName
{
color: #E2AEC6;
}
.AnyTagClassName
{
color: #E2AEC6;
}
</style>
background-color css
<style>
a { background-color: #E2AEC6; }
a { background-color: rgb(226,174,198); }
div.DivClassName
{
background-color: #E2AEC6;
}
.BgClassName
{
background-color: #E2AEC6;
}
</style>
border-color css
<style>
span { border-color: #E2AEC6; }
span { border-color: rgb(226,174,198); }
td.TdClassName
{
border-color: #E2AEC6;
}
.TagClassName
{
border-color: #E2AEC6;
}
</style>