COLOR #EB5674

HEX: #EB5674
RGB: (235,86,116)

Color info

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

RGB color model

#EB5674 color RGB value is (235,86,116).

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

RGB channels and saturation

R 235 of 255 = 92%
G 86 of 255 = 34%
B 116 of 255 = 45%

235
86
116

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

Portions of RGB colors in percentages

R + G + B =
235 + 86 + 116 = 437 (100%)
R 235 of 437 ~ 53.78%
G 86 of 437 ~ 19.68%
B 116 of 437 ~ 26.54%

%53.78
%19.68
%26.54

CMYK color model

#EB5674 color CMYK value is (0,63,51,8).

  • cyan value is 0.00%
  • magenta value is 63.40%
  • yellow value is 50.64%
  • key color value is 7.84%
CMYK:
(0,63,51,8)
C0M63Y51K8 
(0%,63%,51%,8%)
(0.00/0.63/0.51/0.08)	

CMYK percentages

%0
%63.4
%50.64
%7.84

Codes

Color #EB5674 in popluar color models

EB5674
RGB23586116
HSL348°78.84%62.94%
HSB/HSV348°63.40%92.16%
CMYK0.00%63.40%50.64%
7.84%

Color #EB5674 in popluar number systems.

HEXEB5674
Decimal23586116
Binary1110101110101101110100
Octal353126164

Shades and tints

Shades of #EB5674

#EB5674
(235,86,116)
#D64F6A
(214,79,106)
#C14860
(193,72,96)
#AC4156
(172,65,86)
#973A4C
(151,58,76)
#823342
(130,51,66)
#6D2C38
(109,44,56)
#58252E
(88,37,46)
#431E24
(67,30,36)
#2E171A
(46,23,26)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #EB5674

#EB5674
(235,86,116)
#EC6580
(236,101,128)
#ED748C
(237,116,140)
#EE8398
(238,131,152)
#EF92A4
(239,146,164)
#F0A1B0
(240,161,176)
#F1B0BC
(241,176,188)
#F2BFC8
(242,191,200)
#F3CED4
(243,206,212)
#F4DDE0
(244,221,224)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB5674; }

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

This text font color is #EB5674.


Background Color

.myBgColor { background-color: #EB5674; }

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

This div background color is #EB5674.


Border color

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

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

This div border color is #EB5674.


Opacity

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

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

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

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

This text has shadow with #EB5674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5674 on black background.


Color preview on white background

This text has color #EB5674 on white background.



Black color preview on #EB5674 background

This text has black color on #EB5674 background.


White color preview on #EB5674 background

This text has white color on #EB5674 background.