#E1B0BE

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

Shades of Melanie #E1B0BE

Tints of Melanie #E1B0BE

Color information

#E1B0BE (or 0xE1B0BE) is unknown color: approx Melanie. HEX triplet: E1, B0 and BE. RGB value is (225,176,190). Sum of RGB (Red+Green+Blue) = 225+176+190=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BE is #1E4F41. Grayscale: #C0C0C0. Windows color (decimal): -1986370 or 12497121. OLE color: 12497121.

HSL color Cylindrical-coordinate representation of color #E1B0BE: hue angle of 342.86º 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 #E1B0BE is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225176190-
CMYK00.220.160.12
HSL342.86º44.95%78.63%-
HSV(B)342.86º21.78%88.24%-
XYZ55.8750.7855.57-
YUV192.25126.73151.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=38.07%
G=29.78%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517619000.220.160.12342.8644.9578.63
HexE1B0BE01610C1572d4f
Octal341260276026201452755117
Binary1110000110110000101111100101101000011001010101111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0BE; }

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

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

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

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

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

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

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

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