COLOR #EA9EBB

HEX: #EA9EBB
RGB: (234,158,187)

Color info

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

RGB color model

#EA9EBB color RGB value is (234,158,187).

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

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 187 of 255 = 73%

234
158
187

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

Portions of RGB colors in percentages

R + G + B =
234 + 158 + 187 = 579 (100%)
R 234 of 579 ~ 40.41%
G 158 of 579 ~ 27.29%
B 187 of 579 ~ 32.3%

%40.41
%27.29
%32.3

CMYK color model

#EA9EBB color CMYK value is (0,32,20,8).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 20.09%
  • key color value is 8.24%
CMYK:
(0,32,20,8)
C0M32Y20K8 
(0%,32%,20%,8%)
(0.00/0.32/0.20/0.08)	

CMYK percentages

%0
%32.48
%20.09
%8.24

Codes

Color #EA9EBB in popluar color models

EA9EBB
RGB234158187
HSL337°64.41%76.86%
HSB/HSV337°32.48%91.76%
CMYK0.00%32.48%20.09%
8.24%

Color #EA9EBB in popluar number systems.

HEXEA9EBB
Decimal234158187
Binary111010101001111010111011
Octal352236273

Shades and tints

Shades of #EA9EBB

#EA9EBB
(234,158,187)
#D590AA
(213,144,170)
#C08299
(192,130,153)
#AB7488
(171,116,136)
#966677
(150,102,119)
#815866
(129,88,102)
#6C4A55
(108,74,85)
#573C44
(87,60,68)
#422E33
(66,46,51)
#2D2022
(45,32,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #EA9EBB

#EA9EBB
(234,158,187)
#EBA6C1
(235,166,193)
#ECAEC7
(236,174,199)
#EDB6CD
(237,182,205)
#EEBED3
(238,190,211)
#EFC6D9
(239,198,217)
#F0CEDF
(240,206,223)
#F1D6E5
(241,214,229)
#F2DEEB
(242,222,235)
#F3E6F1
(243,230,241)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9EBB color. Also use rgb(234,158,187) instead hex code.

Text Font Color

.myTextColor { color: #EA9EBB; }

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

This text font color is #EA9EBB.


Background Color

.myBgColor { background-color: #EA9EBB; }

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

This div background color is #EA9EBB.


Border color

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

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

This div border color is #EA9EBB.


Opacity

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

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

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

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

This text has shadow with #EA9EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9EBB on black background.


Color preview on white background

This text has color #EA9EBB on white background.



Black color preview on #EA9EBB background

This text has black color on #EA9EBB background.


White color preview on #EA9EBB background

This text has white color on #EA9EBB background.