COLOR #E96F99

HEX: #E96F99
RGB: (233,111,153)

Color info

#E96F99 contains mainly red color. Web safe color of #E96F99 is #FF6699 (or #F69).

RGB color model

#E96F99 color RGB value is (233,111,153).

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

RGB channels and saturation

R 233 of 255 = 91%
G 111 of 255 = 44%
B 153 of 255 = 60%

233
111
153

R + G + B ~ 65%. #E96F99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 111 + 153 = 497 (100%)
R 233 of 497 ~ 46.88%
G 111 of 497 ~ 22.33%
B 153 of 497 ~ 30.78%

%46.88
%22.33
%30.78

CMYK color model

#E96F99 color CMYK value is (0,52,34,9).

  • cyan value is 0.00%
  • magenta value is 52.36%
  • yellow value is 34.33%
  • key color value is 8.63%
CMYK:
(0,52,34,9)
C0M52Y34K9 
(0%,52%,34%,9%)
(0.00/0.52/0.34/0.09)	

CMYK percentages

%0
%52.36
%34.33
%8.63

Codes

Color #E96F99 in popluar color models

E96F99
RGB233111153
HSL339°73.49%67.45%
HSB/HSV339°52.36%91.37%
CMYK0.00%52.36%34.33%
8.63%

Color #E96F99 in popluar number systems.

HEXE96F99
Decimal233111153
Binary11101001110111110011001
Octal351157231

Shades and tints

Shades of #E96F99

#E96F99
(233,111,153)
#D4658C
(212,101,140)
#BF5B7F
(191,91,127)
#AA5172
(170,81,114)
#954765
(149,71,101)
#803D58
(128,61,88)
#6B334B
(107,51,75)
#56293E
(86,41,62)
#411F31
(65,31,49)
#2C1524
(44,21,36)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #E96F99

#E96F99
(233,111,153)
#EB7CA2
(235,124,162)
#ED89AB
(237,137,171)
#EF96B4
(239,150,180)
#F1A3BD
(241,163,189)
#F3B0C6
(243,176,198)
#F5BDCF
(245,189,207)
#F7CAD8
(247,202,216)
#F9D7E1
(249,215,225)
#FBE4EA
(251,228,234)
#FDF1F3
(253,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E96F99; }

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

This text font color is #E96F99.


Background Color

.myBgColor { background-color: #E96F99; }

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

This div background color is #E96F99.


Border color

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

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

This div border color is #E96F99.


Opacity

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

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

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

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

This text has shadow with #E96F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96F99 on black background.


Color preview on white background

This text has color #E96F99 on white background.



Black color preview on #E96F99 background

This text has black color on #E96F99 background.


White color preview on #E96F99 background

This text has white color on #E96F99 background.