COLOR #EA9591

HEX: #EA9591
RGB: (234,149,145)

Color info

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

RGB color model

#EA9591 color RGB value is (234,149,145).

  • red value is 234;
  • green value is 149;
  • blue value is 145.
RGB:
(234,149,145)
(92%,58%,57%)

RGB channels and saturation

R 234 of 255 = 92%
G 149 of 255 = 58%
B 145 of 255 = 57%

234
149
145

R + G + B ~ 69%. #EA9591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 149 + 145 = 528 (100%)
R 234 of 528 ~ 44.32%
G 149 of 528 ~ 28.22%
B 145 of 528 ~ 27.46%

%44.32
%28.22
%27.46

CMYK color model

#EA9591 color CMYK value is (0,36,38,8).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 38.03%
  • key color value is 8.24%
CMYK:
(0,36,38,8)
C0M36Y38K8 
(0%,36%,38%,8%)
(0.00/0.36/0.38/0.08)	

CMYK percentages

%0
%36.32
%38.03
%8.24

Codes

Color #EA9591 in popluar color models

EA9591
RGB234149145
HSL67.94%74.31%
HSB/HSV38.03%91.76%
CMYK0.00%36.32%38.03%
8.24%

Color #EA9591 in popluar number systems.

HEXEA9591
Decimal234149145
Binary111010101001010110010001
Octal352225221

Shades and tints

Shades of #EA9591

#EA9591
(234,149,145)
#D58884
(213,136,132)
#C07B77
(192,123,119)
#AB6E6A
(171,110,106)
#96615D
(150,97,93)
#815450
(129,84,80)
#6C4743
(108,71,67)
#573A36
(87,58,54)
#422D29
(66,45,41)
#2D201C
(45,32,28)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #EA9591

#EA9591
(234,149,145)
#EB9E9B
(235,158,155)
#ECA7A5
(236,167,165)
#EDB0AF
(237,176,175)
#EEB9B9
(238,185,185)
#EFC2C3
(239,194,195)
#F0CBCD
(240,203,205)
#F1D4D7
(241,212,215)
#F2DDE1
(242,221,225)
#F3E6EB
(243,230,235)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9591 color. Also use rgb(234,149,145) instead hex code.

Text Font Color

.myTextColor { color: #EA9591; }

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

This text font color is #EA9591.


Background Color

.myBgColor { background-color: #EA9591; }

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

This div background color is #EA9591.


Border color

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

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

This div border color is #EA9591.


Opacity

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

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

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

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

This text has shadow with #EA9591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9591 on black background.


Color preview on white background

This text has color #EA9591 on white background.



Black color preview on #EA9591 background

This text has black color on #EA9591 background.


White color preview on #EA9591 background

This text has white color on #EA9591 background.