COLOR #E391AC

HEX: #E391AC
RGB: (227,145,172)

Color info

#E391AC contains mainly red and blue colors. Web safe color of #E391AC is #CC9999 (or #C99).

RGB color model

#E391AC color RGB value is (227,145,172).

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

RGB channels and saturation

R 227 of 255 = 89%
G 145 of 255 = 57%
B 172 of 255 = 67%

227
145
172

R + G + B ~ 71%. #E391AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 145 + 172 = 544 (100%)
R 227 of 544 ~ 41.73%
G 145 of 544 ~ 26.65%
B 172 of 544 ~ 31.62%

%41.73
%26.65
%31.62

CMYK color model

#E391AC color CMYK value is (0,36,24,11).

  • cyan value is 0.00%
  • magenta value is 36.12%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(0,36,24,11)
C0M36Y24K11 
(0%,36%,24%,11%)
(0.00/0.36/0.24/0.11)	

CMYK percentages

%0
%36.12
%24.23
%10.98

Codes

Color #E391AC in popluar color models

E391AC
RGB227145172
HSL340°59.42%72.94%
HSB/HSV340°36.12%89.02%
CMYK0.00%36.12%24.23%
10.98%

Color #E391AC in popluar number systems.

HEXE391AC
Decimal227145172
Binary111000111001000110101100
Octal343221254

Shades and tints

Shades of #E391AC

#E391AC
(227,145,172)
#CF849D
(207,132,157)
#BB778E
(187,119,142)
#A76A7F
(167,106,127)
#935D70
(147,93,112)
#7F5061
(127,80,97)
#6B4352
(107,67,82)
#573643
(87,54,67)
#432934
(67,41,52)
#2F1C25
(47,28,37)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #E391AC

#E391AC
(227,145,172)
#E59BB3
(229,155,179)
#E7A5BA
(231,165,186)
#E9AFC1
(233,175,193)
#EBB9C8
(235,185,200)
#EDC3CF
(237,195,207)
#EFCDD6
(239,205,214)
#F1D7DD
(241,215,221)
#F3E1E4
(243,225,228)
#F5EBEB
(245,235,235)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E391AC; }

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

This text font color is #E391AC.


Background Color

.myBgColor { background-color: #E391AC; }

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

This div background color is #E391AC.


Border color

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

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

This div border color is #E391AC.


Opacity

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

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

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

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

This text has shadow with #E391AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E391AC on black background.


Color preview on white background

This text has color #E391AC on white background.



Black color preview on #E391AC background

This text has black color on #E391AC background.


White color preview on #E391AC background

This text has white color on #E391AC background.