COLOR #E677B1

HEX: #E677B1
RGB: (230,119,177)

Color info

#E677B1 contains mainly red and blue colors. Web safe color of #E677B1 is #CC6699 (or #C69).

RGB color model

#E677B1 color RGB value is (230,119,177).

  • red value is 230;
  • green value is 119;
  • blue value is 177.
RGB:
(230,119,177)
(90%,47%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 119 of 255 = 47%
B 177 of 255 = 69%

230
119
177

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

Portions of RGB colors in percentages

R + G + B =
230 + 119 + 177 = 526 (100%)
R 230 of 526 ~ 43.73%
G 119 of 526 ~ 22.62%
B 177 of 526 ~ 33.65%

%43.73
%22.62
%33.65

CMYK color model

#E677B1 color CMYK value is (0,48,23,10).

  • cyan value is 0.00%
  • magenta value is 48.26%
  • yellow value is 23.04%
  • key color value is 9.80%
CMYK:
(0,48,23,10)
C0M48Y23K10 
(0%,48%,23%,10%)
(0.00/0.48/0.23/0.10)	

CMYK percentages

%0
%48.26
%23.04
%9.8

Codes

Color #E677B1 in popluar color models

E677B1
RGB230119177
HSL329°68.94%68.43%
HSB/HSV329°48.26%90.20%
CMYK0.00%48.26%23.04%
9.80%

Color #E677B1 in popluar number systems.

HEXE677B1
Decimal230119177
Binary11100110111011110110001
Octal346167261

Shades and tints

Shades of #E677B1

#E677B1
(230,119,177)
#D26DA1
(210,109,161)
#BE6391
(190,99,145)
#AA5981
(170,89,129)
#964F71
(150,79,113)
#824561
(130,69,97)
#6E3B51
(110,59,81)
#5A3141
(90,49,65)
#462731
(70,39,49)
#321D21
(50,29,33)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E677B1

#E677B1
(230,119,177)
#E883B8
(232,131,184)
#EA8FBF
(234,143,191)
#EC9BC6
(236,155,198)
#EEA7CD
(238,167,205)
#F0B3D4
(240,179,212)
#F2BFDB
(242,191,219)
#F4CBE2
(244,203,226)
#F6D7E9
(246,215,233)
#F8E3F0
(248,227,240)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E677B1 color. Also use rgb(230,119,177) instead hex code.

Text Font Color

.myTextColor { color: #E677B1; }

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

This text font color is #E677B1.


Background Color

.myBgColor { background-color: #E677B1; }

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

This div background color is #E677B1.


Border color

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

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

This div border color is #E677B1.


Opacity

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

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

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

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

This text has shadow with #E677B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E677B1 on black background.


Color preview on white background

This text has color #E677B1 on white background.



Black color preview on #E677B1 background

This text has black color on #E677B1 background.


White color preview on #E677B1 background

This text has white color on #E677B1 background.