COLOR #E16F72

HEX: #E16F72
RGB: (225,111,114)

Color info

#E16F72 contains mainly red color. Web safe color of #E16F72 is #CC6666 (or #C66).

RGB color model

#E16F72 color RGB value is (225,111,114).

  • red value is 225;
  • green value is 111;
  • blue value is 114.
RGB:
(225,111,114)
(88%,44%,45%)

RGB channels and saturation

R 225 of 255 = 88%
G 111 of 255 = 44%
B 114 of 255 = 45%

225
111
114

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

Portions of RGB colors in percentages

R + G + B =
225 + 111 + 114 = 450 (100%)
R 225 of 450 ~ 50%
G 111 of 450 ~ 24.67%
B 114 of 450 ~ 25.33%

%50
%24.67
%25.33

CMYK color model

#E16F72 color CMYK value is (0,51,49,12).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 49.33%
  • key color value is 11.76%
CMYK:
(0,51,49,12)
C0M51Y49K12 
(0%,51%,49%,12%)
(0.00/0.51/0.49/0.12)	

CMYK percentages

%0
%50.67
%49.33
%11.76

Codes

Color #E16F72 in popluar color models

E16F72
RGB225111114
HSL358°65.52%65.88%
HSB/HSV358°50.67%88.24%
CMYK0.00%50.67%49.33%
11.76%

Color #E16F72 in popluar number systems.

HEXE16F72
Decimal225111114
Binary1110000111011111110010
Octal341157162

Shades and tints

Shades of #E16F72

#E16F72
(225,111,114)
#CD6568
(205,101,104)
#B95B5E
(185,91,94)
#A55154
(165,81,84)
#91474A
(145,71,74)
#7D3D40
(125,61,64)
#693336
(105,51,54)
#55292C
(85,41,44)
#411F22
(65,31,34)
#2D1518
(45,21,24)
#190B0E
(25,11,14)
#000000
(0,0,0)

Tints of #E16F72

#E16F72
(225,111,114)
#E37C7E
(227,124,126)
#E5898A
(229,137,138)
#E79696
(231,150,150)
#E9A3A2
(233,163,162)
#EBB0AE
(235,176,174)
#EDBDBA
(237,189,186)
#EFCAC6
(239,202,198)
#F1D7D2
(241,215,210)
#F3E4DE
(243,228,222)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16F72 color. Also use rgb(225,111,114) instead hex code.

Text Font Color

.myTextColor { color: #E16F72; }

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

This text font color is #E16F72.


Background Color

.myBgColor { background-color: #E16F72; }

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

This div background color is #E16F72.


Border color

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

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

This div border color is #E16F72.


Opacity

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

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

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

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

This text has shadow with #E16F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16F72 on black background.


Color preview on white background

This text has color #E16F72 on white background.



Black color preview on #E16F72 background

This text has black color on #E16F72 background.


White color preview on #E16F72 background

This text has white color on #E16F72 background.