COLOR #E16E91

HEX: #E16E91 RGB: (225,110,145)

Color info

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

RGB color model

#E16E91 color RGB value is (225,110,145).

RGB: (225,110,145) (88%, 43%, 57%)

RGB channels and saturation

R 225 of 255 = 88%
G 110 of 255 = 43%
B 145 of 255 = 57%

225
110
145

R + G + B ~ 63%. #E16E91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 110 + 145 = 480 (100%)
R 225 of 480 ~ 46.88%
G 110 of 480 ~ 22.92%
B 145 of 480 ~ 30.21'%

%46.88
%22.92
%30.21

CMYK color model

#E16E91 color CMYK value is (0,51,36,12).

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 35.56%
  • key color value is 11.76%

CMYK: (0,51,36,12)
C0M51Y36K12 (0%, 51%, 36%, 12%)
(0.00 / 0.51 / 0.36 / 0.12)

CMYK percentages

%0
%51.11
%35.56
%11.76

Codes

Color #E16E91 in popluar color models

E1 6E 91
RGB 225 110 145
HSL 342° 65.71% 65.69%
HSB/HSV 342° 51.11% 88.24%
CMYK 0.00% 51.11% 35.56%
11.76%

Color #E16E91 in popluar number systems.

HEX E1 6E 91
Decimal 225 110 145
Binary 11100001 1101110 10010001
Octal 341 156 221

Shades and tints

Shades of #E16E91

#E16E91
(225,110,145)
#CD6484
(205,100,132)
#B95A77
(185,90,119)
#A5506A
(165,80,106)
#91465D
(145,70,93)
#7D3C50
(125,60,80)
#693243
(105,50,67)
#552836
(85,40,54)
#411E29
(65,30,41)
#2D141C
(45,20,28)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #E16E91

#E16E91
(225,110,145)
#E37B9B
(227,123,155)
#E588A5
(229,136,165)
#E795AF
(231,149,175)
#E9A2B9
(233,162,185)
#EBAFC3
(235,175,195)
#EDBCCD
(237,188,205)
#EFC9D7
(239,201,215)
#F1D6E1
(241,214,225)
#F3E3EB
(243,227,235)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16E91 color. Also use rgb(225,110,145) instead hex code.

Text Font Color

.myTextColor { color: #E16E91; }

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

This text font color is #E16E91.

Background Color

.myBgColor { background-color: #E16E91; }

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

This div background color is #E16E91.

Border color

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

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

This div border color is #E16E91.

Opacity

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

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

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

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

This text has shadow with #E16E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E16E91.

Preview

Color preview on black background

This text has color #E16E91 on black background.


Color preview on white background

This text has color #E16E91 on white background.


Black color preview on #E16E91 background

This text has black color on #E16E91 background.


White color preview on #E16E91 background

This text has white color on #E16E91 background.


Related colors

Complementary color

Complementary color for #hex is #1E916E.


I love getcolorcode.com

Triadic colors

1 #91E16E and #6E91E1 with #E16E91 are triadic colors.

2 #916EE1 and #6EE191 with #E16E91 are triadic colors.