COLOR #EA8D94

HEX: #EA8D94
RGB: (234,141,148)

Color info

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

RGB color model

#EA8D94 color RGB value is (234,141,148).

  • red value is 234;
  • green value is 141;
  • blue value is 148.
RGB:
(234,141,148)
(92%,55%,58%)

RGB channels and saturation

R 234 of 255 = 92%
G 141 of 255 = 55%
B 148 of 255 = 58%

234
141
148

R + G + B ~ 68%. #EA8D94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 141 + 148 = 523 (100%)
R 234 of 523 ~ 44.74%
G 141 of 523 ~ 26.96%
B 148 of 523 ~ 28.3%

%44.74
%26.96
%28.3

CMYK color model

#EA8D94 color CMYK value is (0,40,37,8).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 36.75%
  • key color value is 8.24%
CMYK:
(0,40,37,8)
C0M40Y37K8 
(0%,40%,37%,8%)
(0.00/0.40/0.37/0.08)	

CMYK percentages

%0
%39.74
%36.75
%8.24

Codes

Color #EA8D94 in popluar color models

EA8D94
RGB234141148
HSL355°68.89%73.53%
HSB/HSV355°39.74%91.76%
CMYK0.00%39.74%36.75%
8.24%

Color #EA8D94 in popluar number systems.

HEXEA8D94
Decimal234141148
Binary111010101000110110010100
Octal352215224

Shades and tints

Shades of #EA8D94

#EA8D94
(234,141,148)
#D58187
(213,129,135)
#C0757A
(192,117,122)
#AB696D
(171,105,109)
#965D60
(150,93,96)
#815153
(129,81,83)
#6C4546
(108,69,70)
#573939
(87,57,57)
#422D2C
(66,45,44)
#2D211F
(45,33,31)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #EA8D94

#EA8D94
(234,141,148)
#EB979D
(235,151,157)
#ECA1A6
(236,161,166)
#EDABAF
(237,171,175)
#EEB5B8
(238,181,184)
#EFBFC1
(239,191,193)
#F0C9CA
(240,201,202)
#F1D3D3
(241,211,211)
#F2DDDC
(242,221,220)
#F3E7E5
(243,231,229)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8D94 color. Also use rgb(234,141,148) instead hex code.

Text Font Color

.myTextColor { color: #EA8D94; }

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

This text font color is #EA8D94.


Background Color

.myBgColor { background-color: #EA8D94; }

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

This div background color is #EA8D94.


Border color

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

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

This div border color is #EA8D94.


Opacity

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

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

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

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

This text has shadow with #EA8D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8D94 on black background.


Color preview on white background

This text has color #EA8D94 on white background.



Black color preview on #EA8D94 background

This text has black color on #EA8D94 background.


White color preview on #EA8D94 background

This text has white color on #EA8D94 background.