COLOR #E16D85

HEX: #E16D85
RGB: (225,109,133)

Color info

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

RGB color model

#E16D85 color RGB value is (225,109,133).

  • red value is 225;
  • green value is 109;
  • blue value is 133.
RGB:
(225,109,133)
(88%,43%,52%)

RGB channels and saturation

R 225 of 255 = 88%
G 109 of 255 = 43%
B 133 of 255 = 52%

225
109
133

R + G + B ~ 61%. #E16D85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 109 + 133 = 467 (100%)
R 225 of 467 ~ 48.18%
G 109 of 467 ~ 23.34%
B 133 of 467 ~ 28.48%

%48.18
%23.34
%28.48

CMYK color model

#E16D85 color CMYK value is (0,52,41,12).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 40.89%
  • key color value is 11.76%
CMYK:
(0,52,41,12)
C0M52Y41K12 
(0%,52%,41%,12%)
(0.00/0.52/0.41/0.12)	

CMYK percentages

%0
%51.56
%40.89
%11.76

Codes

Color #E16D85 in popluar color models

E16D85
RGB225109133
HSL348°65.91%65.49%
HSB/HSV348°51.56%88.24%
CMYK0.00%51.56%40.89%
11.76%

Color #E16D85 in popluar number systems.

HEXE16D85
Decimal225109133
Binary11100001110110110000101
Octal341155205

Shades and tints

Shades of #E16D85

#E16D85
(225,109,133)
#CD6479
(205,100,121)
#B95B6D
(185,91,109)
#A55261
(165,82,97)
#914955
(145,73,85)
#7D4049
(125,64,73)
#69373D
(105,55,61)
#552E31
(85,46,49)
#412525
(65,37,37)
#2D1C19
(45,28,25)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #E16D85

#E16D85
(225,109,133)
#E37A90
(227,122,144)
#E5879B
(229,135,155)
#E794A6
(231,148,166)
#E9A1B1
(233,161,177)
#EBAEBC
(235,174,188)
#EDBBC7
(237,187,199)
#EFC8D2
(239,200,210)
#F1D5DD
(241,213,221)
#F3E2E8
(243,226,232)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16D85 color. Also use rgb(225,109,133) instead hex code.

Text Font Color

.myTextColor { color: #E16D85; }

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

This text font color is #E16D85.


Background Color

.myBgColor { background-color: #E16D85; }

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

This div background color is #E16D85.


Border color

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

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

This div border color is #E16D85.


Opacity

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

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

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

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

This text has shadow with #E16D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16D85 on black background.


Color preview on white background

This text has color #E16D85 on white background.



Black color preview on #E16D85 background

This text has black color on #E16D85 background.


White color preview on #E16D85 background

This text has white color on #E16D85 background.