COLOR #EA9DC9

HEX: #EA9DC9
RGB: (234,157,201)

Color info

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

RGB color model

#EA9DC9 color RGB value is (234,157,201).

  • red value is 234;
  • green value is 157;
  • blue value is 201.
RGB:
(234,157,201)
(92%,62%,79%)

RGB channels and saturation

R 234 of 255 = 92%
G 157 of 255 = 62%
B 201 of 255 = 79%

234
157
201

R + G + B ~ 78%. #EA9DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 157 + 201 = 592 (100%)
R 234 of 592 ~ 39.53%
G 157 of 592 ~ 26.52%
B 201 of 592 ~ 33.95%

%39.53
%26.52
%33.95

CMYK color model

#EA9DC9 color CMYK value is (0,33,14,8).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 14.10%
  • key color value is 8.24%
CMYK:
(0,33,14,8)
C0M33Y14K8 
(0%,33%,14%,8%)
(0.00/0.33/0.14/0.08)	

CMYK percentages

%0
%32.91
%14.1
%8.24

Codes

Color #EA9DC9 in popluar color models

EA9DC9
RGB234157201
HSL326°64.71%76.67%
HSB/HSV326°32.91%91.76%
CMYK0.00%32.91%14.10%
8.24%

Color #EA9DC9 in popluar number systems.

HEXEA9DC9
Decimal234157201
Binary111010101001110111001001
Octal352235311

Shades and tints

Shades of #EA9DC9

#EA9DC9
(234,157,201)
#D58FB7
(213,143,183)
#C081A5
(192,129,165)
#AB7393
(171,115,147)
#966581
(150,101,129)
#81576F
(129,87,111)
#6C495D
(108,73,93)
#573B4B
(87,59,75)
#422D39
(66,45,57)
#2D1F27
(45,31,39)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #EA9DC9

#EA9DC9
(234,157,201)
#EBA5CD
(235,165,205)
#ECADD1
(236,173,209)
#EDB5D5
(237,181,213)
#EEBDD9
(238,189,217)
#EFC5DD
(239,197,221)
#F0CDE1
(240,205,225)
#F1D5E5
(241,213,229)
#F2DDE9
(242,221,233)
#F3E5ED
(243,229,237)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9DC9 color. Also use rgb(234,157,201) instead hex code.

Text Font Color

.myTextColor { color: #EA9DC9; }

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

This text font color is #EA9DC9.


Background Color

.myBgColor { background-color: #EA9DC9; }

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

This div background color is #EA9DC9.


Border color

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

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

This div border color is #EA9DC9.


Opacity

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

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

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

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

This text has shadow with #EA9DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9DC9 on black background.


Color preview on white background

This text has color #EA9DC9 on white background.



Black color preview on #EA9DC9 background

This text has black color on #EA9DC9 background.


White color preview on #EA9DC9 background

This text has white color on #EA9DC9 background.