COLOR #E2AFB1

HEX: #E2AFB1 RGB: (226,175,177)

Color info

#E2AFB1 contains red, green and blue colors in about the same proportion. Web safe color of #E2AFB1 is #CC9999 (or #C99).

RGB color model

#E2AFB1 color RGB value is (226,175,177).

RGB: (226,175,177) (89%, 69%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 177 of 255 = 69%

226
175
177

R + G + B ~ 76%. #E2AFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 175 + 177 = 578 (100%)
R 226 of 578 ~ 39.1%
G 175 of 578 ~ 30.28%
B 177 of 578 ~ 30.62'%

%39.1
%30.28
%30.62

CMYK color model

#E2AFB1 color CMYK value is (0,23,22,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 21.68%
  • key color value is 11.37%
CMYK: (0,23,22,11) C0M23Y22K11 (0%,23%,22%,11%) (0.00/0.23/0.22/0.11) 

CMYK percentages

%0
%22.57
%21.68
%11.37

Codes

Color #E2AFB1 in popluar color models

E2 AF B1
RGB 226 175 177
HSL 358° 46.79% 78.63%
HSB/HSV 358° 22.57% 88.63%
CMYK 0.00% 22.57% 21.68%
11.37%

Color #E2AFB1 in popluar number systems.

HEX E2 AF B1
Decimal 226 175 177
Binary 11100010 10101111 10110001
Octal 342 257 261

Shades and tints

Shades of #E2AFB1

#E2AFB1
(226,175,177)
#CEA0A1
(206,160,161)
#BA9191
(186,145,145)
#A68281
(166,130,129)
#927371
(146,115,113)
#7E6461
(126,100,97)
#6A5551
(106,85,81)
#564641
(86,70,65)
#423731
(66,55,49)
#2E2821
(46,40,33)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #E2AFB1

#E2AFB1
(226,175,177)
#E4B6B8
(228,182,184)
#E6BDBF
(230,189,191)
#E8C4C6
(232,196,198)
#EACBCD
(234,203,205)
#ECD2D4
(236,210,212)
#EED9DB
(238,217,219)
#F0E0E2
(240,224,226)
#F2E7E9
(242,231,233)
#F4EEF0
(244,238,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AFB1; }

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

This text font color is #E2AFB1.

Background Color

.myBgColor { background-color: #E2AFB1; }

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

This div background color is #E2AFB1.

Border color

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

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

This div border color is #E2AFB1.

Opacity

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

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

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

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

This text has shadow with #E2AFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AFB1.

Preview

Color preview on black background

This text has color #E2AFB1 on black background.


Color preview on white background

This text has color #E2AFB1 on white background.


Black color preview on #E2AFB1 background

This text has black color on #E2AFB1 background.


White color preview on #E2AFB1 background

This text has white color on #E2AFB1 background.


Related colors

Complementary color

Complementary color for #hex is #1D504E.


I love getcolorcode.com

Triadic colors

1 #B1E2AF and #AFB1E2 with #E2AFB1 are triadic colors.

2 #B1AFE2 and #AFE2B1 with #E2AFB1 are triadic colors.