COLOR #E4AAEB

HEX: #E4AAEB
RGB: (228,170,235)

Color info

#E4AAEB contains mainly red and blue colors. Web safe color of #E4AAEB is #CC99FF (or #C9F).

RGB color model

#E4AAEB color RGB value is (228,170,235).

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

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 235 of 255 = 92%

228
170
235

R + G + B ~ 83%. #E4AAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 170 + 235 = 633 (100%)
R 228 of 633 ~ 36.02%
G 170 of 633 ~ 26.86%
B 235 of 633 ~ 37.12%

%36.02
%26.86
%37.12

CMYK color model

#E4AAEB color CMYK value is (3,28,0,8).

  • cyan value is 2.98%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,28,0,8)
C3M28Y0K8 
(3%,28%,0%,8%)
(0.03/0.28/0.00/0.08)	

CMYK percentages

%2.98
%27.66
%0
%7.84

Codes

Color #E4AAEB in popluar color models

E4AAEB
RGB228170235
HSL294°61.90%79.41%
HSB/HSV294°27.66%92.16%
CMYK2.98%27.66%0.00%
7.84%

Color #E4AAEB in popluar number systems.

HEXE4AAEB
Decimal228170235
Binary111001001010101011101011
Octal344252353

Shades and tints

Shades of #E4AAEB

#E4AAEB
(228,170,235)
#D09BD6
(208,155,214)
#BC8CC1
(188,140,193)
#A87DAC
(168,125,172)
#946E97
(148,110,151)
#805F82
(128,95,130)
#6C506D
(108,80,109)
#584158
(88,65,88)
#443243
(68,50,67)
#30232E
(48,35,46)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4AAEB

#E4AAEB
(228,170,235)
#E6B1EC
(230,177,236)
#E8B8ED
(232,184,237)
#EABFEE
(234,191,238)
#ECC6EF
(236,198,239)
#EECDF0
(238,205,240)
#F0D4F1
(240,212,241)
#F2DBF2
(242,219,242)
#F4E2F3
(244,226,243)
#F6E9F4
(246,233,244)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AAEB; }

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

This text font color is #E4AAEB.


Background Color

.myBgColor { background-color: #E4AAEB; }

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

This div background color is #E4AAEB.


Border color

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

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

This div border color is #E4AAEB.


Opacity

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

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

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

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

This text has shadow with #E4AAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AAEB on black background.


Color preview on white background

This text has color #E4AAEB on white background.



Black color preview on #E4AAEB background

This text has black color on #E4AAEB background.


White color preview on #E4AAEB background

This text has white color on #E4AAEB background.