COLOR #EB87AD

HEX: #EB87AD
RGB: (235,135,173)

Color info

#EB87AD contains mainly red color. Web safe color of #EB87AD is #FF9999 (or #F99).

RGB color model

#EB87AD color RGB value is (235,135,173).

  • red value is 235;
  • green value is 135;
  • blue value is 173.
RGB:
(235,135,173)
(92%,53%,68%)

RGB channels and saturation

R 235 of 255 = 92%
G 135 of 255 = 53%
B 173 of 255 = 68%

235
135
173

R + G + B ~ 71%. #EB87AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 135 + 173 = 543 (100%)
R 235 of 543 ~ 43.28%
G 135 of 543 ~ 24.86%
B 173 of 543 ~ 31.86%

%43.28
%24.86
%31.86

CMYK color model

#EB87AD color CMYK value is (0,43,26,8).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(0,43,26,8)
C0M43Y26K8 
(0%,43%,26%,8%)
(0.00/0.43/0.26/0.08)	

CMYK percentages

%0
%42.55
%26.38
%7.84

Codes

Color #EB87AD in popluar color models

EB87AD
RGB235135173
HSL337°71.43%72.55%
HSB/HSV337°42.55%92.16%
CMYK0.00%42.55%26.38%
7.84%

Color #EB87AD in popluar number systems.

HEXEB87AD
Decimal235135173
Binary111010111000011110101101
Octal353207255

Shades and tints

Shades of #EB87AD

#EB87AD
(235,135,173)
#D67B9E
(214,123,158)
#C16F8F
(193,111,143)
#AC6380
(172,99,128)
#975771
(151,87,113)
#824B62
(130,75,98)
#6D3F53
(109,63,83)
#583344
(88,51,68)
#432735
(67,39,53)
#2E1B26
(46,27,38)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #EB87AD

#EB87AD
(235,135,173)
#EC91B4
(236,145,180)
#ED9BBB
(237,155,187)
#EEA5C2
(238,165,194)
#EFAFC9
(239,175,201)
#F0B9D0
(240,185,208)
#F1C3D7
(241,195,215)
#F2CDDE
(242,205,222)
#F3D7E5
(243,215,229)
#F4E1EC
(244,225,236)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB87AD color. Also use rgb(235,135,173) instead hex code.

Text Font Color

.myTextColor { color: #EB87AD; }

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

This text font color is #EB87AD.


Background Color

.myBgColor { background-color: #EB87AD; }

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

This div background color is #EB87AD.


Border color

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

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

This div border color is #EB87AD.


Opacity

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

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

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

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

This text has shadow with #EB87AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB87AD on black background.


Color preview on white background

This text has color #EB87AD on white background.



Black color preview on #EB87AD background

This text has black color on #EB87AD background.


White color preview on #EB87AD background

This text has white color on #EB87AD background.