COLOR #EB7170

HEX: #EB7170
RGB: (235,113,112)

Color info

#EB7170 contains mainly red color. Web safe color of #EB7170 is #FF6666 (or #F66).

RGB color model

#EB7170 color RGB value is (235,113,112).

  • red value is 235;
  • green value is 113;
  • blue value is 112.
RGB:
(235,113,112)
(92%,44%,44%)

RGB channels and saturation

R 235 of 255 = 92%
G 113 of 255 = 44%
B 112 of 255 = 44%

235
113
112

R + G + B ~ 60%. #EB7170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 113 + 112 = 460 (100%)
R 235 of 460 ~ 51.09%
G 113 of 460 ~ 24.57%
B 112 of 460 ~ 24.35%

%51.09
%24.57
%24.35

CMYK color model

#EB7170 color CMYK value is (0,52,52,8).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 52.34%
  • key color value is 7.84%
CMYK:
(0,52,52,8)
C0M52Y52K8 
(0%,52%,52%,8%)
(0.00/0.52/0.52/0.08)	

CMYK percentages

%0
%51.91
%52.34
%7.84

Codes

Color #EB7170 in popluar color models

EB7170
RGB235113112
HSL75.46%68.04%
HSB/HSV52.34%92.16%
CMYK0.00%51.91%52.34%
7.84%

Color #EB7170 in popluar number systems.

HEXEB7170
Decimal235113112
Binary1110101111100011110000
Octal353161160

Shades and tints

Shades of #EB7170

#EB7170
(235,113,112)
#D66766
(214,103,102)
#C15D5C
(193,93,92)
#AC5352
(172,83,82)
#974948
(151,73,72)
#823F3E
(130,63,62)
#6D3534
(109,53,52)
#582B2A
(88,43,42)
#432120
(67,33,32)
#2E1716
(46,23,22)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #EB7170

#EB7170
(235,113,112)
#EC7D7D
(236,125,125)
#ED898A
(237,137,138)
#EE9597
(238,149,151)
#EFA1A4
(239,161,164)
#F0ADB1
(240,173,177)
#F1B9BE
(241,185,190)
#F2C5CB
(242,197,203)
#F3D1D8
(243,209,216)
#F4DDE5
(244,221,229)
#F5E9F2
(245,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7170 color. Also use rgb(235,113,112) instead hex code.

Text Font Color

.myTextColor { color: #EB7170; }

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

This text font color is #EB7170.


Background Color

.myBgColor { background-color: #EB7170; }

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

This div background color is #EB7170.


Border color

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

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

This div border color is #EB7170.


Opacity

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

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

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

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

This text has shadow with #EB7170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7170 on black background.


Color preview on white background

This text has color #EB7170 on white background.



Black color preview on #EB7170 background

This text has black color on #EB7170 background.


White color preview on #EB7170 background

This text has white color on #EB7170 background.