#E1A8BB

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

Shades of Melanie #E1A8BB

Tints of Melanie #E1A8BB

Color information

#E1A8BB (or 0xE1A8BB) is unknown color: approx Melanie. HEX triplet: E1, A8 and BB. RGB value is (225,168,187). Sum of RGB (Red+Green+Blue) = 225+168+187=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8BB is #1E5744. Grayscale: #BBBBBB. Windows color (decimal): -1988421 or 12298465. OLE color: 12298465.

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

Color convert

RGB225168187-
CMYK00.250.170.12
HSL340º48.72%77.06%-
HSV(B)340º25.33%88.24%-
XYZ54.0247.653.35-
YUV187.21127.88154.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 168 (66.02% from 255) = 28.97%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=38.79%
G=28.97%
B=32.24%

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
Decimal22516818700.250.170.1234048.7277.06
HexE1A8BB01911C154314d
Octal341250273031211452461115
Binary1110000110101000101110110110011000111001010101001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8BB; }

 p { color: rgb(225,168,187); }

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

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

 a { background-color: rgb(225,168,187); }

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

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

 span { border-color: rgb(225,168,187); }

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