COLOR #EA989A

HEX: #EA989A
RGB: (234,152,154)

Color info

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

RGB color model

#EA989A color RGB value is (234,152,154).

  • red value is 234;
  • green value is 152;
  • blue value is 154.
RGB:
(234,152,154)
(92%,60%,60%)

RGB channels and saturation

R 234 of 255 = 92%
G 152 of 255 = 60%
B 154 of 255 = 60%

234
152
154

R + G + B ~ 71%. #EA989A is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 152 + 154 = 540 (100%)
R 234 of 540 ~ 43.33%
G 152 of 540 ~ 28.15%
B 154 of 540 ~ 28.52%

%43.33
%28.15
%28.52

CMYK color model

#EA989A color CMYK value is (0,35,34,8).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 34.19%
  • key color value is 8.24%
CMYK:
(0,35,34,8)
C0M35Y34K8 
(0%,35%,34%,8%)
(0.00/0.35/0.34/0.08)	

CMYK percentages

%0
%35.04
%34.19
%8.24

Codes

Color #EA989A in popluar color models

EA989A
RGB234152154
HSL359°66.13%75.69%
HSB/HSV359°35.04%91.76%
CMYK0.00%35.04%34.19%
8.24%

Color #EA989A in popluar number systems.

HEXEA989A
Decimal234152154
Binary111010101001100010011010
Octal352230232

Shades and tints

Shades of #EA989A

#EA989A
(234,152,154)
#D58B8C
(213,139,140)
#C07E7E
(192,126,126)
#AB7170
(171,113,112)
#966462
(150,100,98)
#815754
(129,87,84)
#6C4A46
(108,74,70)
#573D38
(87,61,56)
#42302A
(66,48,42)
#2D231C
(45,35,28)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #EA989A

#EA989A
(234,152,154)
#EBA1A3
(235,161,163)
#ECAAAC
(236,170,172)
#EDB3B5
(237,179,181)
#EEBCBE
(238,188,190)
#EFC5C7
(239,197,199)
#F0CED0
(240,206,208)
#F1D7D9
(241,215,217)
#F2E0E2
(242,224,226)
#F3E9EB
(243,233,235)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA989A color. Also use rgb(234,152,154) instead hex code.

Text Font Color

.myTextColor { color: #EA989A; }

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

This text font color is #EA989A.


Background Color

.myBgColor { background-color: #EA989A; }

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

This div background color is #EA989A.


Border color

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

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

This div border color is #EA989A.


Opacity

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

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

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

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

This text has shadow with #EA989A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA989A on black background.


Color preview on white background

This text has color #EA989A on white background.



Black color preview on #EA989A background

This text has black color on #EA989A background.


White color preview on #EA989A background

This text has white color on #EA989A background.