COLOR #E4A4B9

HEX: #E4A4B9
RGB: (228,164,185)

Color info

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

RGB color model

#E4A4B9 color RGB value is (228,164,185).

  • red value is 228;
  • green value is 164;
  • blue value is 185.
RGB:
(228,164,185)
(89%,64%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 164 of 255 = 64%
B 185 of 255 = 73%

228
164
185

R + G + B ~ 75%. #E4A4B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 164 + 185 = 577 (100%)
R 228 of 577 ~ 39.51%
G 164 of 577 ~ 28.42%
B 185 of 577 ~ 32.06%

%39.51
%28.42
%32.06

CMYK color model

#E4A4B9 color CMYK value is (0,28,19,11).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 18.86%
  • key color value is 10.59%
CMYK:
(0,28,19,11)
C0M28Y19K11 
(0%,28%,19%,11%)
(0.00/0.28/0.19/0.11)	

CMYK percentages

%0
%28.07
%18.86
%10.59

Codes

Color #E4A4B9 in popluar color models

E4A4B9
RGB228164185
HSL340°54.24%76.86%
HSB/HSV340°28.07%89.41%
CMYK0.00%28.07%18.86%
10.59%

Color #E4A4B9 in popluar number systems.

HEXE4A4B9
Decimal228164185
Binary111001001010010010111001
Octal344244271

Shades and tints

Shades of #E4A4B9

#E4A4B9
(228,164,185)
#D096A9
(208,150,169)
#BC8899
(188,136,153)
#A87A89
(168,122,137)
#946C79
(148,108,121)
#805E69
(128,94,105)
#6C5059
(108,80,89)
#584249
(88,66,73)
#443439
(68,52,57)
#302629
(48,38,41)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4A4B9

#E4A4B9
(228,164,185)
#E6ACBF
(230,172,191)
#E8B4C5
(232,180,197)
#EABCCB
(234,188,203)
#ECC4D1
(236,196,209)
#EECCD7
(238,204,215)
#F0D4DD
(240,212,221)
#F2DCE3
(242,220,227)
#F4E4E9
(244,228,233)
#F6ECEF
(246,236,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A4B9 color. Also use rgb(228,164,185) instead hex code.

Text Font Color

.myTextColor { color: #E4A4B9; }

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

This text font color is #E4A4B9.


Background Color

.myBgColor { background-color: #E4A4B9; }

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

This div background color is #E4A4B9.


Border color

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

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

This div border color is #E4A4B9.


Opacity

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

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

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

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

This text has shadow with #E4A4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A4B9 on black background.


Color preview on white background

This text has color #E4A4B9 on white background.



Black color preview on #E4A4B9 background

This text has black color on #E4A4B9 background.


White color preview on #E4A4B9 background

This text has white color on #E4A4B9 background.