COLOR #EA8C97

HEX: #EA8C97
RGB: (234,140,151)

Color info

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

RGB color model

#EA8C97 color RGB value is (234,140,151).

  • red value is 234;
  • green value is 140;
  • blue value is 151.
RGB:
(234,140,151)
(92%,55%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 140 of 255 = 55%
B 151 of 255 = 59%

234
140
151

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

Portions of RGB colors in percentages

R + G + B =
234 + 140 + 151 = 525 (100%)
R 234 of 525 ~ 44.57%
G 140 of 525 ~ 26.67%
B 151 of 525 ~ 28.76%

%44.57
%26.67
%28.76

CMYK color model

#EA8C97 color CMYK value is (0,40,35,8).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(0,40,35,8)
C0M40Y35K8 
(0%,40%,35%,8%)
(0.00/0.40/0.35/0.08)	

CMYK percentages

%0
%40.17
%35.47
%8.24

Codes

Color #EA8C97 in popluar color models

EA8C97
RGB234140151
HSL353°69.12%73.33%
HSB/HSV353°40.17%91.76%
CMYK0.00%40.17%35.47%
8.24%

Color #EA8C97 in popluar number systems.

HEXEA8C97
Decimal234140151
Binary111010101000110010010111
Octal352214227

Shades and tints

Shades of #EA8C97

#EA8C97
(234,140,151)
#D5808A
(213,128,138)
#C0747D
(192,116,125)
#AB6870
(171,104,112)
#965C63
(150,92,99)
#815056
(129,80,86)
#6C4449
(108,68,73)
#57383C
(87,56,60)
#422C2F
(66,44,47)
#2D2022
(45,32,34)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #EA8C97

#EA8C97
(234,140,151)
#EB96A0
(235,150,160)
#ECA0A9
(236,160,169)
#EDAAB2
(237,170,178)
#EEB4BB
(238,180,187)
#EFBEC4
(239,190,196)
#F0C8CD
(240,200,205)
#F1D2D6
(241,210,214)
#F2DCDF
(242,220,223)
#F3E6E8
(243,230,232)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8C97 color. Also use rgb(234,140,151) instead hex code.

Text Font Color

.myTextColor { color: #EA8C97; }

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

This text font color is #EA8C97.


Background Color

.myBgColor { background-color: #EA8C97; }

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

This div background color is #EA8C97.


Border color

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

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

This div border color is #EA8C97.


Opacity

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

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

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

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

This text has shadow with #EA8C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8C97 on black background.


Color preview on white background

This text has color #EA8C97 on white background.



Black color preview on #EA8C97 background

This text has black color on #EA8C97 background.


White color preview on #EA8C97 background

This text has white color on #EA8C97 background.