COLOR #E97FAC

HEX: #E97FAC
RGB: (233,127,172)

Color info

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

RGB color model

#E97FAC color RGB value is (233,127,172).

  • red value is 233;
  • green value is 127;
  • blue value is 172.
RGB:
(233,127,172)
(91%,50%,67%)

RGB channels and saturation

R 233 of 255 = 91%
G 127 of 255 = 50%
B 172 of 255 = 67%

233
127
172

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

Portions of RGB colors in percentages

R + G + B =
233 + 127 + 172 = 532 (100%)
R 233 of 532 ~ 43.8%
G 127 of 532 ~ 23.87%
B 172 of 532 ~ 32.33%

%43.8
%23.87
%32.33

CMYK color model

#E97FAC color CMYK value is (0,45,26,9).

  • cyan value is 0.00%
  • magenta value is 45.49%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(0,45,26,9)
C0M45Y26K9 
(0%,45%,26%,9%)
(0.00/0.45/0.26/0.09)	

CMYK percentages

%0
%45.49
%26.18
%8.63

Codes

Color #E97FAC in popluar color models

E97FAC
RGB233127172
HSL335°70.67%70.59%
HSB/HSV335°45.49%91.37%
CMYK0.00%45.49%26.18%
8.63%

Color #E97FAC in popluar number systems.

HEXE97FAC
Decimal233127172
Binary11101001111111110101100
Octal351177254

Shades and tints

Shades of #E97FAC

#E97FAC
(233,127,172)
#D4749D
(212,116,157)
#BF698E
(191,105,142)
#AA5E7F
(170,94,127)
#955370
(149,83,112)
#804861
(128,72,97)
#6B3D52
(107,61,82)
#563243
(86,50,67)
#412734
(65,39,52)
#2C1C25
(44,28,37)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #E97FAC

#E97FAC
(233,127,172)
#EB8AB3
(235,138,179)
#ED95BA
(237,149,186)
#EFA0C1
(239,160,193)
#F1ABC8
(241,171,200)
#F3B6CF
(243,182,207)
#F5C1D6
(245,193,214)
#F7CCDD
(247,204,221)
#F9D7E4
(249,215,228)
#FBE2EB
(251,226,235)
#FDEDF2
(253,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97FAC color. Also use rgb(233,127,172) instead hex code.

Text Font Color

.myTextColor { color: #E97FAC; }

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

This text font color is #E97FAC.


Background Color

.myBgColor { background-color: #E97FAC; }

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

This div background color is #E97FAC.


Border color

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

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

This div border color is #E97FAC.


Opacity

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

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

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

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

This text has shadow with #E97FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97FAC on black background.


Color preview on white background

This text has color #E97FAC on white background.



Black color preview on #E97FAC background

This text has black color on #E97FAC background.


White color preview on #E97FAC background

This text has white color on #E97FAC background.