COLOR #EBA3B5

HEX: #EBA3B5
RGB: (235,163,181)

Color info

#EBA3B5 contains mainly red and blue colors. Web safe color of #EBA3B5 is #FF99CC (or #F9C).

RGB color model

#EBA3B5 color RGB value is (235,163,181).

  • red value is 235;
  • green value is 163;
  • blue value is 181.
RGB:
(235,163,181)
(92%,64%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 163 of 255 = 64%
B 181 of 255 = 71%

235
163
181

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

Portions of RGB colors in percentages

R + G + B =
235 + 163 + 181 = 579 (100%)
R 235 of 579 ~ 40.59%
G 163 of 579 ~ 28.15%
B 181 of 579 ~ 31.26%

%40.59
%28.15
%31.26

CMYK color model

#EBA3B5 color CMYK value is (0,31,23,8).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(0,31,23,8)
C0M31Y23K8 
(0%,31%,23%,8%)
(0.00/0.31/0.23/0.08)	

CMYK percentages

%0
%30.64
%22.98
%7.84

Codes

Color #EBA3B5 in popluar color models

EBA3B5
RGB235163181
HSL345°64.29%78.04%
HSB/HSV345°30.64%92.16%
CMYK0.00%30.64%22.98%
7.84%

Color #EBA3B5 in popluar number systems.

HEXEBA3B5
Decimal235163181
Binary111010111010001110110101
Octal353243265

Shades and tints

Shades of #EBA3B5

#EBA3B5
(235,163,181)
#D695A5
(214,149,165)
#C18795
(193,135,149)
#AC7985
(172,121,133)
#976B75
(151,107,117)
#825D65
(130,93,101)
#6D4F55
(109,79,85)
#584145
(88,65,69)
#433335
(67,51,53)
#2E2525
(46,37,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBA3B5

#EBA3B5
(235,163,181)
#ECABBB
(236,171,187)
#EDB3C1
(237,179,193)
#EEBBC7
(238,187,199)
#EFC3CD
(239,195,205)
#F0CBD3
(240,203,211)
#F1D3D9
(241,211,217)
#F2DBDF
(242,219,223)
#F3E3E5
(243,227,229)
#F4EBEB
(244,235,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA3B5 color. Also use rgb(235,163,181) instead hex code.

Text Font Color

.myTextColor { color: #EBA3B5; }

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

This text font color is #EBA3B5.


Background Color

.myBgColor { background-color: #EBA3B5; }

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

This div background color is #EBA3B5.


Border color

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

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

This div border color is #EBA3B5.


Opacity

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

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

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

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

This text has shadow with #EBA3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA3B5 on black background.


Color preview on white background

This text has color #EBA3B5 on white background.



Black color preview on #EBA3B5 background

This text has black color on #EBA3B5 background.


White color preview on #EBA3B5 background

This text has white color on #EBA3B5 background.