Shades of Melanie #E5ACC0
Tints of Melanie #E5ACC0
RGB
CMYK
RGB Variations
Color information
#E5ACC0 (or 0xE5ACC0) is known color: Melanie. HEX triplet: E5, AC and C0. RGB value is (229,172,192). Sum of RGB (Red+Green+Blue) = 229+172+192=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACC0 is #1A533F. Grayscale: #BFBFBF. Windows color (decimal): -1725248 or 12627173. OLE color: 12627173.
HSL color Cylindrical-coordinate representation of color #E5ACC0: hue angle of 338.95º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACC0 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 192 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.10 |
| HSL | 338.95º | 0.52% | 0.79% | - |
| HSV(B) | 338.95º | 0.25% | 0.9% | - |
| XYZ | 56.58 | 49.97 | 56.53 | - |
| YUV | 191.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 192 | 0 | 0.25 | 0.16 | 0.10 | 338.95 | 0.52 | 0.79 |
| Hex | E5 | AC | C0 | 0 | 19 | 10 | A | 153 | 34 | 4F |
| Octal | 345 | 254 | 300 | 0 | 31 | 20 | 12 | 523 | 64 | 117 |
| Binary | 11100101 | 10101100 | 11000000 | 0 | 11001 | 10000 | 1010 | 101010011 | 110100 | 1001111 |
Color Harmonies of #E5ACC0
Complementary color
Monochromatic Colors of #E5ACC0
Black with #E5ACC0
Text Example
Text Example
White with #E5ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACC0; }
p { color: rgb(229,172,192); }
H1.HeaderClassName
{
color: #E5ACC0;
}
.AnyTagClassName
{
color: #E5ACC0;
}
</style>
background-color css
<style>
a { background-color: #E5ACC0; }
a { background-color: rgb(229,172,192); }
div.DivClassName
{
background-color: #E5ACC0;
}
.BgClassName
{
background-color: #E5ACC0;
}
</style>
border-color css
<style>
span { border-color: #E5ACC0; }
span { border-color: rgb(229,172,192); }
td.TdClassName
{
border-color: #E5ACC0;
}
.TagClassName
{
border-color: #E5ACC0;
}
</style>