COLOR #E997A3

HEX: #E997A3
RGB: (233,151,163)

Color info

#E997A3 contains mainly red color. Web safe color of #E997A3 is #FF9999 (or #F99).

RGB color model

#E997A3 color RGB value is (233,151,163).

  • red value is 233;
  • green value is 151;
  • blue value is 163.
RGB:
(233,151,163)
(91%,59%,64%)

RGB channels and saturation

R 233 of 255 = 91%
G 151 of 255 = 59%
B 163 of 255 = 64%

233
151
163

R + G + B ~ 71%. #E997A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 151 + 163 = 547 (100%)
R 233 of 547 ~ 42.6%
G 151 of 547 ~ 27.61%
B 163 of 547 ~ 29.8%

%42.6
%27.61
%29.8

CMYK color model

#E997A3 color CMYK value is (0,35,30,9).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 30.04%
  • key color value is 8.63%
CMYK:
(0,35,30,9)
C0M35Y30K9 
(0%,35%,30%,9%)
(0.00/0.35/0.30/0.09)	

CMYK percentages

%0
%35.19
%30.04
%8.63

Codes

Color #E997A3 in popluar color models

E997A3
RGB233151163
HSL351°65.08%75.29%
HSB/HSV351°35.19%91.37%
CMYK0.00%35.19%30.04%
8.63%

Color #E997A3 in popluar number systems.

HEXE997A3
Decimal233151163
Binary111010011001011110100011
Octal351227243

Shades and tints

Shades of #E997A3

#E997A3
(233,151,163)
#D48A95
(212,138,149)
#BF7D87
(191,125,135)
#AA7079
(170,112,121)
#95636B
(149,99,107)
#80565D
(128,86,93)
#6B494F
(107,73,79)
#563C41
(86,60,65)
#412F33
(65,47,51)
#2C2225
(44,34,37)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #E997A3

#E997A3
(233,151,163)
#EBA0AB
(235,160,171)
#EDA9B3
(237,169,179)
#EFB2BB
(239,178,187)
#F1BBC3
(241,187,195)
#F3C4CB
(243,196,203)
#F5CDD3
(245,205,211)
#F7D6DB
(247,214,219)
#F9DFE3
(249,223,227)
#FBE8EB
(251,232,235)
#FDF1F3
(253,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E997A3 color. Also use rgb(233,151,163) instead hex code.

Text Font Color

.myTextColor { color: #E997A3; }

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

This text font color is #E997A3.


Background Color

.myBgColor { background-color: #E997A3; }

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

This div background color is #E997A3.


Border color

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

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

This div border color is #E997A3.


Opacity

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

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

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

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

This text has shadow with #E997A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E997A3 on black background.


Color preview on white background

This text has color #E997A3 on white background.



Black color preview on #E997A3 background

This text has black color on #E997A3 background.


White color preview on #E997A3 background

This text has white color on #E997A3 background.