COLOR #E289A2

HEX: #E289A2 RGB: (226,137,162)

Color info

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

RGB color model

#E289A2 color RGB value is (226,137,162).

RGB: (226,137,162) (89%, 54%, 64%)

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 162 of 255 = 64%

226
137
162

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

Portions of RGB colors in percentages

R + G + B = 226 + 137 + 162 = 525 (100%)
R 226 of 525 ~ 43.05%
G 137 of 525 ~ 26.1%
B 162 of 525 ~ 30.86'%

%43.05
%26.1
%30.86

CMYK color model

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

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

CMYK: (0,39,28,11)
C0M39Y28K11 (0%, 39%, 28%, 11%)
(0.00 / 0.39 / 0.28 / 0.11)

CMYK percentages

%0
%39.38
%28.32
%11.37

Codes

Color #E289A2 in popluar color models

E2 89 A2
RGB 226 137 162
HSL 343° 60.54% 71.18%
HSB/HSV 343° 39.38% 88.63%
CMYK 0.00% 39.38% 28.32%
11.37%

Color #E289A2 in popluar number systems.

HEX E2 89 A2
Decimal 226 137 162
Binary 11100010 10001001 10100010
Octal 342 211 242

Shades and tints

Shades of #E289A2

#E289A2
(226,137,162)
#CE7D94
(206,125,148)
#BA7186
(186,113,134)
#A66578
(166,101,120)
#92596A
(146,89,106)
#7E4D5C
(126,77,92)
#6A414E
(106,65,78)
#563540
(86,53,64)
#422932
(66,41,50)
#2E1D24
(46,29,36)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #E289A2

#E289A2
(226,137,162)
#E493AA
(228,147,170)
#E69DB2
(230,157,178)
#E8A7BA
(232,167,186)
#EAB1C2
(234,177,194)
#ECBBCA
(236,187,202)
#EEC5D2
(238,197,210)
#F0CFDA
(240,207,218)
#F2D9E2
(242,217,226)
#F4E3EA
(244,227,234)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E289A2; }

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

This text font color is #E289A2.

Background Color

.myBgColor { background-color: #E289A2; }

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

This div background color is #E289A2.

Border color

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

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

This div border color is #E289A2.

Opacity

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

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

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

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

This text has shadow with #E289A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E289A2.

Preview

Color preview on black background

This text has color #E289A2 on black background.


Color preview on white background

This text has color #E289A2 on white background.


Black color preview on #E289A2 background

This text has black color on #E289A2 background.


White color preview on #E289A2 background

This text has white color on #E289A2 background.


Related colors

Complementary color

Complementary color for #hex is #1D765D.


I love getcolorcode.com

Triadic colors

1 #A2E289 and #89A2E2 with #E289A2 are triadic colors.

2 #A289E2 and #89E2A2 with #E289A2 are triadic colors.