#E2B1BE

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

Shades of Melanie #E2B1BE

Tints of Melanie #E2B1BE

Color information

#E2B1BE (or 0xE2B1BE) is unknown color: approx Melanie. HEX triplet: E2, B1 and BE. RGB value is (226,177,190). Sum of RGB (Red+Green+Blue) = 226+177+190=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1BE is #1D4E41. Grayscale: #C1C1C1. Windows color (decimal): -1920578 or 12497378. OLE color: 12497378.

HSL color Cylindrical-coordinate representation of color #E2B1BE: hue angle of 344.08º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B1BE is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226177190-
CMYK00.220.160.11
HSL344.08º45.79%79.02%-
HSV(B)344.08º21.68%88.63%-
XYZ56.3851.3355.65-
YUV193.13126.23151.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=38.11%
G=29.85%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617719000.220.160.11344.0845.7979.02
HexE2B1BE01610B1582e4f
Octal342261276026201353056117
Binary1110001010110001101111100101101000010111010110001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B1BE; }

 p { color: rgb(226,177,190); }

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

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

 a { background-color: rgb(226,177,190); }

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

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

 span { border-color: rgb(226,177,190); }

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