Shades of Melanie #E7ABBA
Tints of Melanie #E7ABBA
RGB
CMYK
RGB Variations
Color information
#E7ABBA (or 0xE7ABBA) is known color: Melanie. HEX triplet: E7, AB and BA. RGB value is (231,171,186). Sum of RGB (Red+Green+Blue) = 231+171+186=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABBA is #185445. Grayscale: #BEBEBE. Windows color (decimal): -1594438 or 12233703. OLE color: 12233703.
HSL color Cylindrical-coordinate representation of color #E7ABBA: hue angle of 345º 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 #E7ABBA is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 186 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.09 |
| HSL | 345º | 0.56% | 0.79% | - |
| HSV(B) | 345º | 0.26% | 0.91% | - |
| XYZ | 56.38 | 49.66 | 53.07 | - |
| YUV | 190.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 186 | 0 | 0.26 | 0.19 | 0.09 | 345 | 0.56 | 0.79 |
| Hex | E7 | AB | BA | 0 | 1A | 13 | 9 | 159 | 38 | 4F |
| Octal | 347 | 253 | 272 | 0 | 32 | 23 | 11 | 531 | 70 | 117 |
| Binary | 11100111 | 10101011 | 10111010 | 0 | 11010 | 10011 | 1001 | 101011001 | 111000 | 1001111 |
Color Harmonies of #E7ABBA
Complementary color
Monochromatic Colors of #E7ABBA
Black with #E7ABBA
Text Example
Text Example
White with #E7ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABBA; }
p { color: rgb(231,171,186); }
H1.HeaderClassName
{
color: #E7ABBA;
}
.AnyTagClassName
{
color: #E7ABBA;
}
</style>
background-color css
<style>
a { background-color: #E7ABBA; }
a { background-color: rgb(231,171,186); }
div.DivClassName
{
background-color: #E7ABBA;
}
.BgClassName
{
background-color: #E7ABBA;
}
</style>
border-color css
<style>
span { border-color: #E7ABBA; }
span { border-color: rgb(231,171,186); }
td.TdClassName
{
border-color: #E7ABBA;
}
.TagClassName
{
border-color: #E7ABBA;
}
</style>