COLOR #E97EE7

HEX: #E97EE7
RGB: (233,126,231)

Color info

#E97EE7 contains mainly red and blue colors. Web safe color of #E97EE7 is #FF66FF (or #F6F).

RGB color model

#E97EE7 color RGB value is (233,126,231).

  • red value is 233;
  • green value is 126;
  • blue value is 231.
RGB:
(233,126,231)
(91%,49%,91%)

RGB channels and saturation

R 233 of 255 = 91%
G 126 of 255 = 49%
B 231 of 255 = 91%

233
126
231

R + G + B ~ 77%. #E97EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 126 + 231 = 590 (100%)
R 233 of 590 ~ 39.49%
G 126 of 590 ~ 21.36%
B 231 of 590 ~ 39.15%

%39.49
%21.36
%39.15

CMYK color model

#E97EE7 color CMYK value is (0,46,1,9).

  • cyan value is 0.00%
  • magenta value is 45.92%
  • yellow value is 0.86%
  • key color value is 8.63%
CMYK:
(0,46,1,9)
C0M46Y1K9 
(0%,46%,1%,9%)
(0.00/0.46/0.01/0.09)	

CMYK percentages

%0
%45.92
%0.86
%8.63

Codes

Color #E97EE7 in popluar color models

E97EE7
RGB233126231
HSL301°70.86%70.39%
HSB/HSV301°45.92%91.37%
CMYK0.00%45.92%0.86%
8.63%

Color #E97EE7 in popluar number systems.

HEXE97EE7
Decimal233126231
Binary11101001111111011100111
Octal351176347

Shades and tints

Shades of #E97EE7

#E97EE7
(233,126,231)
#D473D2
(212,115,210)
#BF68BD
(191,104,189)
#AA5DA8
(170,93,168)
#955293
(149,82,147)
#80477E
(128,71,126)
#6B3C69
(107,60,105)
#563154
(86,49,84)
#41263F
(65,38,63)
#2C1B2A
(44,27,42)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #E97EE7

#E97EE7
(233,126,231)
#EB89E9
(235,137,233)
#ED94EB
(237,148,235)
#EF9FED
(239,159,237)
#F1AAEF
(241,170,239)
#F3B5F1
(243,181,241)
#F5C0F3
(245,192,243)
#F7CBF5
(247,203,245)
#F9D6F7
(249,214,247)
#FBE1F9
(251,225,249)
#FDECFB
(253,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97EE7 color. Also use rgb(233,126,231) instead hex code.

Text Font Color

.myTextColor { color: #E97EE7; }

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

This text font color is #E97EE7.


Background Color

.myBgColor { background-color: #E97EE7; }

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

This div background color is #E97EE7.


Border color

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

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

This div border color is #E97EE7.


Opacity

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

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

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

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

This text has shadow with #E97EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97EE7 on black background.


Color preview on white background

This text has color #E97EE7 on white background.



Black color preview on #E97EE7 background

This text has black color on #E97EE7 background.


White color preview on #E97EE7 background

This text has white color on #E97EE7 background.