Shades of Melanie #E7AABB
Tints of Melanie #E7AABB
RGB
CMYK
RGB Variations
Color information
#E7AABB (or 0xE7AABB) is known color: Melanie. HEX triplet: E7, AA and BB. RGB value is (231,170,187). Sum of RGB (Red+Green+Blue) = 231+170+187=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AABB is #185544. Grayscale: #BEBEBE. Windows color (decimal): -1594693 or 12298983. OLE color: 12298983.
HSL color Cylindrical-coordinate representation of color #E7AABB: hue angle of 343.28º degrees, saturation: 0.56, 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 #E7AABB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 187 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.09 |
| HSL | 343.28º | 0.56% | 0.79% | - |
| HSV(B) | 343.28º | 0.26% | 0.91% | - |
| XYZ | 56.3 | 49.33 | 53.57 | - |
| YUV | 190.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 187 | 0 | 0.26 | 0.19 | 0.09 | 343.28 | 0.56 | 0.79 |
| Hex | E7 | AA | BB | 0 | 1A | 13 | 9 | 157 | 38 | 4F |
| Octal | 347 | 252 | 273 | 0 | 32 | 23 | 11 | 527 | 70 | 117 |
| Binary | 11100111 | 10101010 | 10111011 | 0 | 11010 | 10011 | 1001 | 101010111 | 111000 | 1001111 |
Color Harmonies of #E7AABB
Complementary color
Monochromatic Colors of #E7AABB
Black with #E7AABB
Text Example
Text Example
White with #E7AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AABB; }
p { color: rgb(231,170,187); }
H1.HeaderClassName
{
color: #E7AABB;
}
.AnyTagClassName
{
color: #E7AABB;
}
</style>
background-color css
<style>
a { background-color: #E7AABB; }
a { background-color: rgb(231,170,187); }
div.DivClassName
{
background-color: #E7AABB;
}
.BgClassName
{
background-color: #E7AABB;
}
</style>
border-color css
<style>
span { border-color: #E7AABB; }
span { border-color: rgb(231,170,187); }
td.TdClassName
{
border-color: #E7AABB;
}
.TagClassName
{
border-color: #E7AABB;
}
</style>