COLOR #E2898A

HEX: #E2898A RGB: (226,137,138)

Color info

#E2898A contains mainly red color. Web safe color of #E2898A is #CC9999 (or #C99).

RGB color model

#E2898A color RGB value is (226,137,138).

RGB: (226,137,138) (89%, 54%, 54%)

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 138 of 255 = 54%

226
137
138

R + G + B ~ 66%. #E2898A is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 137 + 138 = 501 (100%)
R 226 of 501 ~ 45.11%
G 137 of 501 ~ 27.35%
B 138 of 501 ~ 27.54'%

%45.11
%27.35
%27.54

CMYK color model

#E2898A color CMYK value is (0,39,39,11).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 38.94%
  • key color value is 11.37%

CMYK: (0,39,39,11)
C0M39Y39K11 (0%, 39%, 39%, 11%)
(0.00 / 0.39 / 0.39 / 0.11)

CMYK percentages

%0
%39.38
%38.94
%11.37

Codes

Color #E2898A in popluar color models

E2 89 8A
RGB 226 137 138
HSL 359° 60.54% 71.18%
HSB/HSV 359° 39.38% 88.63%
CMYK 0.00% 39.38% 38.94%
11.37%

Color #E2898A in popluar number systems.

HEX E2 89 8A
Decimal 226 137 138
Binary 11100010 10001001 10001010
Octal 342 211 212

Shades and tints

Shades of #E2898A

#E2898A
(226,137,138)
#CE7D7E
(206,125,126)
#BA7172
(186,113,114)
#A66566
(166,101,102)
#92595A
(146,89,90)
#7E4D4E
(126,77,78)
#6A4142
(106,65,66)
#563536
(86,53,54)
#42292A
(66,41,42)
#2E1D1E
(46,29,30)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #E2898A

#E2898A
(226,137,138)
#E49394
(228,147,148)
#E69D9E
(230,157,158)
#E8A7A8
(232,167,168)
#EAB1B2
(234,177,178)
#ECBBBC
(236,187,188)
#EEC5C6
(238,197,198)
#F0CFD0
(240,207,208)
#F2D9DA
(242,217,218)
#F4E3E4
(244,227,228)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2898A color. Also use rgb(226,137,138) instead hex code.

Text Font Color

.myTextColor { color: #E2898A; }

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

This text font color is #E2898A.

Background Color

.myBgColor { background-color: #E2898A; }

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

This div background color is #E2898A.

Border color

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

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

This div border color is #E2898A.

Opacity

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

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

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

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

This text has shadow with #E2898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2898A.

Preview

Color preview on black background

This text has color #E2898A on black background.


Color preview on white background

This text has color #E2898A on white background.


Black color preview on #E2898A background

This text has black color on #E2898A background.


White color preview on #E2898A background

This text has white color on #E2898A background.


Related colors

Complementary color

Complementary color for #hex is #1D7675.


I love getcolorcode.com

Triadic colors

1 #8AE289 and #898AE2 with #E2898A are triadic colors.

2 #8A89E2 and #89E28A with #E2898A are triadic colors.