COLOR #EA9DB4

HEX: #EA9DB4 RGB: (234,157,180)

Color info

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

RGB color model

#EA9DB4 color RGB value is (234,157,180).

RGB: (234,157,180) (92%, 62%, 71%)

RGB channels and saturation

R 234 of 255 = 92%
G 157 of 255 = 62%
B 180 of 255 = 71%

234
157
180

R + G + B ~ 75%. #EA9DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 157 + 180 = 571 (100%)
R 234 of 571 ~ 40.98%
G 157 of 571 ~ 27.5%
B 180 of 571 ~ 31.52'%

%40.98
%27.5
%31.52

CMYK color model

#EA9DB4 color CMYK value is (0,33,23,8).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 23.08%
  • key color value is 8.24%

CMYK: (0,33,23,8)
C0M33Y23K8 (0%, 33%, 23%, 8%)
(0.00 / 0.33 / 0.23 / 0.08)

CMYK percentages

%0
%32.91
%23.08
%8.24

Codes

Color #EA9DB4 in popluar color models

EA 9D B4
RGB 234 157 180
HSL 342° 64.71% 76.67%
HSB/HSV 342° 32.91% 91.76%
CMYK 0.00% 32.91% 23.08%
8.24%

Color #EA9DB4 in popluar number systems.

HEX EA 9D B4
Decimal 234 157 180
Binary 11101010 10011101 10110100
Octal 352 235 264

Shades and tints

Shades of #EA9DB4

#EA9DB4
(234,157,180)
#D58FA4
(213,143,164)
#C08194
(192,129,148)
#AB7384
(171,115,132)
#966574
(150,101,116)
#815764
(129,87,100)
#6C4954
(108,73,84)
#573B44
(87,59,68)
#422D34
(66,45,52)
#2D1F24
(45,31,36)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #EA9DB4

#EA9DB4
(234,157,180)
#EBA5BA
(235,165,186)
#ECADC0
(236,173,192)
#EDB5C6
(237,181,198)
#EEBDCC
(238,189,204)
#EFC5D2
(239,197,210)
#F0CDD8
(240,205,216)
#F1D5DE
(241,213,222)
#F2DDE4
(242,221,228)
#F3E5EA
(243,229,234)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA9DB4; }

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

This text font color is #EA9DB4.

Background Color

.myBgColor { background-color: #EA9DB4; }

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

This div background color is #EA9DB4.

Border color

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

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

This div border color is #EA9DB4.

Opacity

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

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

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

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

This text has shadow with #EA9DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA9DB4.

Preview

Color preview on black background

This text has color #EA9DB4 on black background.


Color preview on white background

This text has color #EA9DB4 on white background.


Black color preview on #EA9DB4 background

This text has black color on #EA9DB4 background.


White color preview on #EA9DB4 background

This text has white color on #EA9DB4 background.


Related colors

Complementary color

Complementary color for #hex is #15624B.


I love getcolorcode.com

Triadic colors

1 #B4EA9D and #9DB4EA with #EA9DB4 are triadic colors.

2 #B49DEA and #9DEAB4 with #EA9DB4 are triadic colors.