COLOR #E97F92

HEX: #E97F92
RGB: (233,127,146)

Color info

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

RGB color model

#E97F92 color RGB value is (233,127,146).

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

RGB channels and saturation

R 233 of 255 = 91%
G 127 of 255 = 50%
B 146 of 255 = 57%

233
127
146

R + G + B ~ 66%. #E97F92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 127 + 146 = 506 (100%)
R 233 of 506 ~ 46.05%
G 127 of 506 ~ 25.1%
B 146 of 506 ~ 28.85%

%46.05
%25.1
%28.85

CMYK color model

#E97F92 color CMYK value is (0,45,37,9).

  • cyan value is 0.00%
  • magenta value is 45.49%
  • yellow value is 37.34%
  • key color value is 8.63%
CMYK:
(0,45,37,9)
C0M45Y37K9 
(0%,45%,37%,9%)
(0.00/0.45/0.37/0.09)	

CMYK percentages

%0
%45.49
%37.34
%8.63

Codes

Color #E97F92 in popluar color models

E97F92
RGB233127146
HSL349°70.67%70.59%
HSB/HSV349°45.49%91.37%
CMYK0.00%45.49%37.34%
8.63%

Color #E97F92 in popluar number systems.

HEXE97F92
Decimal233127146
Binary11101001111111110010010
Octal351177222

Shades and tints

Shades of #E97F92

#E97F92
(233,127,146)
#D47485
(212,116,133)
#BF6978
(191,105,120)
#AA5E6B
(170,94,107)
#95535E
(149,83,94)
#804851
(128,72,81)
#6B3D44
(107,61,68)
#563237
(86,50,55)
#41272A
(65,39,42)
#2C1C1D
(44,28,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #E97F92

#E97F92
(233,127,146)
#EB8A9B
(235,138,155)
#ED95A4
(237,149,164)
#EFA0AD
(239,160,173)
#F1ABB6
(241,171,182)
#F3B6BF
(243,182,191)
#F5C1C8
(245,193,200)
#F7CCD1
(247,204,209)
#F9D7DA
(249,215,218)
#FBE2E3
(251,226,227)
#FDEDEC
(253,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E97F92; }

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

This text font color is #E97F92.


Background Color

.myBgColor { background-color: #E97F92; }

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

This div background color is #E97F92.


Border color

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

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

This div border color is #E97F92.


Opacity

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

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

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

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

This text has shadow with #E97F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97F92 on black background.


Color preview on white background

This text has color #E97F92 on white background.



Black color preview on #E97F92 background

This text has black color on #E97F92 background.


White color preview on #E97F92 background

This text has white color on #E97F92 background.