#E1A9BD

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

Shades of Melanie #E1A9BD

Tints of Melanie #E1A9BD

Color information

#E1A9BD (or 0xE1A9BD) is unknown color: approx Melanie. HEX triplet: E1, A9 and BD. RGB value is (225,169,189). Sum of RGB (Red+Green+Blue) = 225+169+189=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9BD is #1E5642. Grayscale: #BBBBBB. Windows color (decimal): -1988163 or 12429793. OLE color: 12429793.

HSL color Cylindrical-coordinate representation of color #E1A9BD: hue angle of 338.57º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9BD is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225169189-
CMYK00.250.160.12
HSL338.57º48.28%77.25%-
HSV(B)338.57º24.89%88.24%-
XYZ54.4248.0654.55-
YUV188.02128.55154.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=38.59%
G=28.99%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516918900.250.160.12338.5748.2877.25
HexE1A9BD01910C153304d
Octal341251275031201452360115
Binary1110000110101001101111010110011000011001010100111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9BD; }

 p { color: rgb(225,169,189); }

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

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

 a { background-color: rgb(225,169,189); }

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

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

 span { border-color: rgb(225,169,189); }

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