COLOR #E677D1

HEX: #E677D1
RGB: (230,119,209)

Color info

#E677D1 contains mainly red and blue colors. Web safe color of #E677D1 is #CC66CC (or #C6C).

RGB color model

#E677D1 color RGB value is (230,119,209).

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

RGB channels and saturation

R 230 of 255 = 90%
G 119 of 255 = 47%
B 209 of 255 = 82%

230
119
209

R + G + B ~ 73%. #E677D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 119 + 209 = 558 (100%)
R 230 of 558 ~ 41.22%
G 119 of 558 ~ 21.33%
B 209 of 558 ~ 37.46%

%41.22
%21.33
%37.46

CMYK color model

#E677D1 color CMYK value is (0,48,9,10).

  • cyan value is 0.00%
  • magenta value is 48.26%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(0,48,9,10)
C0M48Y9K10 
(0%,48%,9%,10%)
(0.00/0.48/0.09/0.10)	

CMYK percentages

%0
%48.26
%9.13
%9.8

Codes

Color #E677D1 in popluar color models

E677D1
RGB230119209
HSL311°68.94%68.43%
HSB/HSV311°48.26%90.20%
CMYK0.00%48.26%9.13%
9.80%

Color #E677D1 in popluar number systems.

HEXE677D1
Decimal230119209
Binary11100110111011111010001
Octal346167321

Shades and tints

Shades of #E677D1

#E677D1
(230,119,209)
#D26DBE
(210,109,190)
#BE63AB
(190,99,171)
#AA5998
(170,89,152)
#964F85
(150,79,133)
#824572
(130,69,114)
#6E3B5F
(110,59,95)
#5A314C
(90,49,76)
#462739
(70,39,57)
#321D26
(50,29,38)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #E677D1

#E677D1
(230,119,209)
#E883D5
(232,131,213)
#EA8FD9
(234,143,217)
#EC9BDD
(236,155,221)
#EEA7E1
(238,167,225)
#F0B3E5
(240,179,229)
#F2BFE9
(242,191,233)
#F4CBED
(244,203,237)
#F6D7F1
(246,215,241)
#F8E3F5
(248,227,245)
#FAEFF9
(250,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E677D1; }

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

This text font color is #E677D1.


Background Color

.myBgColor { background-color: #E677D1; }

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

This div background color is #E677D1.


Border color

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

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

This div border color is #E677D1.


Opacity

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

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

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

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

This text has shadow with #E677D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E677D1 on black background.


Color preview on white background

This text has color #E677D1 on white background.



Black color preview on #E677D1 background

This text has black color on #E677D1 background.


White color preview on #E677D1 background

This text has white color on #E677D1 background.