COLOR #E1A4BE

HEX: #E1A4BE
RGB: (225,164,190)

Color info

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

RGB color model

#E1A4BE color RGB value is (225,164,190).

  • red value is 225;
  • green value is 164;
  • blue value is 190.
RGB: (225,164,190) (88%,64%,75%)

RGB channels and saturation

R 225 of 255 = 88%
G 164 of 255 = 64%
B 190 of 255 = 75%

225
164
190

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

Portions of RGB colors in percentages

R + G + B =
225 + 164 + 190 = 579 (100%)
R 225 of 579 ~ 38.86%
G 164 of 579 ~ 28.32%
B 190 of 579 ~ 32.82%

%38.86
%28.32
%32.82

CMYK color model

#E1A4BE color CMYK value is (0,27,16,12).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK: (0,27,16,12) C0M27Y16K12 (0%,27%,16%,12%) (0.00/0.27/0.16/0.12)

CMYK percentages

%0
%27.11
%15.56
%11.76

Codes

Color #E1A4BE in popluar color models

E1A4BE
RGB225164190
HSL334°50.41%76.27%
HSB/HSV334°27.11%88.24%
CMYK0.00%27.11%15.56%
11.76%

Color #E1A4BE in popluar number systems.

HEXE1A4BE
Decimal225164190
Binary111000011010010010111110
Octal341244276

Shades and tints

Shades of #E1A4BE

#E1A4BE
(225,164,190)
#CD96AD
(205,150,173)
#B9889C
(185,136,156)
#A57A8B
(165,122,139)
#916C7A
(145,108,122)
#7D5E69
(125,94,105)
#695058
(105,80,88)
#554247
(85,66,71)
#413436
(65,52,54)
#2D2625
(45,38,37)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #E1A4BE

#E1A4BE
(225,164,190)
#E3ACC3
(227,172,195)
#E5B4C8
(229,180,200)
#E7BCCD
(231,188,205)
#E9C4D2
(233,196,210)
#EBCCD7
(235,204,215)
#EDD4DC
(237,212,220)
#EFDCE1
(239,220,225)
#F1E4E6
(241,228,230)
#F3ECEB
(243,236,235)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A4BE color. Also use rgb(225,164,190) instead hex code.

Text Font Color

.myTextColor { color: #E1A4BE; }

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

This text font color is #E1A4BE.


Background Color

.myBgColor { background-color: #E1A4BE; }

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

This div background color is #E1A4BE.


Border color

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

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

This div border color is #E1A4BE.


Opacity

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

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

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

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

This text has shadow with #E1A4BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1A4BE on black background.


Color preview on white background

This text has color #E1A4BE on white background.



Black color preview on #E1A4BE background

This text has black color on #E1A4BE background.


White color preview on #E1A4BE background

This text has white color on #E1A4BE background.