COLOR #E4AABC

HEX: #E4AABC RGB: (228,170,188)

Color info

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

RGB color model

#E4AABC color RGB value is (228,170,188).

RGB: (228,170,188) (89%, 67%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 188 of 255 = 74%

228
170
188

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

Portions of RGB colors in percentages

R + G + B = 228 + 170 + 188 = 586 (100%)
R 228 of 586 ~ 38.91%
G 170 of 586 ~ 29.01%
B 188 of 586 ~ 32.08'%

%38.91
%29.01
%32.08

CMYK color model

#E4AABC color CMYK value is (0,25,18,11).

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

CMYK: (0,25,18,11)
C0M25Y18K11 (0%, 25%, 18%, 11%)
(0.00 / 0.25 / 0.18 / 0.11)

CMYK percentages

%0
%25.44
%17.54
%10.59

Codes

Color #E4AABC in popluar color models

E4 AA BC
RGB 228 170 188
HSL 341° 51.79% 78.04%
HSB/HSV 341° 25.44% 89.41%
CMYK 0.00% 25.44% 17.54%
10.59%

Color #E4AABC in popluar number systems.

HEX E4 AA BC
Decimal 228 170 188
Binary 11100100 10101010 10111100
Octal 344 252 274

Shades and tints

Shades of #E4AABC

#E4AABC
(228,170,188)
#D09BAB
(208,155,171)
#BC8C9A
(188,140,154)
#A87D89
(168,125,137)
#946E78
(148,110,120)
#805F67
(128,95,103)
#6C5056
(108,80,86)
#584145
(88,65,69)
#443234
(68,50,52)
#302323
(48,35,35)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E4AABC

#E4AABC
(228,170,188)
#E6B1C2
(230,177,194)
#E8B8C8
(232,184,200)
#EABFCE
(234,191,206)
#ECC6D4
(236,198,212)
#EECDDA
(238,205,218)
#F0D4E0
(240,212,224)
#F2DBE6
(242,219,230)
#F4E2EC
(244,226,236)
#F6E9F2
(246,233,242)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AABC; }

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

This text font color is #E4AABC.

Background Color

.myBgColor { background-color: #E4AABC; }

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

This div background color is #E4AABC.

Border color

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

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

This div border color is #E4AABC.

Opacity

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

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

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

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

This text has shadow with #E4AABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AABC.

Preview

Color preview on black background

This text has color #E4AABC on black background.


Color preview on white background

This text has color #E4AABC on white background.


Black color preview on #E4AABC background

This text has black color on #E4AABC background.


White color preview on #E4AABC background

This text has white color on #E4AABC background.


Related colors

Complementary color

Complementary color for #hex is #1B5543.


I love getcolorcode.com

Triadic colors

1 #BCE4AA and #AABCE4 with #E4AABC are triadic colors.

2 #BCAAE4 and #AAE4BC with #E4AABC are triadic colors.