COLOR #E978B3

HEX: #E978B3
RGB: (233,120,179)

Color info

#E978B3 contains mainly red and blue colors. Web safe color of #E978B3 is #FF6699 (or #F69).

RGB color model

#E978B3 color RGB value is (233,120,179).

  • red value is 233;
  • green value is 120;
  • blue value is 179.
RGB:
(233,120,179)
(91%,47%,70%)

RGB channels and saturation

R 233 of 255 = 91%
G 120 of 255 = 47%
B 179 of 255 = 70%

233
120
179

R + G + B ~ 69%. #E978B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 120 + 179 = 532 (100%)
R 233 of 532 ~ 43.8%
G 120 of 532 ~ 22.56%
B 179 of 532 ~ 33.65%

%43.8
%22.56
%33.65

CMYK color model

#E978B3 color CMYK value is (0,48,23,9).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 23.18%
  • key color value is 8.63%
CMYK:
(0,48,23,9)
C0M48Y23K9 
(0%,48%,23%,9%)
(0.00/0.48/0.23/0.09)	

CMYK percentages

%0
%48.5
%23.18
%8.63

Codes

Color #E978B3 in popluar color models

E978B3
RGB233120179
HSL329°71.97%69.22%
HSB/HSV329°48.50%91.37%
CMYK0.00%48.50%23.18%
8.63%

Color #E978B3 in popluar number systems.

HEXE978B3
Decimal233120179
Binary11101001111100010110011
Octal351170263

Shades and tints

Shades of #E978B3

#E978B3
(233,120,179)
#D46EA3
(212,110,163)
#BF6493
(191,100,147)
#AA5A83
(170,90,131)
#955073
(149,80,115)
#804663
(128,70,99)
#6B3C53
(107,60,83)
#563243
(86,50,67)
#412833
(65,40,51)
#2C1E23
(44,30,35)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #E978B3

#E978B3
(233,120,179)
#EB84B9
(235,132,185)
#ED90BF
(237,144,191)
#EF9CC5
(239,156,197)
#F1A8CB
(241,168,203)
#F3B4D1
(243,180,209)
#F5C0D7
(245,192,215)
#F7CCDD
(247,204,221)
#F9D8E3
(249,216,227)
#FBE4E9
(251,228,233)
#FDF0EF
(253,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E978B3 color. Also use rgb(233,120,179) instead hex code.

Text Font Color

.myTextColor { color: #E978B3; }

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

This text font color is #E978B3.


Background Color

.myBgColor { background-color: #E978B3; }

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

This div background color is #E978B3.


Border color

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

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

This div border color is #E978B3.


Opacity

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

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

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

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

This text has shadow with #E978B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E978B3 on black background.


Color preview on white background

This text has color #E978B3 on white background.



Black color preview on #E978B3 background

This text has black color on #E978B3 background.


White color preview on #E978B3 background

This text has white color on #E978B3 background.