COLOR #E16993

HEX: #E16993 RGB: (225,105,147)

Color info

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

RGB color model

#E16993 color RGB value is (225,105,147).

RGB: (225,105,147) (88%, 41%, 58%)

RGB channels and saturation

R 225 of 255 = 88%
G 105 of 255 = 41%
B 147 of 255 = 58%

225
105
147

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

Portions of RGB colors in percentages

R + G + B = 225 + 105 + 147 = 477 (100%)
R 225 of 477 ~ 47.17%
G 105 of 477 ~ 22.01%
B 147 of 477 ~ 30.82'%

%47.17
%22.01
%30.82

CMYK color model

#E16993 color CMYK value is (0,53,35,12).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 34.67%
  • key color value is 11.76%

CMYK: (0,53,35,12)
C0M53Y35K12 (0%, 53%, 35%, 12%)
(0.00 / 0.53 / 0.35 / 0.12)

CMYK percentages

%0
%53.33
%34.67
%11.76

Codes

Color #E16993 in popluar color models

E1 69 93
RGB 225 105 147
HSL 339° 66.67% 64.71%
HSB/HSV 339° 53.33% 88.24%
CMYK 0.00% 53.33% 34.67%
11.76%

Color #E16993 in popluar number systems.

HEX E1 69 93
Decimal 225 105 147
Binary 11100001 1101001 10010011
Octal 341 151 223

Shades and tints

Shades of #E16993

#E16993
(225,105,147)
#CD6086
(205,96,134)
#B95779
(185,87,121)
#A54E6C
(165,78,108)
#91455F
(145,69,95)
#7D3C52
(125,60,82)
#693345
(105,51,69)
#552A38
(85,42,56)
#41212B
(65,33,43)
#2D181E
(45,24,30)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #E16993

#E16993
(225,105,147)
#E3769C
(227,118,156)
#E583A5
(229,131,165)
#E790AE
(231,144,174)
#E99DB7
(233,157,183)
#EBAAC0
(235,170,192)
#EDB7C9
(237,183,201)
#EFC4D2
(239,196,210)
#F1D1DB
(241,209,219)
#F3DEE4
(243,222,228)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16993 color. Also use rgb(225,105,147) instead hex code.

Text Font Color

.myTextColor { color: #E16993; }

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

This text font color is #E16993.

Background Color

.myBgColor { background-color: #E16993; }

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

This div background color is #E16993.

Border color

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

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

This div border color is #E16993.

Opacity

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

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

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

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

This text has shadow with #E16993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E16993.

Preview

Color preview on black background

This text has color #E16993 on black background.


Color preview on white background

This text has color #E16993 on white background.


Black color preview on #E16993 background

This text has black color on #E16993 background.


White color preview on #E16993 background

This text has white color on #E16993 background.


Related colors

Complementary color

Complementary color for #hex is #1E966C.


I love getcolorcode.com

Triadic colors

1 #93E169 and #6993E1 with #E16993 are triadic colors.

2 #9369E1 and #69E193 with #E16993 are triadic colors.