COLOR #EB87CE

HEX: #EB87CE
RGB: (235,135,206)

Color info

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

RGB color model

#EB87CE color RGB value is (235,135,206).

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

RGB channels and saturation

R 235 of 255 = 92%
G 135 of 255 = 53%
B 206 of 255 = 81%

235
135
206

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

Portions of RGB colors in percentages

R + G + B =
235 + 135 + 206 = 576 (100%)
R 235 of 576 ~ 40.8%
G 135 of 576 ~ 23.44%
B 206 of 576 ~ 35.76%

%40.8
%23.44
%35.76

CMYK color model

#EB87CE color CMYK value is (0,43,12,8).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(0,43,12,8)
C0M43Y12K8 
(0%,43%,12%,8%)
(0.00/0.43/0.12/0.08)	

CMYK percentages

%0
%42.55
%12.34
%7.84

Codes

Color #EB87CE in popluar color models

EB87CE
RGB235135206
HSL317°71.43%72.55%
HSB/HSV317°42.55%92.16%
CMYK0.00%42.55%12.34%
7.84%

Color #EB87CE in popluar number systems.

HEXEB87CE
Decimal235135206
Binary111010111000011111001110
Octal353207316

Shades and tints

Shades of #EB87CE

#EB87CE
(235,135,206)
#D67BBC
(214,123,188)
#C16FAA
(193,111,170)
#AC6398
(172,99,152)
#975786
(151,87,134)
#824B74
(130,75,116)
#6D3F62
(109,63,98)
#583350
(88,51,80)
#43273E
(67,39,62)
#2E1B2C
(46,27,44)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #EB87CE

#EB87CE
(235,135,206)
#EC91D2
(236,145,210)
#ED9BD6
(237,155,214)
#EEA5DA
(238,165,218)
#EFAFDE
(239,175,222)
#F0B9E2
(240,185,226)
#F1C3E6
(241,195,230)
#F2CDEA
(242,205,234)
#F3D7EE
(243,215,238)
#F4E1F2
(244,225,242)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB87CE; }

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

This text font color is #EB87CE.


Background Color

.myBgColor { background-color: #EB87CE; }

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

This div background color is #EB87CE.


Border color

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

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

This div border color is #EB87CE.


Opacity

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

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

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

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

This text has shadow with #EB87CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB87CE on black background.


Color preview on white background

This text has color #EB87CE on white background.



Black color preview on #EB87CE background

This text has black color on #EB87CE background.


White color preview on #EB87CE background

This text has white color on #EB87CE background.