COLOR #EF6FAC

HEX: #EF6FAC
RGB: (239,111,172)

Color info

#EF6FAC contains mainly red color. Web safe color of #EF6FAC is #FF6699 (or #F69).

RGB color model

#EF6FAC color RGB value is (239,111,172).

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

RGB channels and saturation

R 239 of 255 = 94%
G 111 of 255 = 44%
B 172 of 255 = 67%

239
111
172

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

Portions of RGB colors in percentages

R + G + B =
239 + 111 + 172 = 522 (100%)
R 239 of 522 ~ 45.79%
G 111 of 522 ~ 21.26%
B 172 of 522 ~ 32.95%

%45.79
%21.26
%32.95

CMYK color model

#EF6FAC color CMYK value is (0,54,28,6).

  • cyan value is 0.00%
  • magenta value is 53.56%
  • yellow value is 28.03%
  • key color value is 6.27%
CMYK:
(0,54,28,6)
C0M54Y28K6 
(0%,54%,28%,6%)
(0.00/0.54/0.28/0.06)	

CMYK percentages

%0
%53.56
%28.03
%6.27

Codes

Color #EF6FAC in popluar color models

EF6FAC
RGB239111172
HSL331°80.00%68.63%
HSB/HSV331°53.56%93.73%
CMYK0.00%53.56%28.03%
6.27%

Color #EF6FAC in popluar number systems.

HEXEF6FAC
Decimal239111172
Binary11101111110111110101100
Octal357157254

Shades and tints

Shades of #EF6FAC

#EF6FAC
(239,111,172)
#DA659D
(218,101,157)
#C55B8E
(197,91,142)
#B0517F
(176,81,127)
#9B4770
(155,71,112)
#863D61
(134,61,97)
#713352
(113,51,82)
#5C2943
(92,41,67)
#471F34
(71,31,52)
#321525
(50,21,37)
#1D0B16
(29,11,22)
#000000
(0,0,0)

Tints of #EF6FAC

#EF6FAC
(239,111,172)
#F07CB3
(240,124,179)
#F189BA
(241,137,186)
#F296C1
(242,150,193)
#F3A3C8
(243,163,200)
#F4B0CF
(244,176,207)
#F5BDD6
(245,189,214)
#F6CADD
(246,202,221)
#F7D7E4
(247,215,228)
#F8E4EB
(248,228,235)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF6FAC; }

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

This text font color is #EF6FAC.


Background Color

.myBgColor { background-color: #EF6FAC; }

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

This div background color is #EF6FAC.


Border color

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

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

This div border color is #EF6FAC.


Opacity

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

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

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

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

This text has shadow with #EF6FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6FAC on black background.


Color preview on white background

This text has color #EF6FAC on white background.



Black color preview on #EF6FAC background

This text has black color on #EF6FAC background.


White color preview on #EF6FAC background

This text has white color on #EF6FAC background.