COLOR #E9A1BC

HEX: #E9A1BC
RGB: (233,161,188)

Color info

#E9A1BC contains mainly red and blue colors. Web safe color of #E9A1BC is #FF99CC (or #F9C).

RGB color model

#E9A1BC color RGB value is (233,161,188).

  • red value is 233;
  • green value is 161;
  • blue value is 188.
RGB:
(233,161,188)
(91%,63%,74%)

RGB channels and saturation

R 233 of 255 = 91%
G 161 of 255 = 63%
B 188 of 255 = 74%

233
161
188

R + G + B ~ 76%. #E9A1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 161 + 188 = 582 (100%)
R 233 of 582 ~ 40.03%
G 161 of 582 ~ 27.66%
B 188 of 582 ~ 32.3%

%40.03
%27.66
%32.3

CMYK color model

#E9A1BC color CMYK value is (0,31,19,9).

  • cyan value is 0.00%
  • magenta value is 30.90%
  • yellow value is 19.31%
  • key color value is 8.63%
CMYK:
(0,31,19,9)
C0M31Y19K9 
(0%,31%,19%,9%)
(0.00/0.31/0.19/0.09)	

CMYK percentages

%0
%30.9
%19.31
%8.63

Codes

Color #E9A1BC in popluar color models

E9A1BC
RGB233161188
HSL338°62.07%77.25%
HSB/HSV338°30.90%91.37%
CMYK0.00%30.90%19.31%
8.63%

Color #E9A1BC in popluar number systems.

HEXE9A1BC
Decimal233161188
Binary111010011010000110111100
Octal351241274

Shades and tints

Shades of #E9A1BC

#E9A1BC
(233,161,188)
#D493AB
(212,147,171)
#BF859A
(191,133,154)
#AA7789
(170,119,137)
#956978
(149,105,120)
#805B67
(128,91,103)
#6B4D56
(107,77,86)
#563F45
(86,63,69)
#413134
(65,49,52)
#2C2323
(44,35,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #E9A1BC

#E9A1BC
(233,161,188)
#EBA9C2
(235,169,194)
#EDB1C8
(237,177,200)
#EFB9CE
(239,185,206)
#F1C1D4
(241,193,212)
#F3C9DA
(243,201,218)
#F5D1E0
(245,209,224)
#F7D9E6
(247,217,230)
#F9E1EC
(249,225,236)
#FBE9F2
(251,233,242)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A1BC color. Also use rgb(233,161,188) instead hex code.

Text Font Color

.myTextColor { color: #E9A1BC; }

<p style="color:#E9A1BC">This sample text font color is #E9A1BC.</p>

This text font color is #E9A1BC.


Background Color

.myBgColor { background-color: #E9A1BC; }

<div style="background-color:#E9A1BC">Inner text</div>

This div background color is #E9A1BC.


Border color

.myBorderColor { border: 1px solid #E9A1BC; }

<div style="border:3px solid #E9A1BC">Div</div>

This div border color is #E9A1BC.


Opacity

.myOpacity80 { color: #E9A1BC; opacity: 0.8; }

<p style="color:#E9A1BC;opacity:0.8;">80%</p>

Text with #E9A1BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E9A1BC;}

<p style="text-shadow: 3px 3px 1px #E9A1BC">Text here.</p>

This text has shadow with #E9A1BC color.

.textShadow {text-shadow: 3px 3px 1px #E9A1BC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E9A1BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #E9A1BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9A1BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E9A1BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #E9A1BC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E9A1BC;
  -webkit-box-shadow:	1px 1px 3px 2px #E9A1BC;
  box-shadow:		1px 1px 3px 2px #E9A1BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9A1BC;
-webkit-box-shadow: 1px 1px 3px 2px #E9A1BC;
box-shadow:1px 1px 3px 2px #E9A1BC;">
Div content here</div>
This div box has shadow with color #E9A1BC.

Preview

Color preview on black background

This text has color #E9A1BC on black background.


Color preview on white background

This text has color #E9A1BC on white background.



Black color preview on #E9A1BC background

This text has black color on #E9A1BC background.


White color preview on #E9A1BC background

This text has white color on #E9A1BC background.