COLOR #EA8B89

HEX: #EA8B89
RGB: (234,139,137)

Color info

#EA8B89 contains mainly red color. Web safe color of #EA8B89 is #FF9999 (or #F99).

RGB color model

#EA8B89 color RGB value is (234,139,137).

  • red value is 234;
  • green value is 139;
  • blue value is 137.
RGB:
(234,139,137)
(92%,55%,54%)

RGB channels and saturation

R 234 of 255 = 92%
G 139 of 255 = 55%
B 137 of 255 = 54%

234
139
137

R + G + B ~ 67%. #EA8B89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 139 + 137 = 510 (100%)
R 234 of 510 ~ 45.88%
G 139 of 510 ~ 27.25%
B 137 of 510 ~ 26.86%

%45.88
%27.25
%26.86

CMYK color model

#EA8B89 color CMYK value is (0,41,41,8).

  • cyan value is 0.00%
  • magenta value is 40.60%
  • yellow value is 41.45%
  • key color value is 8.24%
CMYK:
(0,41,41,8)
C0M41Y41K8 
(0%,41%,41%,8%)
(0.00/0.41/0.41/0.08)	

CMYK percentages

%0
%40.6
%41.45
%8.24

Codes

Color #EA8B89 in popluar color models

EA8B89
RGB234139137
HSL69.78%72.75%
HSB/HSV41.45%91.76%
CMYK0.00%40.60%41.45%
8.24%

Color #EA8B89 in popluar number systems.

HEXEA8B89
Decimal234139137
Binary111010101000101110001001
Octal352213211

Shades and tints

Shades of #EA8B89

#EA8B89
(234,139,137)
#D57F7D
(213,127,125)
#C07371
(192,115,113)
#AB6765
(171,103,101)
#965B59
(150,91,89)
#814F4D
(129,79,77)
#6C4341
(108,67,65)
#573735
(87,55,53)
#422B29
(66,43,41)
#2D1F1D
(45,31,29)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #EA8B89

#EA8B89
(234,139,137)
#EB9593
(235,149,147)
#EC9F9D
(236,159,157)
#EDA9A7
(237,169,167)
#EEB3B1
(238,179,177)
#EFBDBB
(239,189,187)
#F0C7C5
(240,199,197)
#F1D1CF
(241,209,207)
#F2DBD9
(242,219,217)
#F3E5E3
(243,229,227)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8B89 color. Also use rgb(234,139,137) instead hex code.

Text Font Color

.myTextColor { color: #EA8B89; }

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

This text font color is #EA8B89.


Background Color

.myBgColor { background-color: #EA8B89; }

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

This div background color is #EA8B89.


Border color

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

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

This div border color is #EA8B89.


Opacity

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

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

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

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

This text has shadow with #EA8B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8B89 on black background.


Color preview on white background

This text has color #EA8B89 on white background.



Black color preview on #EA8B89 background

This text has black color on #EA8B89 background.


White color preview on #EA8B89 background

This text has white color on #EA8B89 background.