COLOR #E16FAC

HEX: #E16FAC
RGB: (225,111,172)

Color info

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

RGB color model

#E16FAC color RGB value is (225,111,172).

  • red value is 225;
  • green value is 111;
  • blue value is 172.
RGB:
(225,111,172)
(88%,44%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 111 of 255 = 44%
B 172 of 255 = 67%

225
111
172

R + G + B ~ 66%. #E16FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 111 + 172 = 508 (100%)
R 225 of 508 ~ 44.29%
G 111 of 508 ~ 21.85%
B 172 of 508 ~ 33.86%

%44.29
%21.85
%33.86

CMYK color model

#E16FAC color CMYK value is (0,51,24,12).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(0,51,24,12)
C0M51Y24K12 
(0%,51%,24%,12%)
(0.00/0.51/0.24/0.12)	

CMYK percentages

%0
%50.67
%23.56
%11.76

Codes

Color #E16FAC in popluar color models

E16FAC
RGB225111172
HSL328°65.52%65.88%
HSB/HSV328°50.67%88.24%
CMYK0.00%50.67%23.56%
11.76%

Color #E16FAC in popluar number systems.

HEXE16FAC
Decimal225111172
Binary11100001110111110101100
Octal341157254

Shades and tints

Shades of #E16FAC

#E16FAC
(225,111,172)
#CD659D
(205,101,157)
#B95B8E
(185,91,142)
#A5517F
(165,81,127)
#914770
(145,71,112)
#7D3D61
(125,61,97)
#693352
(105,51,82)
#552943
(85,41,67)
#411F34
(65,31,52)
#2D1525
(45,21,37)
#190B16
(25,11,22)
#000000
(0,0,0)

Tints of #E16FAC

#E16FAC
(225,111,172)
#E37CB3
(227,124,179)
#E589BA
(229,137,186)
#E796C1
(231,150,193)
#E9A3C8
(233,163,200)
#EBB0CF
(235,176,207)
#EDBDD6
(237,189,214)
#EFCADD
(239,202,221)
#F1D7E4
(241,215,228)
#F3E4EB
(243,228,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16FAC color. Also use rgb(225,111,172) instead hex code.

Text Font Color

.myTextColor { color: #E16FAC; }

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

This text font color is #E16FAC.


Background Color

.myBgColor { background-color: #E16FAC; }

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

This div background color is #E16FAC.


Border color

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

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

This div border color is #E16FAC.


Opacity

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

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

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

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

This text has shadow with #E16FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16FAC on black background.


Color preview on white background

This text has color #E16FAC on white background.



Black color preview on #E16FAC background

This text has black color on #E16FAC background.


White color preview on #E16FAC background

This text has white color on #E16FAC background.