COLOR #E677A5

HEX: #E677A5
RGB: (230,119,165)

Color info

#E677A5 contains mainly red color. Web safe color of #E677A5 is #CC6699 (or #C69).

RGB color model

#E677A5 color RGB value is (230,119,165).

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

RGB channels and saturation

R 230 of 255 = 90%
G 119 of 255 = 47%
B 165 of 255 = 65%

230
119
165

R + G + B ~ 67%. #E677A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 119 + 165 = 514 (100%)
R 230 of 514 ~ 44.75%
G 119 of 514 ~ 23.15%
B 165 of 514 ~ 32.1%

%44.75
%23.15
%32.1

CMYK color model

#E677A5 color CMYK value is (0,48,28,10).

  • cyan value is 0.00%
  • magenta value is 48.26%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(0,48,28,10)
C0M48Y28K10 
(0%,48%,28%,10%)
(0.00/0.48/0.28/0.10)	

CMYK percentages

%0
%48.26
%28.26
%9.8

Codes

Color #E677A5 in popluar color models

E677A5
RGB230119165
HSL335°68.94%68.43%
HSB/HSV335°48.26%90.20%
CMYK0.00%48.26%28.26%
9.80%

Color #E677A5 in popluar number systems.

HEXE677A5
Decimal230119165
Binary11100110111011110100101
Octal346167245

Shades and tints

Shades of #E677A5

#E677A5
(230,119,165)
#D26D96
(210,109,150)
#BE6387
(190,99,135)
#AA5978
(170,89,120)
#964F69
(150,79,105)
#82455A
(130,69,90)
#6E3B4B
(110,59,75)
#5A313C
(90,49,60)
#46272D
(70,39,45)
#321D1E
(50,29,30)
#1E130F
(30,19,15)
#000000
(0,0,0)

Tints of #E677A5

#E677A5
(230,119,165)
#E883AD
(232,131,173)
#EA8FB5
(234,143,181)
#EC9BBD
(236,155,189)
#EEA7C5
(238,167,197)
#F0B3CD
(240,179,205)
#F2BFD5
(242,191,213)
#F4CBDD
(244,203,221)
#F6D7E5
(246,215,229)
#F8E3ED
(248,227,237)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E677A5; }

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

This text font color is #E677A5.


Background Color

.myBgColor { background-color: #E677A5; }

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

This div background color is #E677A5.


Border color

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

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

This div border color is #E677A5.


Opacity

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

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

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

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

This text has shadow with #E677A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E677A5 on black background.


Color preview on white background

This text has color #E677A5 on white background.



Black color preview on #E677A5 background

This text has black color on #E677A5 background.


White color preview on #E677A5 background

This text has white color on #E677A5 background.