COLOR #E377AC

HEX: #E377AC
RGB: (227,119,172)

Color info

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

RGB color model

#E377AC color RGB value is (227,119,172).

  • red value is 227;
  • green value is 119;
  • blue value is 172.
RGB:
(227,119,172)
(89%,47%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 119 of 255 = 47%
B 172 of 255 = 67%

227
119
172

R + G + B ~ 68%. #E377AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 119 + 172 = 518 (100%)
R 227 of 518 ~ 43.82%
G 119 of 518 ~ 22.97%
B 172 of 518 ~ 33.2%

%43.82
%22.97
%33.2

CMYK color model

#E377AC color CMYK value is (0,48,24,11).

  • cyan value is 0.00%
  • magenta value is 47.58%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(0,48,24,11)
C0M48Y24K11 
(0%,48%,24%,11%)
(0.00/0.48/0.24/0.11)	

CMYK percentages

%0
%47.58
%24.23
%10.98

Codes

Color #E377AC in popluar color models

E377AC
RGB227119172
HSL331°65.85%67.84%
HSB/HSV331°47.58%89.02%
CMYK0.00%47.58%24.23%
10.98%

Color #E377AC in popluar number systems.

HEXE377AC
Decimal227119172
Binary11100011111011110101100
Octal343167254

Shades and tints

Shades of #E377AC

#E377AC
(227,119,172)
#CF6D9D
(207,109,157)
#BB638E
(187,99,142)
#A7597F
(167,89,127)
#934F70
(147,79,112)
#7F4561
(127,69,97)
#6B3B52
(107,59,82)
#573143
(87,49,67)
#432734
(67,39,52)
#2F1D25
(47,29,37)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #E377AC

#E377AC
(227,119,172)
#E583B3
(229,131,179)
#E78FBA
(231,143,186)
#E99BC1
(233,155,193)
#EBA7C8
(235,167,200)
#EDB3CF
(237,179,207)
#EFBFD6
(239,191,214)
#F1CBDD
(241,203,221)
#F3D7E4
(243,215,228)
#F5E3EB
(245,227,235)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E377AC color. Also use rgb(227,119,172) instead hex code.

Text Font Color

.myTextColor { color: #E377AC; }

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

This text font color is #E377AC.


Background Color

.myBgColor { background-color: #E377AC; }

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

This div background color is #E377AC.


Border color

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

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

This div border color is #E377AC.


Opacity

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

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

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

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

This text has shadow with #E377AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E377AC on black background.


Color preview on white background

This text has color #E377AC on white background.



Black color preview on #E377AC background

This text has black color on #E377AC background.


White color preview on #E377AC background

This text has white color on #E377AC background.