COLOR #E3A5BE

HEX: #E3A5BE RGB: (227,165,190)

Color info

#E3A5BE contains mainly red and blue colors. Web safe color of #E3A5BE is #CC99CC (or #C9C).

RGB color model

#E3A5BE color RGB value is (227,165,190).

RGB: (227,165,190) (89%, 65%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 165 of 255 = 65%
B 190 of 255 = 75%

227
165
190

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

Portions of RGB colors in percentages

R + G + B = 227 + 165 + 190 = 582 (100%)
R 227 of 582 ~ 39%
G 165 of 582 ~ 28.35%
B 190 of 582 ~ 32.65'%

%39
%28.35
%32.65

CMYK color model

#E3A5BE color CMYK value is (0,27,16,11).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 16.30%
  • key color value is 10.98%

CMYK: (0,27,16,11)
C0M27Y16K11 (0%, 27%, 16%, 11%)
(0.00 / 0.27 / 0.16 / 0.11)

CMYK percentages

%0
%27.31
%16.3
%10.98

Codes

Color #E3A5BE in popluar color models

E3 A5 BE
RGB 227 165 190
HSL 336° 52.54% 76.86%
HSB/HSV 336° 27.31% 89.02%
CMYK 0.00% 27.31% 16.30%
10.98%

Color #E3A5BE in popluar number systems.

HEX E3 A5 BE
Decimal 227 165 190
Binary 11100011 10100101 10111110
Octal 343 245 276

Shades and tints

Shades of #E3A5BE

#E3A5BE
(227,165,190)
#CF96AD
(207,150,173)
#BB879C
(187,135,156)
#A7788B
(167,120,139)
#93697A
(147,105,122)
#7F5A69
(127,90,105)
#6B4B58
(107,75,88)
#573C47
(87,60,71)
#432D36
(67,45,54)
#2F1E25
(47,30,37)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #E3A5BE

#E3A5BE
(227,165,190)
#E5ADC3
(229,173,195)
#E7B5C8
(231,181,200)
#E9BDCD
(233,189,205)
#EBC5D2
(235,197,210)
#EDCDD7
(237,205,215)
#EFD5DC
(239,213,220)
#F1DDE1
(241,221,225)
#F3E5E6
(243,229,230)
#F5EDEB
(245,237,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A5BE color. Also use rgb(227,165,190) instead hex code.

Text Font Color

.myTextColor { color: #E3A5BE; }

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

This text font color is #E3A5BE.

Background Color

.myBgColor { background-color: #E3A5BE; }

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

This div background color is #E3A5BE.

Border color

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

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

This div border color is #E3A5BE.

Opacity

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

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

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

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

This text has shadow with #E3A5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A5BE.

Preview

Color preview on black background

This text has color #E3A5BE on black background.


Color preview on white background

This text has color #E3A5BE on white background.


Black color preview on #E3A5BE background

This text has black color on #E3A5BE background.


White color preview on #E3A5BE background

This text has white color on #E3A5BE background.


Related colors

Complementary color

Complementary color for #hex is #1C5A41.


I love getcolorcode.com

Triadic colors

1 #BEE3A5 and #A5BEE3 with #E3A5BE are triadic colors.

2 #BEA5E3 and #A5E3BE with #E3A5BE are triadic colors.