#E2B5BD

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

Shades of Melanie #E2B5BD

Tints of Melanie #E2B5BD

Color information

#E2B5BD (or 0xE2B5BD) is unknown color: approx Melanie. HEX triplet: E2, B5 and BD. RGB value is (226,181,189). Sum of RGB (Red+Green+Blue) = 226+181+189=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B5BD is #1D4A42. Grayscale: #C3C3C3. Windows color (decimal): -1919555 or 12432866. OLE color: 12432866.

HSL color Cylindrical-coordinate representation of color #E2B5BD: hue angle of 349.33º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2B5BD is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226181189-
CMYK00.200.160.11
HSL349.33º43.69%79.8%-
HSV(B)349.33º19.91%88.63%-
XYZ57.0752.8955.34-
YUV195.37124.41149.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=37.92%
G=30.37%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618118900.200.160.11349.3343.6979.8
HexE2B5BD01410B15d2c50
Octal342265275024201353554120
Binary1110001010110101101111010101001000010111010111011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B5BD; }

 p { color: rgb(226,181,189); }

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

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

 a { background-color: rgb(226,181,189); }

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

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

 span { border-color: rgb(226,181,189); }

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