COLOR #E2899A

HEX: #E2899A RGB: (226,137,154)

Color info

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

RGB color model

#E2899A color RGB value is (226,137,154).

RGB: (226,137,154) (89%, 54%, 60%)

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 154 of 255 = 60%

226
137
154

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

Portions of RGB colors in percentages

R + G + B = 226 + 137 + 154 = 517 (100%)
R 226 of 517 ~ 43.71%
G 137 of 517 ~ 26.5%
B 154 of 517 ~ 29.79'%

%43.71
%26.5
%29.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 31.86%
  • key color value is 11.37%
CMYK: (0,39,32,11) C0M39Y32K11 (0%,39%,32%,11%) (0.00/0.39/0.32/0.11) 

CMYK percentages

%0
%39.38
%31.86
%11.37

Codes

Color #E2899A in popluar color models

E2 89 9A
RGB 226 137 154
HSL 349° 60.54% 71.18%
HSB/HSV 349° 39.38% 88.63%
CMYK 0.00% 39.38% 31.86%
11.37%

Color #E2899A in popluar number systems.

HEX E2 89 9A
Decimal 226 137 154
Binary 11100010 10001001 10011010
Octal 342 211 232

Shades and tints

Shades of #E2899A

#E2899A
(226,137,154)
#CE7D8C
(206,125,140)
#BA717E
(186,113,126)
#A66570
(166,101,112)
#925962
(146,89,98)
#7E4D54
(126,77,84)
#6A4146
(106,65,70)
#563538
(86,53,56)
#42292A
(66,41,42)
#2E1D1C
(46,29,28)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #E2899A

#E2899A
(226,137,154)
#E493A3
(228,147,163)
#E69DAC
(230,157,172)
#E8A7B5
(232,167,181)
#EAB1BE
(234,177,190)
#ECBBC7
(236,187,199)
#EEC5D0
(238,197,208)
#F0CFD9
(240,207,217)
#F2D9E2
(242,217,226)
#F4E3EB
(244,227,235)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2899A; }

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

This text font color is #E2899A.

Background Color

.myBgColor { background-color: #E2899A; }

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

This div background color is #E2899A.

Border color

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

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

This div border color is #E2899A.

Opacity

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

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

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

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

This text has shadow with #E2899A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2899A.

Preview

Color preview on black background

This text has color #E2899A on black background.


Color preview on white background

This text has color #E2899A on white background.


Black color preview on #E2899A background

This text has black color on #E2899A background.


White color preview on #E2899A background

This text has white color on #E2899A background.


Related colors

Complementary color

Complementary color for #hex is #1D7665.


I love getcolorcode.com

Triadic colors

1 #9AE289 and #899AE2 with #E2899A are triadic colors.

2 #9A89E2 and #89E29A with #E2899A are triadic colors.