#E7A9BA

Color #E7A9BA Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #E7A9BA

Tints of Melanie #E7A9BA

Color information

#E7A9BA (or 0xE7A9BA) is unknown color: approx Melanie. HEX triplet: E7, A9 and BA. RGB value is (231,169,186). Sum of RGB (Red+Green+Blue) = 231+169+186=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9BA is #185645. Grayscale: #BDBDBD. Windows color (decimal): -1594950 or 12233191. OLE color: 12233191.

HSL color Cylindrical-coordinate representation of color #E7A9BA: hue angle of 343.55º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A9BA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231169186-
CMYK00.270.190.09
HSL343.55º56.36%78.43%-
HSV(B)343.55º26.84%90.59%-
XYZ56.0148.9152.94-
YUV189.48126.04157.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 39.42%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=39.42%
G=28.84%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116918600.270.190.09343.5556.3678.43
HexE7A9BA01B139158384e
Octal347251272033231153070116
Binary1110011110101001101110100110111001110011010110001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9BA; }

 p { color: rgb(231,169,186); }

 H1.HeaderClassName
 {
   color: #E7A9BA;
 }
 .AnyTagClassName
 {
   color: #E7A9BA;
 }
</style>
background-color css

<style>
 a { background-color: #E7A9BA; }

 a { background-color: rgb(231,169,186); }

 div.DivClassName
 {
   background-color: #E7A9BA;
 }
 .BgClassName
 {
   background-color: #E7A9BA;
 }
</style>
border-color css

<style>
 span { border-color: #E7A9BA; }

 span { border-color: rgb(231,169,186); }

 td.TdClassName
 {
   border-color: #E7A9BA;
 }
 .TagClassName
 {
   border-color: #E7A9BA;
 }
</style>