COLOR #EC726E

HEX: #EC726E
RGB: (236,114,110)

Color info

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

RGB color model

#EC726E color RGB value is (236,114,110).

  • red value is 236;
  • green value is 114;
  • blue value is 110.
RGB:
(236,114,110)
(93%,45%,43%)

RGB channels and saturation

R 236 of 255 = 93%
G 114 of 255 = 45%
B 110 of 255 = 43%

236
114
110

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

Portions of RGB colors in percentages

R + G + B =
236 + 114 + 110 = 460 (100%)
R 236 of 460 ~ 51.3%
G 114 of 460 ~ 24.78%
B 110 of 460 ~ 23.91%

%51.3
%24.78
%23.91

CMYK color model

#EC726E color CMYK value is (0,52,53,7).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 53.39%
  • key color value is 7.45%
CMYK:
(0,52,53,7)
C0M52Y53K7 
(0%,52%,53%,7%)
(0.00/0.52/0.53/0.07)	

CMYK percentages

%0
%51.69
%53.39
%7.45

Codes

Color #EC726E in popluar color models

EC726E
RGB236114110
HSL76.83%67.84%
HSB/HSV53.39%92.55%
CMYK0.00%51.69%53.39%
7.45%

Color #EC726E in popluar number systems.

HEXEC726E
Decimal236114110
Binary1110110011100101101110
Octal354162156

Shades and tints

Shades of #EC726E

#EC726E
(236,114,110)
#D76864
(215,104,100)
#C25E5A
(194,94,90)
#AD5450
(173,84,80)
#984A46
(152,74,70)
#83403C
(131,64,60)
#6E3632
(110,54,50)
#592C28
(89,44,40)
#44221E
(68,34,30)
#2F1814
(47,24,20)
#1A0E0A
(26,14,10)
#000000
(0,0,0)

Tints of #EC726E

#EC726E
(236,114,110)
#ED7E7B
(237,126,123)
#EE8A88
(238,138,136)
#EF9695
(239,150,149)
#F0A2A2
(240,162,162)
#F1AEAF
(241,174,175)
#F2BABC
(242,186,188)
#F3C6C9
(243,198,201)
#F4D2D6
(244,210,214)
#F5DEE3
(245,222,227)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC726E color. Also use rgb(236,114,110) instead hex code.

Text Font Color

.myTextColor { color: #EC726E; }

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

This text font color is #EC726E.


Background Color

.myBgColor { background-color: #EC726E; }

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

This div background color is #EC726E.


Border color

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

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

This div border color is #EC726E.


Opacity

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

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

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

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

This text has shadow with #EC726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC726E on black background.


Color preview on white background

This text has color #EC726E on white background.



Black color preview on #EC726E background

This text has black color on #EC726E background.


White color preview on #EC726E background

This text has white color on #EC726E background.