#EAB1BD

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

Shades of Melanie #EAB1BD

Tints of Melanie #EAB1BD

Color information

#EAB1BD (or 0xEAB1BD) is unknown color: approx Melanie. HEX triplet: EA, B1 and BD. RGB value is (234,177,189). Sum of RGB (Red+Green+Blue) = 234+177+189=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1BD is #154E42. Grayscale: #C3C3C3. Windows color (decimal): -1396291 or 12431850. OLE color: 12431850.

HSL color Cylindrical-coordinate representation of color #EAB1BD: hue angle of 347.37º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1BD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234177189-
CMYK00.240.190.08
HSL347.37º57.58%80.59%-
HSV(B)347.37º24.36%91.76%-
XYZ58.8452.6155.2-
YUV195.41124.38155.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=39%
G=29.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417718900.240.190.08347.3757.5880.59
HexEAB1BD01813815b3a51
Octal352261275030231053372121
Binary1110101010110001101111010110001001110001010110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1BD; }

 p { color: rgb(234,177,189); }

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

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

 a { background-color: rgb(234,177,189); }

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

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

 span { border-color: rgb(234,177,189); }

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