COLOR #E4AABF

HEX: #E4AABF RGB: (228,170,191)

Color info

#E4AABF contains red, green and blue colors in about the same proportion. Web safe color of #E4AABF is #CC99CC (or #C9C).

RGB color model

#E4AABF color RGB value is (228,170,191).

RGB: (228,170,191) (89%, 67%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 191 of 255 = 75%

228
170
191

R + G + B ~ 77%. #E4AABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 170 + 191 = 589 (100%)
R 228 of 589 ~ 38.71%
G 170 of 589 ~ 28.86%
B 191 of 589 ~ 32.43'%

%38.71
%28.86
%32.43

CMYK color model

#E4AABF color CMYK value is (0,25,16,11).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 16.23%
  • key color value is 10.59%

CMYK: (0,25,16,11)
C0M25Y16K11 (0%, 25%, 16%, 11%)
(0.00 / 0.25 / 0.16 / 0.11)

CMYK percentages

%0
%25.44
%16.23
%10.59

Codes

Color #E4AABF in popluar color models

E4 AA BF
RGB 228 170 191
HSL 338° 51.79% 78.04%
HSB/HSV 338° 25.44% 89.41%
CMYK 0.00% 25.44% 16.23%
10.59%

Color #E4AABF in popluar number systems.

HEX E4 AA BF
Decimal 228 170 191
Binary 11100100 10101010 10111111
Octal 344 252 277

Shades and tints

Shades of #E4AABF

#E4AABF
(228,170,191)
#D09BAE
(208,155,174)
#BC8C9D
(188,140,157)
#A87D8C
(168,125,140)
#946E7B
(148,110,123)
#805F6A
(128,95,106)
#6C5059
(108,80,89)
#584148
(88,65,72)
#443237
(68,50,55)
#302326
(48,35,38)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #E4AABF

#E4AABF
(228,170,191)
#E6B1C4
(230,177,196)
#E8B8C9
(232,184,201)
#EABFCE
(234,191,206)
#ECC6D3
(236,198,211)
#EECDD8
(238,205,216)
#F0D4DD
(240,212,221)
#F2DBE2
(242,219,226)
#F4E2E7
(244,226,231)
#F6E9EC
(246,233,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AABF color. Also use rgb(228,170,191) instead hex code.

Text Font Color

.myTextColor { color: #E4AABF; }

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

This text font color is #E4AABF.

Background Color

.myBgColor { background-color: #E4AABF; }

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

This div background color is #E4AABF.

Border color

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

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

This div border color is #E4AABF.

Opacity

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

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

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

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

This text has shadow with #E4AABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AABF.

Preview

Color preview on black background

This text has color #E4AABF on black background.


Color preview on white background

This text has color #E4AABF on white background.


Black color preview on #E4AABF background

This text has black color on #E4AABF background.


White color preview on #E4AABF background

This text has white color on #E4AABF background.


Related colors

Complementary color

Complementary color for #hex is #1B5540.


I love getcolorcode.com

Triadic colors

1 #BFE4AA and #AABFE4 with #E4AABF are triadic colors.

2 #BFAAE4 and #AAE4BF with #E4AABF are triadic colors.