#E1A9BA

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

Shades of Melanie #E1A9BA

Tints of Melanie #E1A9BA

Color information

#E1A9BA (or 0xE1A9BA) is unknown color: approx Melanie. HEX triplet: E1, A9 and BA. RGB value is (225,169,186). Sum of RGB (Red+Green+Blue) = 225+169+186=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9BA is #1E5645. Grayscale: #BBBBBB. Windows color (decimal): -1988166 or 12233185. OLE color: 12233185.

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

Color convert

RGB225169186-
CMYK00.250.170.12
HSL341.79º48.28%77.25%-
HSV(B)341.79º24.89%88.24%-
XYZ54.147.9352.85-
YUV187.68127.05154.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=38.79%
G=29.14%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516918600.250.170.12341.7948.2877.25
HexE1A9BA01911C156304d
Octal341251272031211452660115
Binary1110000110101001101110100110011000111001010101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9BA; }

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

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

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

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

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

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

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

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