COLOR #E19AB1

HEX: #E19AB1
RGB: (225,154,177)

Color info

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

RGB color model

#E19AB1 color RGB value is (225,154,177).

  • red value is 225;
  • green value is 154;
  • blue value is 177.
RGB:
(225,154,177)
(88%,60%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 154 of 255 = 60%
B 177 of 255 = 69%

225
154
177

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

Portions of RGB colors in percentages

R + G + B =
225 + 154 + 177 = 556 (100%)
R 225 of 556 ~ 40.47%
G 154 of 556 ~ 27.7%
B 177 of 556 ~ 31.83%

%40.47
%27.7
%31.83

CMYK color model

#E19AB1 color CMYK value is (0,32,21,12).

  • cyan value is 0.00%
  • magenta value is 31.56%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(0,32,21,12)
C0M32Y21K12 
(0%,32%,21%,12%)
(0.00/0.32/0.21/0.12)	

CMYK percentages

%0
%31.56
%21.33
%11.76

Codes

Color #E19AB1 in popluar color models

E19AB1
RGB225154177
HSL341°54.20%74.31%
HSB/HSV341°31.56%88.24%
CMYK0.00%31.56%21.33%
11.76%

Color #E19AB1 in popluar number systems.

HEXE19AB1
Decimal225154177
Binary111000011001101010110001
Octal341232261

Shades and tints

Shades of #E19AB1

#E19AB1
(225,154,177)
#CD8CA1
(205,140,161)
#B97E91
(185,126,145)
#A57081
(165,112,129)
#916271
(145,98,113)
#7D5461
(125,84,97)
#694651
(105,70,81)
#553841
(85,56,65)
#412A31
(65,42,49)
#2D1C21
(45,28,33)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #E19AB1

#E19AB1
(225,154,177)
#E3A3B8
(227,163,184)
#E5ACBF
(229,172,191)
#E7B5C6
(231,181,198)
#E9BECD
(233,190,205)
#EBC7D4
(235,199,212)
#EDD0DB
(237,208,219)
#EFD9E2
(239,217,226)
#F1E2E9
(241,226,233)
#F3EBF0
(243,235,240)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19AB1 color. Also use rgb(225,154,177) instead hex code.

Text Font Color

.myTextColor { color: #E19AB1; }

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

This text font color is #E19AB1.


Background Color

.myBgColor { background-color: #E19AB1; }

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

This div background color is #E19AB1.


Border color

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

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

This div border color is #E19AB1.


Opacity

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

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

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

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

This text has shadow with #E19AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19AB1 on black background.


Color preview on white background

This text has color #E19AB1 on white background.



Black color preview on #E19AB1 background

This text has black color on #E19AB1 background.


White color preview on #E19AB1 background

This text has white color on #E19AB1 background.