COLOR #E2A5BD

HEX: #E2A5BD RGB: (226,165,189)

Color info

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

RGB color model

#E2A5BD color RGB value is (226,165,189).

RGB: (226,165,189) (89%, 65%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 165 of 255 = 65%
B 189 of 255 = 74%

226
165
189

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

Portions of RGB colors in percentages

R + G + B = 226 + 165 + 189 = 580 (100%)
R 226 of 580 ~ 38.97%
G 165 of 580 ~ 28.45%
B 189 of 580 ~ 32.59'%

%38.97
%28.45
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 16.37%
  • key color value is 11.37%

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

CMYK percentages

%0
%26.99
%16.37
%11.37

Codes

Color #E2A5BD in popluar color models

E2 A5 BD
RGB 226 165 189
HSL 336° 51.26% 76.67%
HSB/HSV 336° 26.99% 88.63%
CMYK 0.00% 26.99% 16.37%
11.37%

Color #E2A5BD in popluar number systems.

HEX E2 A5 BD
Decimal 226 165 189
Binary 11100010 10100101 10111101
Octal 342 245 275

Shades and tints

Shades of #E2A5BD

#E2A5BD
(226,165,189)
#CE96AC
(206,150,172)
#BA879B
(186,135,155)
#A6788A
(166,120,138)
#926979
(146,105,121)
#7E5A68
(126,90,104)
#6A4B57
(106,75,87)
#563C46
(86,60,70)
#422D35
(66,45,53)
#2E1E24
(46,30,36)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #E2A5BD

#E2A5BD
(226,165,189)
#E4ADC3
(228,173,195)
#E6B5C9
(230,181,201)
#E8BDCF
(232,189,207)
#EAC5D5
(234,197,213)
#ECCDDB
(236,205,219)
#EED5E1
(238,213,225)
#F0DDE7
(240,221,231)
#F2E5ED
(242,229,237)
#F4EDF3
(244,237,243)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A5BD color. Also use rgb(226,165,189) instead hex code.

Text Font Color

.myTextColor { color: #E2A5BD; }

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

This text font color is #E2A5BD.

Background Color

.myBgColor { background-color: #E2A5BD; }

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

This div background color is #E2A5BD.

Border color

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

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

This div border color is #E2A5BD.

Opacity

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

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

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

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

This text has shadow with #E2A5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A5BD.

Preview

Color preview on black background

This text has color #E2A5BD on black background.


Color preview on white background

This text has color #E2A5BD on white background.


Black color preview on #E2A5BD background

This text has black color on #E2A5BD background.


White color preview on #E2A5BD background

This text has white color on #E2A5BD background.


Related colors

Complementary color

Complementary color for #hex is #1D5A42.


I love getcolorcode.com

Triadic colors

1 #BDE2A5 and #A5BDE2 with #E2A5BD are triadic colors.

2 #BDA5E2 and #A5E2BD with #E2A5BD are triadic colors.