COLOR #EA9FB9

HEX: #EA9FB9
RGB: (234,159,185)

Color info

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

RGB color model

#EA9FB9 color RGB value is (234,159,185).

  • red value is 234;
  • green value is 159;
  • blue value is 185.
RGB:
(234,159,185)
(92%,62%,73%)

RGB channels and saturation

R 234 of 255 = 92%
G 159 of 255 = 62%
B 185 of 255 = 73%

234
159
185

R + G + B ~ 76%. #EA9FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 159 + 185 = 578 (100%)
R 234 of 578 ~ 40.48%
G 159 of 578 ~ 27.51%
B 185 of 578 ~ 32.01%

%40.48
%27.51
%32.01

CMYK color model

#EA9FB9 color CMYK value is (0,32,21,8).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 20.94%
  • key color value is 8.24%
CMYK:
(0,32,21,8)
C0M32Y21K8 
(0%,32%,21%,8%)
(0.00/0.32/0.21/0.08)	

CMYK percentages

%0
%32.05
%20.94
%8.24

Codes

Color #EA9FB9 in popluar color models

EA9FB9
RGB234159185
HSL339°64.10%77.06%
HSB/HSV339°32.05%91.76%
CMYK0.00%32.05%20.94%
8.24%

Color #EA9FB9 in popluar number systems.

HEXEA9FB9
Decimal234159185
Binary111010101001111110111001
Octal352237271

Shades and tints

Shades of #EA9FB9

#EA9FB9
(234,159,185)
#D591A9
(213,145,169)
#C08399
(192,131,153)
#AB7589
(171,117,137)
#966779
(150,103,121)
#815969
(129,89,105)
#6C4B59
(108,75,89)
#573D49
(87,61,73)
#422F39
(66,47,57)
#2D2129
(45,33,41)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #EA9FB9

#EA9FB9
(234,159,185)
#EBA7BF
(235,167,191)
#ECAFC5
(236,175,197)
#EDB7CB
(237,183,203)
#EEBFD1
(238,191,209)
#EFC7D7
(239,199,215)
#F0CFDD
(240,207,221)
#F1D7E3
(241,215,227)
#F2DFE9
(242,223,233)
#F3E7EF
(243,231,239)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9FB9 color. Also use rgb(234,159,185) instead hex code.

Text Font Color

.myTextColor { color: #EA9FB9; }

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

This text font color is #EA9FB9.


Background Color

.myBgColor { background-color: #EA9FB9; }

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

This div background color is #EA9FB9.


Border color

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

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

This div border color is #EA9FB9.


Opacity

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

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

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

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

This text has shadow with #EA9FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9FB9 on black background.


Color preview on white background

This text has color #EA9FB9 on white background.



Black color preview on #EA9FB9 background

This text has black color on #EA9FB9 background.


White color preview on #EA9FB9 background

This text has white color on #EA9FB9 background.