COLOR #E97FD8

HEX: #E97FD8
RGB: (233,127,216)

Color info

#E97FD8 contains mainly red and blue colors. Web safe color of #E97FD8 is #FF66CC (or #F6C).

RGB color model

#E97FD8 color RGB value is (233,127,216).

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

RGB channels and saturation

R 233 of 255 = 91%
G 127 of 255 = 50%
B 216 of 255 = 85%

233
127
216

R + G + B ~ 75%. #E97FD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 127 + 216 = 576 (100%)
R 233 of 576 ~ 40.45%
G 127 of 576 ~ 22.05%
B 216 of 576 ~ 37.5%

%40.45
%22.05
%37.5

CMYK color model

#E97FD8 color CMYK value is (0,45,7,9).

  • cyan value is 0.00%
  • magenta value is 45.49%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK:
(0,45,7,9)
C0M45Y7K9 
(0%,45%,7%,9%)
(0.00/0.45/0.07/0.09)	

CMYK percentages

%0
%45.49
%7.3
%8.63

Codes

Color #E97FD8 in popluar color models

E97FD8
RGB233127216
HSL310°70.67%70.59%
HSB/HSV310°45.49%91.37%
CMYK0.00%45.49%7.30%
8.63%

Color #E97FD8 in popluar number systems.

HEXE97FD8
Decimal233127216
Binary11101001111111111011000
Octal351177330

Shades and tints

Shades of #E97FD8

#E97FD8
(233,127,216)
#D474C5
(212,116,197)
#BF69B2
(191,105,178)
#AA5E9F
(170,94,159)
#95538C
(149,83,140)
#804879
(128,72,121)
#6B3D66
(107,61,102)
#563253
(86,50,83)
#412740
(65,39,64)
#2C1C2D
(44,28,45)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #E97FD8

#E97FD8
(233,127,216)
#EB8ADB
(235,138,219)
#ED95DE
(237,149,222)
#EFA0E1
(239,160,225)
#F1ABE4
(241,171,228)
#F3B6E7
(243,182,231)
#F5C1EA
(245,193,234)
#F7CCED
(247,204,237)
#F9D7F0
(249,215,240)
#FBE2F3
(251,226,243)
#FDEDF6
(253,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E97FD8; }

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

This text font color is #E97FD8.


Background Color

.myBgColor { background-color: #E97FD8; }

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

This div background color is #E97FD8.


Border color

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

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

This div border color is #E97FD8.


Opacity

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

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

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

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

This text has shadow with #E97FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97FD8 on black background.


Color preview on white background

This text has color #E97FD8 on white background.



Black color preview on #E97FD8 background

This text has black color on #E97FD8 background.


White color preview on #E97FD8 background

This text has white color on #E97FD8 background.