COLOR #E189AB

HEX: #E189AB
RGB: (225,137,171)

Color info

#E189AB contains mainly red and blue colors. Web safe color of #E189AB is #CC9999 (or #C99).

RGB color model

#E189AB color RGB value is (225,137,171).

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

RGB channels and saturation

R 225 of 255 = 88%
G 137 of 255 = 54%
B 171 of 255 = 67%

225
137
171

R + G + B ~ 70%. #E189AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 137 + 171 = 533 (100%)
R 225 of 533 ~ 42.21%
G 137 of 533 ~ 25.7%
B 171 of 533 ~ 32.08%

%42.21
%25.7
%32.08

CMYK color model

#E189AB color CMYK value is (0,39,24,12).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(0,39,24,12)
C0M39Y24K12 
(0%,39%,24%,12%)
(0.00/0.39/0.24/0.12)	

CMYK percentages

%0
%39.11
%24
%11.76

Codes

Color #E189AB in popluar color models

E189AB
RGB225137171
HSL337°59.46%70.98%
HSB/HSV337°39.11%88.24%
CMYK0.00%39.11%24.00%
11.76%

Color #E189AB in popluar number systems.

HEXE189AB
Decimal225137171
Binary111000011000100110101011
Octal341211253

Shades and tints

Shades of #E189AB

#E189AB
(225,137,171)
#CD7D9C
(205,125,156)
#B9718D
(185,113,141)
#A5657E
(165,101,126)
#91596F
(145,89,111)
#7D4D60
(125,77,96)
#694151
(105,65,81)
#553542
(85,53,66)
#412933
(65,41,51)
#2D1D24
(45,29,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #E189AB

#E189AB
(225,137,171)
#E393B2
(227,147,178)
#E59DB9
(229,157,185)
#E7A7C0
(231,167,192)
#E9B1C7
(233,177,199)
#EBBBCE
(235,187,206)
#EDC5D5
(237,197,213)
#EFCFDC
(239,207,220)
#F1D9E3
(241,217,227)
#F3E3EA
(243,227,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E189AB; }

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

This text font color is #E189AB.


Background Color

.myBgColor { background-color: #E189AB; }

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

This div background color is #E189AB.


Border color

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

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

This div border color is #E189AB.


Opacity

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

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

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

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

This text has shadow with #E189AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E189AB on black background.


Color preview on white background

This text has color #E189AB on white background.



Black color preview on #E189AB background

This text has black color on #E189AB background.


White color preview on #E189AB background

This text has white color on #E189AB background.