COLOR #E99193

HEX: #E99193
RGB: (233,145,147)

Color info

#E99193 contains mainly red color. Web safe color of #E99193 is #FF9999 (or #F99).

RGB color model

#E99193 color RGB value is (233,145,147).

  • red value is 233;
  • green value is 145;
  • blue value is 147.
RGB:
(233,145,147)
(91%,57%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 145 of 255 = 57%
B 147 of 255 = 58%

233
145
147

R + G + B ~ 69%. #E99193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 145 + 147 = 525 (100%)
R 233 of 525 ~ 44.38%
G 145 of 525 ~ 27.62%
B 147 of 525 ~ 28%

%44.38
%27.62
%28

CMYK color model

#E99193 color CMYK value is (0,38,37,9).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 36.91%
  • key color value is 8.63%
CMYK:
(0,38,37,9)
C0M38Y37K9 
(0%,38%,37%,9%)
(0.00/0.38/0.37/0.09)	

CMYK percentages

%0
%37.77
%36.91
%8.63

Codes

Color #E99193 in popluar color models

E99193
RGB233145147
HSL359°66.67%74.12%
HSB/HSV359°37.77%91.37%
CMYK0.00%37.77%36.91%
8.63%

Color #E99193 in popluar number systems.

HEXE99193
Decimal233145147
Binary111010011001000110010011
Octal351221223

Shades and tints

Shades of #E99193

#E99193
(233,145,147)
#D48486
(212,132,134)
#BF7779
(191,119,121)
#AA6A6C
(170,106,108)
#955D5F
(149,93,95)
#805052
(128,80,82)
#6B4345
(107,67,69)
#563638
(86,54,56)
#41292B
(65,41,43)
#2C1C1E
(44,28,30)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #E99193

#E99193
(233,145,147)
#EB9B9C
(235,155,156)
#EDA5A5
(237,165,165)
#EFAFAE
(239,175,174)
#F1B9B7
(241,185,183)
#F3C3C0
(243,195,192)
#F5CDC9
(245,205,201)
#F7D7D2
(247,215,210)
#F9E1DB
(249,225,219)
#FBEBE4
(251,235,228)
#FDF5ED
(253,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99193 color. Also use rgb(233,145,147) instead hex code.

Text Font Color

.myTextColor { color: #E99193; }

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

This text font color is #E99193.


Background Color

.myBgColor { background-color: #E99193; }

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

This div background color is #E99193.


Border color

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

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

This div border color is #E99193.


Opacity

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

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

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

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

This text has shadow with #E99193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99193 on black background.


Color preview on white background

This text has color #E99193 on white background.



Black color preview on #E99193 background

This text has black color on #E99193 background.


White color preview on #E99193 background

This text has white color on #E99193 background.