COLOR #E9999D

HEX: #E9999D
RGB: (233,153,157)

Color info

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

RGB color model

#E9999D color RGB value is (233,153,157).

  • red value is 233;
  • green value is 153;
  • blue value is 157.
RGB:
(233,153,157)
(91%,60%,62%)

RGB channels and saturation

R 233 of 255 = 91%
G 153 of 255 = 60%
B 157 of 255 = 62%

233
153
157

R + G + B ~ 71%. #E9999D is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 153 + 157 = 543 (100%)
R 233 of 543 ~ 42.91%
G 153 of 543 ~ 28.18%
B 157 of 543 ~ 28.91%

%42.91
%28.18
%28.91

CMYK color model

#E9999D color CMYK value is (0,34,33,9).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 32.62%
  • key color value is 8.63%
CMYK:
(0,34,33,9)
C0M34Y33K9 
(0%,34%,33%,9%)
(0.00/0.34/0.33/0.09)	

CMYK percentages

%0
%34.33
%32.62
%8.63

Codes

Color #E9999D in popluar color models

E9999D
RGB233153157
HSL357°64.52%75.69%
HSB/HSV357°34.33%91.37%
CMYK0.00%34.33%32.62%
8.63%

Color #E9999D in popluar number systems.

HEXE9999D
Decimal233153157
Binary111010011001100110011101
Octal351231235

Shades and tints

Shades of #E9999D

#E9999D
(233,153,157)
#D48C8F
(212,140,143)
#BF7F81
(191,127,129)
#AA7273
(170,114,115)
#956565
(149,101,101)
#805857
(128,88,87)
#6B4B49
(107,75,73)
#563E3B
(86,62,59)
#41312D
(65,49,45)
#2C241F
(44,36,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #E9999D

#E9999D
(233,153,157)
#EBA2A5
(235,162,165)
#EDABAD
(237,171,173)
#EFB4B5
(239,180,181)
#F1BDBD
(241,189,189)
#F3C6C5
(243,198,197)
#F5CFCD
(245,207,205)
#F7D8D5
(247,216,213)
#F9E1DD
(249,225,221)
#FBEAE5
(251,234,229)
#FDF3ED
(253,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9999D color. Also use rgb(233,153,157) instead hex code.

Text Font Color

.myTextColor { color: #E9999D; }

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

This text font color is #E9999D.


Background Color

.myBgColor { background-color: #E9999D; }

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

This div background color is #E9999D.


Border color

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

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

This div border color is #E9999D.


Opacity

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

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

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

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

This text has shadow with #E9999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9999D on black background.


Color preview on white background

This text has color #E9999D on white background.



Black color preview on #E9999D background

This text has black color on #E9999D background.


White color preview on #E9999D background

This text has white color on #E9999D background.