COLOR #E96296

HEX: #E96296
RGB: (233,98,150)

Color info

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

RGB color model

#E96296 color RGB value is (233,98,150).

  • red value is 233;
  • green value is 98;
  • blue value is 150.
RGB:
(233,98,150)
(91%,38%,59%)

RGB channels and saturation

R 233 of 255 = 91%
G 98 of 255 = 38%
B 150 of 255 = 59%

233
98
150

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

Portions of RGB colors in percentages

R + G + B =
233 + 98 + 150 = 481 (100%)
R 233 of 481 ~ 48.44%
G 98 of 481 ~ 20.37%
B 150 of 481 ~ 31.19%

%48.44
%20.37
%31.19

CMYK color model

#E96296 color CMYK value is (0,58,36,9).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 35.62%
  • key color value is 8.63%
CMYK:
(0,58,36,9)
C0M58Y36K9 
(0%,58%,36%,9%)
(0.00/0.58/0.36/0.09)	

CMYK percentages

%0
%57.94
%35.62
%8.63

Codes

Color #E96296 in popluar color models

E96296
RGB23398150
HSL337°75.42%64.90%
HSB/HSV337°57.94%91.37%
CMYK0.00%57.94%35.62%
8.63%

Color #E96296 in popluar number systems.

HEXE96296
Decimal23398150
Binary11101001110001010010110
Octal351142226

Shades and tints

Shades of #E96296

#E96296
(233,98,150)
#D45A89
(212,90,137)
#BF527C
(191,82,124)
#AA4A6F
(170,74,111)
#954262
(149,66,98)
#803A55
(128,58,85)
#6B3248
(107,50,72)
#562A3B
(86,42,59)
#41222E
(65,34,46)
#2C1A21
(44,26,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #E96296

#E96296
(233,98,150)
#EB709F
(235,112,159)
#ED7EA8
(237,126,168)
#EF8CB1
(239,140,177)
#F19ABA
(241,154,186)
#F3A8C3
(243,168,195)
#F5B6CC
(245,182,204)
#F7C4D5
(247,196,213)
#F9D2DE
(249,210,222)
#FBE0E7
(251,224,231)
#FDEEF0
(253,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96296 color. Also use rgb(233,98,150) instead hex code.

Text Font Color

.myTextColor { color: #E96296; }

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

This text font color is #E96296.


Background Color

.myBgColor { background-color: #E96296; }

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

This div background color is #E96296.


Border color

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

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

This div border color is #E96296.


Opacity

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

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

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

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

This text has shadow with #E96296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96296 on black background.


Color preview on white background

This text has color #E96296 on white background.



Black color preview on #E96296 background

This text has black color on #E96296 background.


White color preview on #E96296 background

This text has white color on #E96296 background.