COLOR #E2AFB9

HEX: #E2AFB9 RGB: (226,175,185)

Color info

#E2AFB9 contains red, green and blue colors in about the same proportion. Web safe color of #E2AFB9 is #CC99CC (or #C9C).

RGB color model

#E2AFB9 color RGB value is (226,175,185).

RGB: (226,175,185) (89%, 69%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 185 of 255 = 73%

226
175
185

R + G + B ~ 77%. #E2AFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 175 + 185 = 586 (100%)
R 226 of 586 ~ 38.57%
G 175 of 586 ~ 29.86%
B 185 of 586 ~ 31.57'%

%38.57
%29.86
%31.57

CMYK color model

#E2AFB9 color CMYK value is (0,23,18,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 18.14%
  • key color value is 11.37%
CMYK: (0,23,18,11) C0M23Y18K11 (0%,23%,18%,11%) (0.00/0.23/0.18/0.11) 

CMYK percentages

%0
%22.57
%18.14
%11.37

Codes

Color #E2AFB9 in popluar color models

E2 AF B9
RGB 226 175 185
HSL 348° 46.79% 78.63%
HSB/HSV 348° 22.57% 88.63%
CMYK 0.00% 22.57% 18.14%
11.37%

Color #E2AFB9 in popluar number systems.

HEX E2 AF B9
Decimal 226 175 185
Binary 11100010 10101111 10111001
Octal 342 257 271

Shades and tints

Shades of #E2AFB9

#E2AFB9
(226,175,185)
#CEA0A9
(206,160,169)
#BA9199
(186,145,153)
#A68289
(166,130,137)
#927379
(146,115,121)
#7E6469
(126,100,105)
#6A5559
(106,85,89)
#564649
(86,70,73)
#423739
(66,55,57)
#2E2829
(46,40,41)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #E2AFB9

#E2AFB9
(226,175,185)
#E4B6BF
(228,182,191)
#E6BDC5
(230,189,197)
#E8C4CB
(232,196,203)
#EACBD1
(234,203,209)
#ECD2D7
(236,210,215)
#EED9DD
(238,217,221)
#F0E0E3
(240,224,227)
#F2E7E9
(242,231,233)
#F4EEEF
(244,238,239)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AFB9 color. Also use rgb(226,175,185) instead hex code.

Text Font Color

.myTextColor { color: #E2AFB9; }

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

This text font color is #E2AFB9.

Background Color

.myBgColor { background-color: #E2AFB9; }

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

This div background color is #E2AFB9.

Border color

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

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

This div border color is #E2AFB9.

Opacity

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

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

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

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

This text has shadow with #E2AFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AFB9.

Preview

Color preview on black background

This text has color #E2AFB9 on black background.


Color preview on white background

This text has color #E2AFB9 on white background.


Black color preview on #E2AFB9 background

This text has black color on #E2AFB9 background.


White color preview on #E2AFB9 background

This text has white color on #E2AFB9 background.


Related colors

Complementary color

Complementary color for #hex is #1D5046.


I love getcolorcode.com

Triadic colors

1 #B9E2AF and #AFB9E2 with #E2AFB9 are triadic colors.

2 #B9AFE2 and #AFE2B9 with #E2AFB9 are triadic colors.