COLOR #EB7785

HEX: #EB7785
RGB: (235,119,133)

Color info

#EB7785 contains mainly red color. Web safe color of #EB7785 is #FF6699 (or #F69).

RGB color model

#EB7785 color RGB value is (235,119,133).

  • red value is 235;
  • green value is 119;
  • blue value is 133.
RGB:
(235,119,133)
(92%,47%,52%)

RGB channels and saturation

R 235 of 255 = 92%
G 119 of 255 = 47%
B 133 of 255 = 52%

235
119
133

R + G + B ~ 64%. #EB7785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 119 + 133 = 487 (100%)
R 235 of 487 ~ 48.25%
G 119 of 487 ~ 24.44%
B 133 of 487 ~ 27.31%

%48.25
%24.44
%27.31

CMYK color model

#EB7785 color CMYK value is (0,49,43,8).

  • cyan value is 0.00%
  • magenta value is 49.36%
  • yellow value is 43.40%
  • key color value is 7.84%
CMYK:
(0,49,43,8)
C0M49Y43K8 
(0%,49%,43%,8%)
(0.00/0.49/0.43/0.08)	

CMYK percentages

%0
%49.36
%43.4
%7.84

Codes

Color #EB7785 in popluar color models

EB7785
RGB235119133
HSL353°74.36%69.41%
HSB/HSV353°49.36%92.16%
CMYK0.00%49.36%43.40%
7.84%

Color #EB7785 in popluar number systems.

HEXEB7785
Decimal235119133
Binary11101011111011110000101
Octal353167205

Shades and tints

Shades of #EB7785

#EB7785
(235,119,133)
#D66D79
(214,109,121)
#C1636D
(193,99,109)
#AC5961
(172,89,97)
#974F55
(151,79,85)
#824549
(130,69,73)
#6D3B3D
(109,59,61)
#583131
(88,49,49)
#432725
(67,39,37)
#2E1D19
(46,29,25)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #EB7785

#EB7785
(235,119,133)
#EC8390
(236,131,144)
#ED8F9B
(237,143,155)
#EE9BA6
(238,155,166)
#EFA7B1
(239,167,177)
#F0B3BC
(240,179,188)
#F1BFC7
(241,191,199)
#F2CBD2
(242,203,210)
#F3D7DD
(243,215,221)
#F4E3E8
(244,227,232)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7785 color. Also use rgb(235,119,133) instead hex code.

Text Font Color

.myTextColor { color: #EB7785; }

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

This text font color is #EB7785.


Background Color

.myBgColor { background-color: #EB7785; }

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

This div background color is #EB7785.


Border color

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

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

This div border color is #EB7785.


Opacity

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

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

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

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

This text has shadow with #EB7785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7785 on black background.


Color preview on white background

This text has color #EB7785 on white background.



Black color preview on #EB7785 background

This text has black color on #EB7785 background.


White color preview on #EB7785 background

This text has white color on #EB7785 background.