COLOR #E16B8C

HEX: #E16B8C
RGB: (225,107,140)

Color info

#E16B8C contains mainly red color. Web safe color of #E16B8C is #CC6699 (or #C69).

RGB color model

#E16B8C color RGB value is (225,107,140).

  • red value is 225;
  • green value is 107;
  • blue value is 140.
RGB:
(225,107,140)
(88%,42%,55%)

RGB channels and saturation

R 225 of 255 = 88%
G 107 of 255 = 42%
B 140 of 255 = 55%

225
107
140

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

Portions of RGB colors in percentages

R + G + B =
225 + 107 + 140 = 472 (100%)
R 225 of 472 ~ 47.67%
G 107 of 472 ~ 22.67%
B 140 of 472 ~ 29.66%

%47.67
%22.67
%29.66

CMYK color model

#E16B8C color CMYK value is (0,52,38,12).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK:
(0,52,38,12)
C0M52Y38K12 
(0%,52%,38%,12%)
(0.00/0.52/0.38/0.12)	

CMYK percentages

%0
%52.44
%37.78
%11.76

Codes

Color #E16B8C in popluar color models

E16B8C
RGB225107140
HSL343°66.29%65.10%
HSB/HSV343°52.44%88.24%
CMYK0.00%52.44%37.78%
11.76%

Color #E16B8C in popluar number systems.

HEXE16B8C
Decimal225107140
Binary11100001110101110001100
Octal341153214

Shades and tints

Shades of #E16B8C

#E16B8C
(225,107,140)
#CD6280
(205,98,128)
#B95974
(185,89,116)
#A55068
(165,80,104)
#91475C
(145,71,92)
#7D3E50
(125,62,80)
#693544
(105,53,68)
#552C38
(85,44,56)
#41232C
(65,35,44)
#2D1A20
(45,26,32)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #E16B8C

#E16B8C
(225,107,140)
#E37896
(227,120,150)
#E585A0
(229,133,160)
#E792AA
(231,146,170)
#E99FB4
(233,159,180)
#EBACBE
(235,172,190)
#EDB9C8
(237,185,200)
#EFC6D2
(239,198,210)
#F1D3DC
(241,211,220)
#F3E0E6
(243,224,230)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16B8C color. Also use rgb(225,107,140) instead hex code.

Text Font Color

.myTextColor { color: #E16B8C; }

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

This text font color is #E16B8C.


Background Color

.myBgColor { background-color: #E16B8C; }

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

This div background color is #E16B8C.


Border color

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

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

This div border color is #E16B8C.


Opacity

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

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

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

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

This text has shadow with #E16B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16B8C on black background.


Color preview on white background

This text has color #E16B8C on white background.



Black color preview on #E16B8C background

This text has black color on #E16B8C background.


White color preview on #E16B8C background

This text has white color on #E16B8C background.