COLOR #EA9B90

HEX: #EA9B90
RGB: (234,155,144)

Color info

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

RGB color model

#EA9B90 color RGB value is (234,155,144).

  • red value is 234;
  • green value is 155;
  • blue value is 144.
RGB:
(234,155,144)
(92%,61%,56%)

RGB channels and saturation

R 234 of 255 = 92%
G 155 of 255 = 61%
B 144 of 255 = 56%

234
155
144

R + G + B ~ 70%. #EA9B90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 155 + 144 = 533 (100%)
R 234 of 533 ~ 43.9%
G 155 of 533 ~ 29.08%
B 144 of 533 ~ 27.02%

%43.9
%29.08
%27.02

CMYK color model

#EA9B90 color CMYK value is (0,34,38,8).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK:
(0,34,38,8)
C0M34Y38K8 
(0%,34%,38%,8%)
(0.00/0.34/0.38/0.08)	

CMYK percentages

%0
%33.76
%38.46
%8.24

Codes

Color #EA9B90 in popluar color models

EA9B90
RGB234155144
HSL68.18%74.12%
HSB/HSV38.46%91.76%
CMYK0.00%33.76%38.46%
8.24%

Color #EA9B90 in popluar number systems.

HEXEA9B90
Decimal234155144
Binary111010101001101110010000
Octal352233220

Shades and tints

Shades of #EA9B90

#EA9B90
(234,155,144)
#D58D83
(213,141,131)
#C07F76
(192,127,118)
#AB7169
(171,113,105)
#96635C
(150,99,92)
#81554F
(129,85,79)
#6C4742
(108,71,66)
#573935
(87,57,53)
#422B28
(66,43,40)
#2D1D1B
(45,29,27)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #EA9B90

#EA9B90
(234,155,144)
#EBA49A
(235,164,154)
#ECADA4
(236,173,164)
#EDB6AE
(237,182,174)
#EEBFB8
(238,191,184)
#EFC8C2
(239,200,194)
#F0D1CC
(240,209,204)
#F1DAD6
(241,218,214)
#F2E3E0
(242,227,224)
#F3ECEA
(243,236,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9B90 color. Also use rgb(234,155,144) instead hex code.

Text Font Color

.myTextColor { color: #EA9B90; }

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

This text font color is #EA9B90.


Background Color

.myBgColor { background-color: #EA9B90; }

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

This div background color is #EA9B90.


Border color

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

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

This div border color is #EA9B90.


Opacity

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

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

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

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

This text has shadow with #EA9B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9B90 on black background.


Color preview on white background

This text has color #EA9B90 on white background.



Black color preview on #EA9B90 background

This text has black color on #EA9B90 background.


White color preview on #EA9B90 background

This text has white color on #EA9B90 background.