COLOR #EB6E68

HEX: #EB6E68
RGB: (235,110,104)

Color info

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

RGB color model

#EB6E68 color RGB value is (235,110,104).

  • red value is 235;
  • green value is 110;
  • blue value is 104.
RGB:
(235,110,104)
(92%,43%,41%)

RGB channels and saturation

R 235 of 255 = 92%
G 110 of 255 = 43%
B 104 of 255 = 41%

235
110
104

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

Portions of RGB colors in percentages

R + G + B =
235 + 110 + 104 = 449 (100%)
R 235 of 449 ~ 52.34%
G 110 of 449 ~ 24.5%
B 104 of 449 ~ 23.16%

%52.34
%24.5
%23.16

CMYK color model

#EB6E68 color CMYK value is (0,53,56,8).

  • cyan value is 0.00%
  • magenta value is 53.19%
  • yellow value is 55.74%
  • key color value is 7.84%
CMYK:
(0,53,56,8)
C0M53Y56K8 
(0%,53%,56%,8%)
(0.00/0.53/0.56/0.08)	

CMYK percentages

%0
%53.19
%55.74
%7.84

Codes

Color #EB6E68 in popluar color models

EB6E68
RGB235110104
HSL76.61%66.47%
HSB/HSV55.74%92.16%
CMYK0.00%53.19%55.74%
7.84%

Color #EB6E68 in popluar number systems.

HEXEB6E68
Decimal235110104
Binary1110101111011101101000
Octal353156150

Shades and tints

Shades of #EB6E68

#EB6E68
(235,110,104)
#D6645F
(214,100,95)
#C15A56
(193,90,86)
#AC504D
(172,80,77)
#974644
(151,70,68)
#823C3B
(130,60,59)
#6D3232
(109,50,50)
#582829
(88,40,41)
#431E20
(67,30,32)
#2E1417
(46,20,23)
#190A0E
(25,10,14)
#000000
(0,0,0)

Tints of #EB6E68

#EB6E68
(235,110,104)
#EC7B75
(236,123,117)
#ED8882
(237,136,130)
#EE958F
(238,149,143)
#EFA29C
(239,162,156)
#F0AFA9
(240,175,169)
#F1BCB6
(241,188,182)
#F2C9C3
(242,201,195)
#F3D6D0
(243,214,208)
#F4E3DD
(244,227,221)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6E68 color. Also use rgb(235,110,104) instead hex code.

Text Font Color

.myTextColor { color: #EB6E68; }

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

This text font color is #EB6E68.


Background Color

.myBgColor { background-color: #EB6E68; }

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

This div background color is #EB6E68.


Border color

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

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

This div border color is #EB6E68.


Opacity

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

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

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

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

This text has shadow with #EB6E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6E68 on black background.


Color preview on white background

This text has color #EB6E68 on white background.



Black color preview on #EB6E68 background

This text has black color on #EB6E68 background.


White color preview on #EB6E68 background

This text has white color on #EB6E68 background.