Shades of Melanie #E2AEC4
Tints of Melanie #E2AEC4
RGB
CMYK
RGB Variations
Color information
#E2AEC4 (or 0xE2AEC4) is known color: Melanie. HEX triplet: E2, AE and C4. RGB value is (226,174,196). Sum of RGB (Red+Green+Blue) = 226+174+196=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEC4 is #1D513B. Grayscale: #C0C0C0. Windows color (decimal): -1921340 or 12889826. OLE color: 12889826.
HSL color Cylindrical-coordinate representation of color #E2AEC4: hue angle of 334.62º 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 #E2AEC4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 196 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.11 |
| HSL | 334.62º | 0.47% | 0.78% | - |
| HSV(B) | 334.62º | 0.23% | 0.89% | - |
| XYZ | 56.46 | 50.43 | 58.98 | - |
| YUV | 192.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 196 | 0 | 0.23 | 0.13 | 0.11 | 334.62 | 0.47 | 0.78 |
| Hex | E2 | AE | C4 | 0 | 17 | D | B | 14F | 2F | 4E |
| Octal | 342 | 256 | 304 | 0 | 27 | 15 | 13 | 517 | 57 | 116 |
| Binary | 11100010 | 10101110 | 11000100 | 0 | 10111 | 1101 | 1011 | 101001111 | 101111 | 1001110 |
Color Harmonies of #E2AEC4
Complementary color
Monochromatic Colors of #E2AEC4
Black with #E2AEC4
Text Example
Text Example
White with #E2AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEC4; }
p { color: rgb(226,174,196); }
H1.HeaderClassName
{
color: #E2AEC4;
}
.AnyTagClassName
{
color: #E2AEC4;
}
</style>
background-color css
<style>
a { background-color: #E2AEC4; }
a { background-color: rgb(226,174,196); }
div.DivClassName
{
background-color: #E2AEC4;
}
.BgClassName
{
background-color: #E2AEC4;
}
</style>
border-color css
<style>
span { border-color: #E2AEC4; }
span { border-color: rgb(226,174,196); }
td.TdClassName
{
border-color: #E2AEC4;
}
.TagClassName
{
border-color: #E2AEC4;
}
</style>