COLOR #E97482

HEX: #E97482
RGB: (233,116,130)

Color info

#E97482 contains mainly red color. Web safe color of #E97482 is #FF6699 (or #F69).

RGB color model

#E97482 color RGB value is (233,116,130).

  • red value is 233;
  • green value is 116;
  • blue value is 130.
RGB:
(233,116,130)
(91%,45%,51%)

RGB channels and saturation

R 233 of 255 = 91%
G 116 of 255 = 45%
B 130 of 255 = 51%

233
116
130

R + G + B ~ 62%. #E97482 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 116 + 130 = 479 (100%)
R 233 of 479 ~ 48.64%
G 116 of 479 ~ 24.22%
B 130 of 479 ~ 27.14%

%48.64
%24.22
%27.14

CMYK color model

#E97482 color CMYK value is (0,50,44,9).

  • cyan value is 0.00%
  • magenta value is 50.21%
  • yellow value is 44.21%
  • key color value is 8.63%
CMYK:
(0,50,44,9)
C0M50Y44K9 
(0%,50%,44%,9%)
(0.00/0.50/0.44/0.09)	

CMYK percentages

%0
%50.21
%44.21
%8.63

Codes

Color #E97482 in popluar color models

E97482
RGB233116130
HSL353°72.67%68.43%
HSB/HSV353°50.21%91.37%
CMYK0.00%50.21%44.21%
8.63%

Color #E97482 in popluar number systems.

HEXE97482
Decimal233116130
Binary11101001111010010000010
Octal351164202

Shades and tints

Shades of #E97482

#E97482
(233,116,130)
#D46A77
(212,106,119)
#BF606C
(191,96,108)
#AA5661
(170,86,97)
#954C56
(149,76,86)
#80424B
(128,66,75)
#6B3840
(107,56,64)
#562E35
(86,46,53)
#41242A
(65,36,42)
#2C1A1F
(44,26,31)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #E97482

#E97482
(233,116,130)
#EB808D
(235,128,141)
#ED8C98
(237,140,152)
#EF98A3
(239,152,163)
#F1A4AE
(241,164,174)
#F3B0B9
(243,176,185)
#F5BCC4
(245,188,196)
#F7C8CF
(247,200,207)
#F9D4DA
(249,212,218)
#FBE0E5
(251,224,229)
#FDECF0
(253,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E97482 color. Also use rgb(233,116,130) instead hex code.

Text Font Color

.myTextColor { color: #E97482; }

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

This text font color is #E97482.


Background Color

.myBgColor { background-color: #E97482; }

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

This div background color is #E97482.


Border color

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

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

This div border color is #E97482.


Opacity

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

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

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

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

This text has shadow with #E97482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E97482 on black background.


Color preview on white background

This text has color #E97482 on white background.



Black color preview on #E97482 background

This text has black color on #E97482 background.


White color preview on #E97482 background

This text has white color on #E97482 background.