COLOR #E4A9E6

HEX: #E4A9E6
RGB: (228,169,230)

Color info

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

RGB color model

#E4A9E6 color RGB value is (228,169,230).

  • red value is 228;
  • green value is 169;
  • blue value is 230.
RGB:
(228,169,230)
(89%,66%,90%)

RGB channels and saturation

R 228 of 255 = 89%
G 169 of 255 = 66%
B 230 of 255 = 90%

228
169
230

R + G + B ~ 82%. #E4A9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 169 + 230 = 627 (100%)
R 228 of 627 ~ 36.36%
G 169 of 627 ~ 26.95%
B 230 of 627 ~ 36.68%

%36.36
%26.95
%36.68

CMYK color model

#E4A9E6 color CMYK value is (1,27,0,10).

  • cyan value is 0.87%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(1,27,0,10)
C1M27Y0K10 
(1%,27%,0%,10%)
(0.01/0.27/0.00/0.10)	

CMYK percentages

%0.87
%26.52
%0
%9.8

Codes

Color #E4A9E6 in popluar color models

E4A9E6
RGB228169230
HSL298°54.95%78.24%
HSB/HSV298°26.52%90.20%
CMYK0.87%26.52%0.00%
9.80%

Color #E4A9E6 in popluar number systems.

HEXE4A9E6
Decimal228169230
Binary111001001010100111100110
Octal344251346

Shades and tints

Shades of #E4A9E6

#E4A9E6
(228,169,230)
#D09AD2
(208,154,210)
#BC8BBE
(188,139,190)
#A87CAA
(168,124,170)
#946D96
(148,109,150)
#805E82
(128,94,130)
#6C4F6E
(108,79,110)
#58405A
(88,64,90)
#443146
(68,49,70)
#302232
(48,34,50)
#1C131E
(28,19,30)
#000000
(0,0,0)

Tints of #E4A9E6

#E4A9E6
(228,169,230)
#E6B0E8
(230,176,232)
#E8B7EA
(232,183,234)
#EABEEC
(234,190,236)
#ECC5EE
(236,197,238)
#EECCF0
(238,204,240)
#F0D3F2
(240,211,242)
#F2DAF4
(242,218,244)
#F4E1F6
(244,225,246)
#F6E8F8
(246,232,248)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A9E6 color. Also use rgb(228,169,230) instead hex code.

Text Font Color

.myTextColor { color: #E4A9E6; }

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

This text font color is #E4A9E6.


Background Color

.myBgColor { background-color: #E4A9E6; }

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

This div background color is #E4A9E6.


Border color

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

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

This div border color is #E4A9E6.


Opacity

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

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

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

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

This text has shadow with #E4A9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A9E6 on black background.


Color preview on white background

This text has color #E4A9E6 on white background.



Black color preview on #E4A9E6 background

This text has black color on #E4A9E6 background.


White color preview on #E4A9E6 background

This text has white color on #E4A9E6 background.