COLOR #EB5667

HEX: #EB5667
RGB: (235,86,103)

Color info

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

RGB color model

#EB5667 color RGB value is (235,86,103).

  • red value is 235;
  • green value is 86;
  • blue value is 103.
RGB:
(235,86,103)
(92%,34%,40%)

RGB channels and saturation

R 235 of 255 = 92%
G 86 of 255 = 34%
B 103 of 255 = 40%

235
86
103

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

Portions of RGB colors in percentages

R + G + B =
235 + 86 + 103 = 424 (100%)
R 235 of 424 ~ 55.42%
G 86 of 424 ~ 20.28%
B 103 of 424 ~ 24.29%

%55.42
%20.28
%24.29

CMYK color model

#EB5667 color CMYK value is (0,63,56,8).

  • cyan value is 0.00%
  • magenta value is 63.40%
  • yellow value is 56.17%
  • key color value is 7.84%
CMYK:
(0,63,56,8)
C0M63Y56K8 
(0%,63%,56%,8%)
(0.00/0.63/0.56/0.08)	

CMYK percentages

%0
%63.4
%56.17
%7.84

Codes

Color #EB5667 in popluar color models

EB5667
RGB23586103
HSL353°78.84%62.94%
HSB/HSV353°63.40%92.16%
CMYK0.00%63.40%56.17%
7.84%

Color #EB5667 in popluar number systems.

HEXEB5667
Decimal23586103
Binary1110101110101101100111
Octal353126147

Shades and tints

Shades of #EB5667

#EB5667
(235,86,103)
#D64F5E
(214,79,94)
#C14855
(193,72,85)
#AC414C
(172,65,76)
#973A43
(151,58,67)
#82333A
(130,51,58)
#6D2C31
(109,44,49)
#582528
(88,37,40)
#431E1F
(67,30,31)
#2E1716
(46,23,22)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #EB5667

#EB5667
(235,86,103)
#EC6574
(236,101,116)
#ED7481
(237,116,129)
#EE838E
(238,131,142)
#EF929B
(239,146,155)
#F0A1A8
(240,161,168)
#F1B0B5
(241,176,181)
#F2BFC2
(242,191,194)
#F3CECF
(243,206,207)
#F4DDDC
(244,221,220)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5667 color. Also use rgb(235,86,103) instead hex code.

Text Font Color

.myTextColor { color: #EB5667; }

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

This text font color is #EB5667.


Background Color

.myBgColor { background-color: #EB5667; }

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

This div background color is #EB5667.


Border color

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

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

This div border color is #EB5667.


Opacity

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

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

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

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

This text has shadow with #EB5667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5667 on black background.


Color preview on white background

This text has color #EB5667 on white background.



Black color preview on #EB5667 background

This text has black color on #EB5667 background.


White color preview on #EB5667 background

This text has white color on #EB5667 background.