COLOR #E96894

HEX: #E96894
RGB: (233,104,148)

Color info

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

RGB color model

#E96894 color RGB value is (233,104,148).

  • red value is 233;
  • green value is 104;
  • blue value is 148.
RGB:
(233,104,148)
(91%,41%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 104 of 255 = 41%
B 148 of 255 = 58%

233
104
148

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

Portions of RGB colors in percentages

R + G + B =
233 + 104 + 148 = 485 (100%)
R 233 of 485 ~ 48.04%
G 104 of 485 ~ 21.44%
B 148 of 485 ~ 30.52%

%48.04
%21.44
%30.52

CMYK color model

#E96894 color CMYK value is (0,55,36,9).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(0,55,36,9)
C0M55Y36K9 
(0%,55%,36%,9%)
(0.00/0.55/0.36/0.09)	

CMYK percentages

%0
%55.36
%36.48
%8.63

Codes

Color #E96894 in popluar color models

E96894
RGB233104148
HSL340°74.57%66.08%
HSB/HSV340°55.36%91.37%
CMYK0.00%55.36%36.48%
8.63%

Color #E96894 in popluar number systems.

HEXE96894
Decimal233104148
Binary11101001110100010010100
Octal351150224

Shades and tints

Shades of #E96894

#E96894
(233,104,148)
#D45F87
(212,95,135)
#BF567A
(191,86,122)
#AA4D6D
(170,77,109)
#954460
(149,68,96)
#803B53
(128,59,83)
#6B3246
(107,50,70)
#562939
(86,41,57)
#41202C
(65,32,44)
#2C171F
(44,23,31)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #E96894

#E96894
(233,104,148)
#EB759D
(235,117,157)
#ED82A6
(237,130,166)
#EF8FAF
(239,143,175)
#F19CB8
(241,156,184)
#F3A9C1
(243,169,193)
#F5B6CA
(245,182,202)
#F7C3D3
(247,195,211)
#F9D0DC
(249,208,220)
#FBDDE5
(251,221,229)
#FDEAEE
(253,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96894 color. Also use rgb(233,104,148) instead hex code.

Text Font Color

.myTextColor { color: #E96894; }

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

This text font color is #E96894.


Background Color

.myBgColor { background-color: #E96894; }

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

This div background color is #E96894.


Border color

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

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

This div border color is #E96894.


Opacity

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

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

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

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

This text has shadow with #E96894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96894 on black background.


Color preview on white background

This text has color #E96894 on white background.



Black color preview on #E96894 background

This text has black color on #E96894 background.


White color preview on #E96894 background

This text has white color on #E96894 background.