COLOR #E89CB6

HEX: #E89CB6
RGB: (232,156,182)

Color info

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

RGB color model

#E89CB6 color RGB value is (232,156,182).

  • red value is 232;
  • green value is 156;
  • blue value is 182.
RGB:
(232,156,182)
(91%,61%,71%)

RGB channels and saturation

R 232 of 255 = 91%
G 156 of 255 = 61%
B 182 of 255 = 71%

232
156
182

R + G + B ~ 74%. #E89CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 156 + 182 = 570 (100%)
R 232 of 570 ~ 40.7%
G 156 of 570 ~ 27.37%
B 182 of 570 ~ 31.93%

%40.7
%27.37
%31.93

CMYK color model

#E89CB6 color CMYK value is (0,33,22,9).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 21.55%
  • key color value is 9.02%
CMYK:
(0,33,22,9)
C0M33Y22K9 
(0%,33%,22%,9%)
(0.00/0.33/0.22/0.09)	

CMYK percentages

%0
%32.76
%21.55
%9.02

Codes

Color #E89CB6 in popluar color models

E89CB6
RGB232156182
HSL339°62.30%76.08%
HSB/HSV339°32.76%90.98%
CMYK0.00%32.76%21.55%
9.02%

Color #E89CB6 in popluar number systems.

HEXE89CB6
Decimal232156182
Binary111010001001110010110110
Octal350234266

Shades and tints

Shades of #E89CB6

#E89CB6
(232,156,182)
#D38EA6
(211,142,166)
#BE8096
(190,128,150)
#A97286
(169,114,134)
#946476
(148,100,118)
#7F5666
(127,86,102)
#6A4856
(106,72,86)
#553A46
(85,58,70)
#402C36
(64,44,54)
#2B1E26
(43,30,38)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #E89CB6

#E89CB6
(232,156,182)
#EAA5BC
(234,165,188)
#ECAEC2
(236,174,194)
#EEB7C8
(238,183,200)
#F0C0CE
(240,192,206)
#F2C9D4
(242,201,212)
#F4D2DA
(244,210,218)
#F6DBE0
(246,219,224)
#F8E4E6
(248,228,230)
#FAEDEC
(250,237,236)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89CB6 color. Also use rgb(232,156,182) instead hex code.

Text Font Color

.myTextColor { color: #E89CB6; }

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

This text font color is #E89CB6.


Background Color

.myBgColor { background-color: #E89CB6; }

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

This div background color is #E89CB6.


Border color

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

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

This div border color is #E89CB6.


Opacity

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

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

Text with #E89CB6 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 #E89CB6;}

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

This text has shadow with #E89CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89CB6 on black background.


Color preview on white background

This text has color #E89CB6 on white background.



Black color preview on #E89CB6 background

This text has black color on #E89CB6 background.


White color preview on #E89CB6 background

This text has white color on #E89CB6 background.