COLOR #E97BE5

HEX: #E97BE5 RGB: (233,123,229)

Color info

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

RGB color model

#E97BE5 color RGB value is (233,123,229).

RGB: (233,123,229) (91%, 48%, 90%)

RGB channels and saturation

R 233 of 255 = 91%
G 123 of 255 = 48%
B 229 of 255 = 90%

233
123
229

R + G + B ~ 76%. #E97BE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 123 + 229 = 585 (100%)
R 233 of 585 ~ 39.83%
G 123 of 585 ~ 21.03%
B 229 of 585 ~ 39.15'%

%39.83
%21.03
%39.15

CMYK color model

#E97BE5 color CMYK value is (0,47,2,9).

  • cyan value is 0.00%
  • magenta value is 47.21%
  • yellow value is 1.72%
  • key color value is 8.63%

CMYK: (0,47,2,9)
C0M47Y2K9 (0%, 47%, 2%, 9%)
(0.00 / 0.47 / 0.02 / 0.09)

CMYK percentages

%0
%47.21
%1.72
%8.63

Codes

Color #E97BE5 in popluar color models

E9 7B E5
RGB 233 123 229
HSL 302° 71.43% 69.80%
HSB/HSV 302° 47.21% 91.37%
CMYK 0.00% 47.21% 1.72%
8.63%

Color #E97BE5 in popluar number systems.

HEX E9 7B E5
Decimal 233 123 229
Binary 11101001 1111011 11100101
Octal 351 173 345

Shades and tints

Shades of #E97BE5

#E97BE5
(233,123,229)
#D470D1
(212,112,209)
#BF65BD
(191,101,189)
#AA5AA9
(170,90,169)
#954F95
(149,79,149)
#804481
(128,68,129)
#6B396D
(107,57,109)
#562E59
(86,46,89)
#412345
(65,35,69)
#2C1831
(44,24,49)
#170D1D
(23,13,29)
#000000
(0,0,0)

Tints of #E97BE5

#E97BE5
(233,123,229)
#EB87E7
(235,135,231)
#ED93E9
(237,147,233)
#EF9FEB
(239,159,235)
#F1ABED
(241,171,237)
#F3B7EF
(243,183,239)
#F5C3F1
(245,195,241)
#F7CFF3
(247,207,243)
#F9DBF5
(249,219,245)
#FBE7F7
(251,231,247)
#FDF3F9
(253,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97BE5 color. Also use rgb(233,123,229) instead hex code.

Text Font Color

.myTextColor { color: #E97BE5; }

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

This text font color is #E97BE5.

Background Color

.myBgColor { background-color: #E97BE5; }

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

This div background color is #E97BE5.

Border color

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

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

This div border color is #E97BE5.

Opacity

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

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

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

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

This text has shadow with #E97BE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E97BE5.

Preview

Color preview on black background

This text has color #E97BE5 on black background.


Color preview on white background

This text has color #E97BE5 on white background.


Black color preview on #E97BE5 background

This text has black color on #E97BE5 background.


White color preview on #E97BE5 background

This text has white color on #E97BE5 background.


Related colors

Complementary color

Complementary color for #hex is #16841A.


I love getcolorcode.com

Triadic colors

1 #E5E97B and #7BE5E9 with #E97BE5 are triadic colors.

2 #E57BE9 and #7BE9E5 with #E97BE5 are triadic colors.