COLOR #EB5C72

HEX: #EB5C72
RGB: (235,92,114)

Color info

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

RGB color model

#EB5C72 color RGB value is (235,92,114).

  • red value is 235;
  • green value is 92;
  • blue value is 114.
RGB:
(235,92,114)
(92%,36%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 92 of 255 = 36%
B 114 of 255 = 45%

235
92
114

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

Portions of RGB colors in percentages

R + G + B =
235 + 92 + 114 = 441 (100%)
R 235 of 441 ~ 53.29%
G 92 of 441 ~ 20.86%
B 114 of 441 ~ 25.85%

%53.29
%20.86
%25.85

CMYK color model

#EB5C72 color CMYK value is (0,61,51,8).

  • cyan value is 0.00%
  • magenta value is 60.85%
  • yellow value is 51.49%
  • key color value is 7.84%
CMYK:
(0,61,51,8)
C0M61Y51K8 
(0%,61%,51%,8%)
(0.00/0.61/0.51/0.08)	

CMYK percentages

%0
%60.85
%51.49
%7.84

Codes

Color #EB5C72 in popluar color models

EB5C72
RGB23592114
HSL351°78.14%64.12%
HSB/HSV351°60.85%92.16%
CMYK0.00%60.85%51.49%
7.84%

Color #EB5C72 in popluar number systems.

HEXEB5C72
Decimal23592114
Binary1110101110111001110010
Octal353134162

Shades and tints

Shades of #EB5C72

#EB5C72
(235,92,114)
#D65468
(214,84,104)
#C14C5E
(193,76,94)
#AC4454
(172,68,84)
#973C4A
(151,60,74)
#823440
(130,52,64)
#6D2C36
(109,44,54)
#58242C
(88,36,44)
#431C22
(67,28,34)
#2E1418
(46,20,24)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #EB5C72

#EB5C72
(235,92,114)
#EC6A7E
(236,106,126)
#ED788A
(237,120,138)
#EE8696
(238,134,150)
#EF94A2
(239,148,162)
#F0A2AE
(240,162,174)
#F1B0BA
(241,176,186)
#F2BEC6
(242,190,198)
#F3CCD2
(243,204,210)
#F4DADE
(244,218,222)
#F5E8EA
(245,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5C72 color. Also use rgb(235,92,114) instead hex code.

Text Font Color

.myTextColor { color: #EB5C72; }

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

This text font color is #EB5C72.


Background Color

.myBgColor { background-color: #EB5C72; }

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

This div background color is #EB5C72.


Border color

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

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

This div border color is #EB5C72.


Opacity

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

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

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

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

This text has shadow with #EB5C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5C72 on black background.


Color preview on white background

This text has color #EB5C72 on white background.



Black color preview on #EB5C72 background

This text has black color on #EB5C72 background.


White color preview on #EB5C72 background

This text has white color on #EB5C72 background.