COLOR #EAA8E1

HEX: #EAA8E1
RGB: (234,168,225)

Color info

#EAA8E1 contains mainly red and blue colors. Web safe color of #EAA8E1 is #FF99CC (or #F9C).

RGB color model

#EAA8E1 color RGB value is (234,168,225).

  • red value is 234;
  • green value is 168;
  • blue value is 225.
RGB:
(234,168,225)
(92%,66%,88%)

RGB channels and saturation

R 234 of 255 = 92%
G 168 of 255 = 66%
B 225 of 255 = 88%

234
168
225

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

Portions of RGB colors in percentages

R + G + B =
234 + 168 + 225 = 627 (100%)
R 234 of 627 ~ 37.32%
G 168 of 627 ~ 26.79%
B 225 of 627 ~ 35.89%

%37.32
%26.79
%35.89

CMYK color model

#EAA8E1 color CMYK value is (0,28,4,8).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(0,28,4,8)
C0M28Y4K8 
(0%,28%,4%,8%)
(0.00/0.28/0.04/0.08)	

CMYK percentages

%0
%28.21
%3.85
%8.24

Codes

Color #EAA8E1 in popluar color models

EAA8E1
RGB234168225
HSL308°61.11%78.82%
HSB/HSV308°28.21%91.76%
CMYK0.00%28.21%3.85%
8.24%

Color #EAA8E1 in popluar number systems.

HEXEAA8E1
Decimal234168225
Binary111010101010100011100001
Octal352250341

Shades and tints

Shades of #EAA8E1

#EAA8E1
(234,168,225)
#D599CD
(213,153,205)
#C08AB9
(192,138,185)
#AB7BA5
(171,123,165)
#966C91
(150,108,145)
#815D7D
(129,93,125)
#6C4E69
(108,78,105)
#573F55
(87,63,85)
#423041
(66,48,65)
#2D212D
(45,33,45)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #EAA8E1

#EAA8E1
(234,168,225)
#EBAFE3
(235,175,227)
#ECB6E5
(236,182,229)
#EDBDE7
(237,189,231)
#EEC4E9
(238,196,233)
#EFCBEB
(239,203,235)
#F0D2ED
(240,210,237)
#F1D9EF
(241,217,239)
#F2E0F1
(242,224,241)
#F3E7F3
(243,231,243)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA8E1 color. Also use rgb(234,168,225) instead hex code.

Text Font Color

.myTextColor { color: #EAA8E1; }

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

This text font color is #EAA8E1.


Background Color

.myBgColor { background-color: #EAA8E1; }

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

This div background color is #EAA8E1.


Border color

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

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

This div border color is #EAA8E1.


Opacity

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

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

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

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

This text has shadow with #EAA8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA8E1 on black background.


Color preview on white background

This text has color #EAA8E1 on white background.



Black color preview on #EAA8E1 background

This text has black color on #EAA8E1 background.


White color preview on #EAA8E1 background

This text has white color on #EAA8E1 background.