COLOR #E189BB

HEX: #E189BB
RGB: (225,137,187)

Color info

#E189BB contains mainly red and blue colors. Web safe color of #E189BB is #CC99CC (or #C9C).

RGB color model

#E189BB color RGB value is (225,137,187).

  • red value is 225;
  • green value is 137;
  • blue value is 187.
RGB:
(225,137,187)
(88%,54%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 137 of 255 = 54%
B 187 of 255 = 73%

225
137
187

R + G + B ~ 72%. #E189BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 137 + 187 = 549 (100%)
R 225 of 549 ~ 40.98%
G 137 of 549 ~ 24.95%
B 187 of 549 ~ 34.06%

%40.98
%24.95
%34.06

CMYK color model

#E189BB color CMYK value is (0,39,17,12).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(0,39,17,12)
C0M39Y17K12 
(0%,39%,17%,12%)
(0.00/0.39/0.17/0.12)	

CMYK percentages

%0
%39.11
%16.89
%11.76

Codes

Color #E189BB in popluar color models

E189BB
RGB225137187
HSL326°59.46%70.98%
HSB/HSV326°39.11%88.24%
CMYK0.00%39.11%16.89%
11.76%

Color #E189BB in popluar number systems.

HEXE189BB
Decimal225137187
Binary111000011000100110111011
Octal341211273

Shades and tints

Shades of #E189BB

#E189BB
(225,137,187)
#CD7DAA
(205,125,170)
#B97199
(185,113,153)
#A56588
(165,101,136)
#915977
(145,89,119)
#7D4D66
(125,77,102)
#694155
(105,65,85)
#553544
(85,53,68)
#412933
(65,41,51)
#2D1D22
(45,29,34)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #E189BB

#E189BB
(225,137,187)
#E393C1
(227,147,193)
#E59DC7
(229,157,199)
#E7A7CD
(231,167,205)
#E9B1D3
(233,177,211)
#EBBBD9
(235,187,217)
#EDC5DF
(237,197,223)
#EFCFE5
(239,207,229)
#F1D9EB
(241,217,235)
#F3E3F1
(243,227,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E189BB color. Also use rgb(225,137,187) instead hex code.

Text Font Color

.myTextColor { color: #E189BB; }

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

This text font color is #E189BB.


Background Color

.myBgColor { background-color: #E189BB; }

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

This div background color is #E189BB.


Border color

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

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

This div border color is #E189BB.


Opacity

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

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

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

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

This text has shadow with #E189BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E189BB on black background.


Color preview on white background

This text has color #E189BB on white background.



Black color preview on #E189BB background

This text has black color on #E189BB background.


White color preview on #E189BB background

This text has white color on #E189BB background.