COLOR #EAA4D9

HEX: #EAA4D9
RGB: (234,164,217)

Color info

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

RGB color model

#EAA4D9 color RGB value is (234,164,217).

  • red value is 234;
  • green value is 164;
  • blue value is 217.
RGB:
(234,164,217)
(92%,64%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 164 of 255 = 64%
B 217 of 255 = 85%

234
164
217

R + G + B ~ 80%. #EAA4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 164 + 217 = 615 (100%)
R 234 of 615 ~ 38.05%
G 164 of 615 ~ 26.67%
B 217 of 615 ~ 35.28%

%38.05
%26.67
%35.28

CMYK color model

#EAA4D9 color CMYK value is (0,30,7,8).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(0,30,7,8)
C0M30Y7K8 
(0%,30%,7%,8%)
(0.00/0.30/0.07/0.08)	

CMYK percentages

%0
%29.91
%7.26
%8.24

Codes

Color #EAA4D9 in popluar color models

EAA4D9
RGB234164217
HSL315°62.50%78.04%
HSB/HSV315°29.91%91.76%
CMYK0.00%29.91%7.26%
8.24%

Color #EAA4D9 in popluar number systems.

HEXEAA4D9
Decimal234164217
Binary111010101010010011011001
Octal352244331

Shades and tints

Shades of #EAA4D9

#EAA4D9
(234,164,217)
#D596C6
(213,150,198)
#C088B3
(192,136,179)
#AB7AA0
(171,122,160)
#966C8D
(150,108,141)
#815E7A
(129,94,122)
#6C5067
(108,80,103)
#574254
(87,66,84)
#423441
(66,52,65)
#2D262E
(45,38,46)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #EAA4D9

#EAA4D9
(234,164,217)
#EBACDC
(235,172,220)
#ECB4DF
(236,180,223)
#EDBCE2
(237,188,226)
#EEC4E5
(238,196,229)
#EFCCE8
(239,204,232)
#F0D4EB
(240,212,235)
#F1DCEE
(241,220,238)
#F2E4F1
(242,228,241)
#F3ECF4
(243,236,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA4D9 color. Also use rgb(234,164,217) instead hex code.

Text Font Color

.myTextColor { color: #EAA4D9; }

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

This text font color is #EAA4D9.


Background Color

.myBgColor { background-color: #EAA4D9; }

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

This div background color is #EAA4D9.


Border color

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

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

This div border color is #EAA4D9.


Opacity

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

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

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

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

This text has shadow with #EAA4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA4D9 on black background.


Color preview on white background

This text has color #EAA4D9 on white background.



Black color preview on #EAA4D9 background

This text has black color on #EAA4D9 background.


White color preview on #EAA4D9 background

This text has white color on #EAA4D9 background.