Shades of Melanie #E2ACC2
Tints of Melanie #E2ACC2
RGB
CMYK
RGB Variations
Color information
#E2ACC2 (or 0xE2ACC2) is known color: Melanie. HEX triplet: E2, AC and C2. RGB value is (226,172,194). Sum of RGB (Red+Green+Blue) = 226+172+194=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACC2 is #1D533D. Grayscale: #BEBEBE. Windows color (decimal): -1921854 or 12758242. OLE color: 12758242.
HSL color Cylindrical-coordinate representation of color #E2ACC2: hue angle of 335.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACC2 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 194 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.11 |
| HSL | 335.56º | 0.48% | 0.78% | - |
| HSV(B) | 335.56º | 0.24% | 0.89% | - |
| XYZ | 55.85 | 49.57 | 57.66 | - |
| YUV | 190.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 194 | 0 | 0.24 | 0.14 | 0.11 | 335.56 | 0.48 | 0.78 |
| Hex | E2 | AC | C2 | 0 | 18 | E | B | 150 | 30 | 4E |
| Octal | 342 | 254 | 302 | 0 | 30 | 16 | 13 | 520 | 60 | 116 |
| Binary | 11100010 | 10101100 | 11000010 | 0 | 11000 | 1110 | 1011 | 101010000 | 110000 | 1001110 |
Color Harmonies of #E2ACC2
Complementary color
Monochromatic Colors of #E2ACC2
Black with #E2ACC2
Text Example
Text Example
White with #E2ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACC2; }
p { color: rgb(226,172,194); }
H1.HeaderClassName
{
color: #E2ACC2;
}
.AnyTagClassName
{
color: #E2ACC2;
}
</style>
background-color css
<style>
a { background-color: #E2ACC2; }
a { background-color: rgb(226,172,194); }
div.DivClassName
{
background-color: #E2ACC2;
}
.BgClassName
{
background-color: #E2ACC2;
}
</style>
border-color css
<style>
span { border-color: #E2ACC2; }
span { border-color: rgb(226,172,194); }
td.TdClassName
{
border-color: #E2ACC2;
}
.TagClassName
{
border-color: #E2ACC2;
}
</style>