COLOR #EB877D

HEX: #EB877D
RGB: (235,135,125)

Color info

#EB877D contains mainly red color. Web safe color of #EB877D is #FF9966 (or #F96).

RGB color model

#EB877D color RGB value is (235,135,125).

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

RGB channels and saturation

R 235 of 255 = 92%
G 135 of 255 = 53%
B 125 of 255 = 49%

235
135
125

R + G + B ~ 65%. #EB877D is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 135 + 125 = 495 (100%)
R 235 of 495 ~ 47.47%
G 135 of 495 ~ 27.27%
B 125 of 495 ~ 25.25%

%47.47
%27.27
%25.25

CMYK color model

#EB877D color CMYK value is (0,43,47,8).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 46.81%
  • key color value is 7.84%
CMYK:
(0,43,47,8)
C0M43Y47K8 
(0%,43%,47%,8%)
(0.00/0.43/0.47/0.08)	

CMYK percentages

%0
%42.55
%46.81
%7.84

Codes

Color #EB877D in popluar color models

EB877D
RGB235135125
HSL73.33%70.59%
HSB/HSV46.81%92.16%
CMYK0.00%42.55%46.81%
7.84%

Color #EB877D in popluar number systems.

HEXEB877D
Decimal235135125
Binary11101011100001111111101
Octal353207175

Shades and tints

Shades of #EB877D

#EB877D
(235,135,125)
#D67B72
(214,123,114)
#C16F67
(193,111,103)
#AC635C
(172,99,92)
#975751
(151,87,81)
#824B46
(130,75,70)
#6D3F3B
(109,63,59)
#583330
(88,51,48)
#432725
(67,39,37)
#2E1B1A
(46,27,26)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #EB877D

#EB877D
(235,135,125)
#EC9188
(236,145,136)
#ED9B93
(237,155,147)
#EEA59E
(238,165,158)
#EFAFA9
(239,175,169)
#F0B9B4
(240,185,180)
#F1C3BF
(241,195,191)
#F2CDCA
(242,205,202)
#F3D7D5
(243,215,213)
#F4E1E0
(244,225,224)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB877D; }

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

This text font color is #EB877D.


Background Color

.myBgColor { background-color: #EB877D; }

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

This div background color is #EB877D.


Border color

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

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

This div border color is #EB877D.


Opacity

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

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

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

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

This text has shadow with #EB877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB877D on black background.


Color preview on white background

This text has color #EB877D on white background.



Black color preview on #EB877D background

This text has black color on #EB877D background.


White color preview on #EB877D background

This text has white color on #EB877D background.