COLOR #EEA5D1

HEX: #EEA5D1
RGB: (238,165,209)

Color info

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

RGB color model

#EEA5D1 color RGB value is (238,165,209).

  • red value is 238;
  • green value is 165;
  • blue value is 209.
RGB:
(238,165,209)
(93%,65%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 165 of 255 = 65%
B 209 of 255 = 82%

238
165
209

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

Portions of RGB colors in percentages

R + G + B =
238 + 165 + 209 = 612 (100%)
R 238 of 612 ~ 38.89%
G 165 of 612 ~ 26.96%
B 209 of 612 ~ 34.15%

%38.89
%26.96
%34.15

CMYK color model

#EEA5D1 color CMYK value is (0,31,12,7).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(0,31,12,7)
C0M31Y12K7 
(0%,31%,12%,7%)
(0.00/0.31/0.12/0.07)	

CMYK percentages

%0
%30.67
%12.18
%6.67

Codes

Color #EEA5D1 in popluar color models

EEA5D1
RGB238165209
HSL324°68.22%79.02%
HSB/HSV324°30.67%93.33%
CMYK0.00%30.67%12.18%
6.67%

Color #EEA5D1 in popluar number systems.

HEXEEA5D1
Decimal238165209
Binary111011101010010111010001
Octal356245321

Shades and tints

Shades of #EEA5D1

#EEA5D1
(238,165,209)
#D996BE
(217,150,190)
#C487AB
(196,135,171)
#AF7898
(175,120,152)
#9A6985
(154,105,133)
#855A72
(133,90,114)
#704B5F
(112,75,95)
#5B3C4C
(91,60,76)
#462D39
(70,45,57)
#311E26
(49,30,38)
#1C0F13
(28,15,19)
#000000
(0,0,0)

Tints of #EEA5D1

#EEA5D1
(238,165,209)
#EFADD5
(239,173,213)
#F0B5D9
(240,181,217)
#F1BDDD
(241,189,221)
#F2C5E1
(242,197,225)
#F3CDE5
(243,205,229)
#F4D5E9
(244,213,233)
#F5DDED
(245,221,237)
#F6E5F1
(246,229,241)
#F7EDF5
(247,237,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA5D1 color. Also use rgb(238,165,209) instead hex code.

Text Font Color

.myTextColor { color: #EEA5D1; }

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

This text font color is #EEA5D1.


Background Color

.myBgColor { background-color: #EEA5D1; }

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

This div background color is #EEA5D1.


Border color

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

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

This div border color is #EEA5D1.


Opacity

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

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

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

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

This text has shadow with #EEA5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA5D1 on black background.


Color preview on white background

This text has color #EEA5D1 on white background.



Black color preview on #EEA5D1 background

This text has black color on #EEA5D1 background.


White color preview on #EEA5D1 background

This text has white color on #EEA5D1 background.