COLOR #EB727E

HEX: #EB727E
RGB: (235,114,126)

Color info

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

RGB color model

#EB727E color RGB value is (235,114,126).

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

RGB channels and saturation

R 235 of 255 = 92%
G 114 of 255 = 45%
B 126 of 255 = 49%

235
114
126

R + G + B ~ 62%. #EB727E is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 114 + 126 = 475 (100%)
R 235 of 475 ~ 49.47%
G 114 of 475 ~ 24%
B 126 of 475 ~ 26.53%

%49.47
%24
%26.53

CMYK color model

#EB727E color CMYK value is (0,51,46,8).

  • cyan value is 0.00%
  • magenta value is 51.49%
  • yellow value is 46.38%
  • key color value is 7.84%
CMYK:
(0,51,46,8)
C0M51Y46K8 
(0%,51%,46%,8%)
(0.00/0.51/0.46/0.08)	

CMYK percentages

%0
%51.49
%46.38
%7.84

Codes

Color #EB727E in popluar color models

EB727E
RGB235114126
HSL354°75.16%68.43%
HSB/HSV354°51.49%92.16%
CMYK0.00%51.49%46.38%
7.84%

Color #EB727E in popluar number systems.

HEXEB727E
Decimal235114126
Binary1110101111100101111110
Octal353162176

Shades and tints

Shades of #EB727E

#EB727E
(235,114,126)
#D66873
(214,104,115)
#C15E68
(193,94,104)
#AC545D
(172,84,93)
#974A52
(151,74,82)
#824047
(130,64,71)
#6D363C
(109,54,60)
#582C31
(88,44,49)
#432226
(67,34,38)
#2E181B
(46,24,27)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #EB727E

#EB727E
(235,114,126)
#EC7E89
(236,126,137)
#ED8A94
(237,138,148)
#EE969F
(238,150,159)
#EFA2AA
(239,162,170)
#F0AEB5
(240,174,181)
#F1BAC0
(241,186,192)
#F2C6CB
(242,198,203)
#F3D2D6
(243,210,214)
#F4DEE1
(244,222,225)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB727E; }

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

This text font color is #EB727E.


Background Color

.myBgColor { background-color: #EB727E; }

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

This div background color is #EB727E.


Border color

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

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

This div border color is #EB727E.


Opacity

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

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

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

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

This text has shadow with #EB727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB727E on black background.


Color preview on white background

This text has color #EB727E on white background.



Black color preview on #EB727E background

This text has black color on #EB727E background.


White color preview on #EB727E background

This text has white color on #EB727E background.