#E1B0BB

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

Shades of Melanie #E1B0BB

Tints of Melanie #E1B0BB

Color information

#E1B0BB (or 0xE1B0BB) is unknown color: approx Melanie. HEX triplet: E1, B0 and BB. RGB value is (225,176,187). Sum of RGB (Red+Green+Blue) = 225+176+187=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BB is #1E4F44. Grayscale: #BFBFBF. Windows color (decimal): -1986373 or 12300513. OLE color: 12300513.

HSL color Cylindrical-coordinate representation of color #E1B0BB: hue angle of 346.53º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0BB is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225176187-
CMYK00.220.170.12
HSL346.53º44.95%78.63%-
HSV(B)346.53º21.78%88.24%-
XYZ55.5550.6553.86-
YUV191.9125.23151.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=38.27%
G=29.93%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517618700.220.170.12346.5344.9578.63
HexE1B0BB01611C15b2d4f
Octal341260273026211453355117
Binary1110000110110000101110110101101000111001010110111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0BB; }

 p { color: rgb(225,176,187); }

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

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

 a { background-color: rgb(225,176,187); }

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

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

 span { border-color: rgb(225,176,187); }

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