COLOR #EA9997

HEX: #EA9997 RGB: (234,153,151)

Color info

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

RGB color model

#EA9997 color RGB value is (234,153,151).

RGB: (234,153,151) (92%, 60%, 59%)

RGB channels and saturation

R 234 of 255 = 92%
G 153 of 255 = 60%
B 151 of 255 = 59%

234
153
151

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

Portions of RGB colors in percentages

R + G + B = 234 + 153 + 151 = 538 (100%)
R 234 of 538 ~ 43.49%
G 153 of 538 ~ 28.44%
B 151 of 538 ~ 28.07'%

%43.49
%28.44
%28.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 35.47%
  • key color value is 8.24%

CMYK: (0,35,35,8)
C0M35Y35K8 (0%, 35%, 35%, 8%)
(0.00 / 0.35 / 0.35 / 0.08)

CMYK percentages

%0
%34.62
%35.47
%8.24

Codes

Color #EA9997 in popluar color models

EA 99 97
RGB 234 153 151
HSL 66.40% 75.49%
HSB/HSV 35.47% 91.76%
CMYK 0.00% 34.62% 35.47%
8.24%

Color #EA9997 in popluar number systems.

HEX EA 99 97
Decimal 234 153 151
Binary 11101010 10011001 10010111
Octal 352 231 227

Shades and tints

Shades of #EA9997

#EA9997
(234,153,151)
#D58C8A
(213,140,138)
#C07F7D
(192,127,125)
#AB7270
(171,114,112)
#966563
(150,101,99)
#815856
(129,88,86)
#6C4B49
(108,75,73)
#573E3C
(87,62,60)
#42312F
(66,49,47)
#2D2422
(45,36,34)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #EA9997

#EA9997
(234,153,151)
#EBA2A0
(235,162,160)
#ECABA9
(236,171,169)
#EDB4B2
(237,180,178)
#EEBDBB
(238,189,187)
#EFC6C4
(239,198,196)
#F0CFCD
(240,207,205)
#F1D8D6
(241,216,214)
#F2E1DF
(242,225,223)
#F3EAE8
(243,234,232)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA9997; }

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

This text font color is #EA9997.

Background Color

.myBgColor { background-color: #EA9997; }

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

This div background color is #EA9997.

Border color

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

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

This div border color is #EA9997.

Opacity

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

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

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

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

This text has shadow with #EA9997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA9997.

Preview

Color preview on black background

This text has color #EA9997 on black background.


Color preview on white background

This text has color #EA9997 on white background.


Black color preview on #EA9997 background

This text has black color on #EA9997 background.


White color preview on #EA9997 background

This text has white color on #EA9997 background.


Related colors

Complementary color

Complementary color for #hex is #156668.


I love getcolorcode.com

Triadic colors

1 #97EA99 and #9997EA with #EA9997 are triadic colors.

2 #9799EA and #99EA97 with #EA9997 are triadic colors.