Shades of Melanie #E7ACC2
Tints of Melanie #E7ACC2
RGB
CMYK
RGB Variations
Color information
#E7ACC2 (or 0xE7ACC2) is known color: Melanie. HEX triplet: E7, AC and C2. RGB value is (231,172,194). Sum of RGB (Red+Green+Blue) = 231+172+194=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACC2 is #18533D. Grayscale: #C0C0C0. Windows color (decimal): -1594174 or 12758247. OLE color: 12758247.
HSL color Cylindrical-coordinate representation of color #E7ACC2: hue angle of 337.63º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ACC2 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 194 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.09 |
| HSL | 337.63º | 0.55% | 0.79% | - |
| HSV(B) | 337.63º | 0.26% | 0.91% | - |
| XYZ | 57.45 | 50.39 | 57.74 | - |
| YUV | 192.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 194 | 0 | 0.26 | 0.16 | 0.09 | 337.63 | 0.55 | 0.79 |
| Hex | E7 | AC | C2 | 0 | 1A | 10 | 9 | 152 | 37 | 4F |
| Octal | 347 | 254 | 302 | 0 | 32 | 20 | 11 | 522 | 67 | 117 |
| Binary | 11100111 | 10101100 | 11000010 | 0 | 11010 | 10000 | 1001 | 101010010 | 110111 | 1001111 |
Color Harmonies of #E7ACC2
Complementary color
Monochromatic Colors of #E7ACC2
Black with #E7ACC2
Text Example
Text Example
White with #E7ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACC2; }
p { color: rgb(231,172,194); }
H1.HeaderClassName
{
color: #E7ACC2;
}
.AnyTagClassName
{
color: #E7ACC2;
}
</style>
background-color css
<style>
a { background-color: #E7ACC2; }
a { background-color: rgb(231,172,194); }
div.DivClassName
{
background-color: #E7ACC2;
}
.BgClassName
{
background-color: #E7ACC2;
}
</style>
border-color css
<style>
span { border-color: #E7ACC2; }
span { border-color: rgb(231,172,194); }
td.TdClassName
{
border-color: #E7ACC2;
}
.TagClassName
{
border-color: #E7ACC2;
}
</style>