COLOR #E97CD1

HEX: #E97CD1
RGB: (233,124,209)

Color info

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

RGB color model

#E97CD1 color RGB value is (233,124,209).

  • red value is 233;
  • green value is 124;
  • blue value is 209.
RGB:
(233,124,209)
(91%,49%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 124 of 255 = 49%
B 209 of 255 = 82%

233
124
209

R + G + B ~ 74%. #E97CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 124 + 209 = 566 (100%)
R 233 of 566 ~ 41.17%
G 124 of 566 ~ 21.91%
B 209 of 566 ~ 36.93%

%41.17
%21.91
%36.93

CMYK color model

#E97CD1 color CMYK value is (0,47,10,9).

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(0,47,10,9)
C0M47Y10K9 
(0%,47%,10%,9%)
(0.00/0.47/0.10/0.09)	

CMYK percentages

%0
%46.78
%10.3
%8.63

Codes

Color #E97CD1 in popluar color models

E97CD1
RGB233124209
HSL313°71.24%70.00%
HSB/HSV313°46.78%91.37%
CMYK0.00%46.78%10.30%
8.63%

Color #E97CD1 in popluar number systems.

HEXE97CD1
Decimal233124209
Binary11101001111110011010001
Octal351174321

Shades and tints

Shades of #E97CD1

#E97CD1
(233,124,209)
#D471BE
(212,113,190)
#BF66AB
(191,102,171)
#AA5B98
(170,91,152)
#955085
(149,80,133)
#804572
(128,69,114)
#6B3A5F
(107,58,95)
#562F4C
(86,47,76)
#412439
(65,36,57)
#2C1926
(44,25,38)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #E97CD1

#E97CD1
(233,124,209)
#EB87D5
(235,135,213)
#ED92D9
(237,146,217)
#EF9DDD
(239,157,221)
#F1A8E1
(241,168,225)
#F3B3E5
(243,179,229)
#F5BEE9
(245,190,233)
#F7C9ED
(247,201,237)
#F9D4F1
(249,212,241)
#FBDFF5
(251,223,245)
#FDEAF9
(253,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97CD1 color. Also use rgb(233,124,209) instead hex code.

Text Font Color

.myTextColor { color: #E97CD1; }

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

This text font color is #E97CD1.


Background Color

.myBgColor { background-color: #E97CD1; }

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

This div background color is #E97CD1.


Border color

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

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

This div border color is #E97CD1.


Opacity

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

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

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

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

This text has shadow with #E97CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97CD1 on black background.


Color preview on white background

This text has color #E97CD1 on white background.



Black color preview on #E97CD1 background

This text has black color on #E97CD1 background.


White color preview on #E97CD1 background

This text has white color on #E97CD1 background.