COLOR #EBA2B1

HEX: #EBA2B1 RGB: (235,162,177)

Color info

#EBA2B1 contains mainly red and blue colors. Web safe color of #EBA2B1 is #FF9999 (or #F99).

RGB color model

#EBA2B1 color RGB value is (235,162,177).

RGB: (235,162,177) (92%, 64%, 69%)

RGB channels and saturation

R 235 of 255 = 92%
G 162 of 255 = 64%
B 177 of 255 = 69%

235
162
177

R + G + B ~ 75%. #EBA2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 162 + 177 = 574 (100%)
R 235 of 574 ~ 40.94%
G 162 of 574 ~ 28.22%
B 177 of 574 ~ 30.84'%

%40.94
%28.22
%30.84

CMYK color model

#EBA2B1 color CMYK value is (0,31,25,8).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 24.68%
  • key color value is 7.84%

CMYK: (0,31,25,8)
C0M31Y25K8 (0%, 31%, 25%, 8%)
(0.00 / 0.31 / 0.25 / 0.08)

CMYK percentages

%0
%31.06
%24.68
%7.84

Codes

Color #EBA2B1 in popluar color models

EB A2 B1
RGB 235 162 177
HSL 348° 64.60% 77.84%
HSB/HSV 348° 31.06% 92.16%
CMYK 0.00% 31.06% 24.68%
7.84%

Color #EBA2B1 in popluar number systems.

HEX EB A2 B1
Decimal 235 162 177
Binary 11101011 10100010 10110001
Octal 353 242 261

Shades and tints

Shades of #EBA2B1

#EBA2B1
(235,162,177)
#D694A1
(214,148,161)
#C18691
(193,134,145)
#AC7881
(172,120,129)
#976A71
(151,106,113)
#825C61
(130,92,97)
#6D4E51
(109,78,81)
#584041
(88,64,65)
#433231
(67,50,49)
#2E2421
(46,36,33)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #EBA2B1

#EBA2B1
(235,162,177)
#ECAAB8
(236,170,184)
#EDB2BF
(237,178,191)
#EEBAC6
(238,186,198)
#EFC2CD
(239,194,205)
#F0CAD4
(240,202,212)
#F1D2DB
(241,210,219)
#F2DAE2
(242,218,226)
#F3E2E9
(243,226,233)
#F4EAF0
(244,234,240)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA2B1 color. Also use rgb(235,162,177) instead hex code.

Text Font Color

.myTextColor { color: #EBA2B1; }

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

This text font color is #EBA2B1.

Background Color

.myBgColor { background-color: #EBA2B1; }

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

This div background color is #EBA2B1.

Border color

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

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

This div border color is #EBA2B1.

Opacity

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

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

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

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

This text has shadow with #EBA2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA2B1.

Preview

Color preview on black background

This text has color #EBA2B1 on black background.


Color preview on white background

This text has color #EBA2B1 on white background.


Black color preview on #EBA2B1 background

This text has black color on #EBA2B1 background.


White color preview on #EBA2B1 background

This text has white color on #EBA2B1 background.


Related colors

Complementary color

Complementary color for #hex is #145D4E.


I love getcolorcode.com

Triadic colors

1 #B1EBA2 and #A2B1EB with #EBA2B1 are triadic colors.

2 #B1A2EB and #A2EBB1 with #EBA2B1 are triadic colors.