COLOR #E340AC

HEX: #E340AC
RGB: (227,64,172)

Color info

#E340AC contains mainly red and blue colors. Web safe color of #E340AC is #CC3399 (or #C39).

RGB color model

#E340AC color RGB value is (227,64,172).

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

RGB channels and saturation

R 227 of 255 = 89%
G 64 of 255 = 25%
B 172 of 255 = 67%

227
64
172

R + G + B ~ 60%. #E340AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
227 + 64 + 172 = 463 (100%)
R 227 of 463 ~ 49.03%
G 64 of 463 ~ 13.82%
B 172 of 463 ~ 37.15%

%49.03
%13.82
%37.15

CMYK color model

#E340AC color CMYK value is (0,72,24,11).

  • cyan value is 0.00%
  • magenta value is 71.81%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(0,72,24,11)
C0M72Y24K11 
(0%,72%,24%,11%)
(0.00/0.72/0.24/0.11)	

CMYK percentages

%0
%71.81
%24.23
%10.98

Codes

Color #E340AC in popluar color models

E340AC
RGB22764172
HSL320°74.43%57.06%
HSB/HSV320°71.81%89.02%
CMYK0.00%71.81%24.23%
10.98%

Color #E340AC in popluar number systems.

HEXE340AC
Decimal22764172
Binary11100011100000010101100
Octal343100254

Shades and tints

Shades of #E340AC

#E340AC
(227,64,172)
#CF3B9D
(207,59,157)
#BB368E
(187,54,142)
#A7317F
(167,49,127)
#932C70
(147,44,112)
#7F2761
(127,39,97)
#6B2252
(107,34,82)
#571D43
(87,29,67)
#431834
(67,24,52)
#2F1325
(47,19,37)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #E340AC

#E340AC
(227,64,172)
#E551B3
(229,81,179)
#E762BA
(231,98,186)
#E973C1
(233,115,193)
#EB84C8
(235,132,200)
#ED95CF
(237,149,207)
#EFA6D6
(239,166,214)
#F1B7DD
(241,183,221)
#F3C8E4
(243,200,228)
#F5D9EB
(245,217,235)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E340AC; }

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

This text font color is #E340AC.


Background Color

.myBgColor { background-color: #E340AC; }

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

This div background color is #E340AC.


Border color

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

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

This div border color is #E340AC.


Opacity

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

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

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

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

This text has shadow with #E340AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E340AC on black background.


Color preview on white background

This text has color #E340AC on white background.



Black color preview on #E340AC background

This text has black color on #E340AC background.


White color preview on #E340AC background

This text has white color on #E340AC background.