COLOR #E4AABE

HEX: #E4AABE
RGB: (228,170,190)

Color info

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

RGB color model

#E4AABE color RGB value is (228,170,190).

  • red value is 228;
  • green value is 170;
  • blue value is 190.
RGB:
(228,170,190)
(89%,67%,75%)

RGB channels and saturation

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

228
170
190

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

Portions of RGB colors in percentages

R + G + B =
228 + 170 + 190 = 588 (100%)
R 228 of 588 ~ 38.78%
G 170 of 588 ~ 28.91%
B 190 of 588 ~ 32.31%

%38.78
%28.91
%32.31

CMYK color model

#E4AABE color CMYK value is (0,25,17,11).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(0,25,17,11)
C0M25Y17K11 
(0%,25%,17%,11%)
(0.00/0.25/0.17/0.11)	

CMYK percentages

%0
%25.44
%16.67
%10.59

Codes

Color #E4AABE in popluar color models

E4AABE
RGB228170190
HSL339°51.79%78.04%
HSB/HSV339°25.44%89.41%
CMYK0.00%25.44%16.67%
10.59%

Color #E4AABE in popluar number systems.

HEXE4AABE
Decimal228170190
Binary111001001010101010111110
Octal344252276

Shades and tints

Shades of #E4AABE

#E4AABE
(228,170,190)
#D09BAD
(208,155,173)
#BC8C9C
(188,140,156)
#A87D8B
(168,125,139)
#946E7A
(148,110,122)
#805F69
(128,95,105)
#6C5058
(108,80,88)
#584147
(88,65,71)
#443236
(68,50,54)
#302325
(48,35,37)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #E4AABE

#E4AABE
(228,170,190)
#E6B1C3
(230,177,195)
#E8B8C8
(232,184,200)
#EABFCD
(234,191,205)
#ECC6D2
(236,198,210)
#EECDD7
(238,205,215)
#F0D4DC
(240,212,220)
#F2DBE1
(242,219,225)
#F4E2E6
(244,226,230)
#F6E9EB
(246,233,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AABE; }

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

This text font color is #E4AABE.


Background Color

.myBgColor { background-color: #E4AABE; }

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

This div background color is #E4AABE.


Border color

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

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

This div border color is #E4AABE.


Opacity

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

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

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

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

This text has shadow with #E4AABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AABE on black background.


Color preview on white background

This text has color #E4AABE on white background.



Black color preview on #E4AABE background

This text has black color on #E4AABE background.


White color preview on #E4AABE background

This text has white color on #E4AABE background.