COLOR #EF7AC4

HEX: #EF7AC4
RGB: (239,122,196)

Color info

#EF7AC4 contains mainly red and blue colors. Web safe color of #EF7AC4 is #FF66CC (or #F6C).

RGB color model

#EF7AC4 color RGB value is (239,122,196).

  • red value is 239;
  • green value is 122;
  • blue value is 196.
RGB:
(239,122,196)
(94%,48%,77%)

RGB channels and saturation

R 239 of 255 = 94%
G 122 of 255 = 48%
B 196 of 255 = 77%

239
122
196

R + G + B ~ 73%. #EF7AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 122 + 196 = 557 (100%)
R 239 of 557 ~ 42.91%
G 122 of 557 ~ 21.9%
B 196 of 557 ~ 35.19%

%42.91
%21.9
%35.19

CMYK color model

#EF7AC4 color CMYK value is (0,49,18,6).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(0,49,18,6)
C0M49Y18K6 
(0%,49%,18%,6%)
(0.00/0.49/0.18/0.06)	

CMYK percentages

%0
%48.95
%17.99
%6.27

Codes

Color #EF7AC4 in popluar color models

EF7AC4
RGB239122196
HSL322°78.52%70.78%
HSB/HSV322°48.95%93.73%
CMYK0.00%48.95%17.99%
6.27%

Color #EF7AC4 in popluar number systems.

HEXEF7AC4
Decimal239122196
Binary11101111111101011000100
Octal357172304

Shades and tints

Shades of #EF7AC4

#EF7AC4
(239,122,196)
#DA6FB3
(218,111,179)
#C564A2
(197,100,162)
#B05991
(176,89,145)
#9B4E80
(155,78,128)
#86436F
(134,67,111)
#71385E
(113,56,94)
#5C2D4D
(92,45,77)
#47223C
(71,34,60)
#32172B
(50,23,43)
#1D0C1A
(29,12,26)
#000000
(0,0,0)

Tints of #EF7AC4

#EF7AC4
(239,122,196)
#F086C9
(240,134,201)
#F192CE
(241,146,206)
#F29ED3
(242,158,211)
#F3AAD8
(243,170,216)
#F4B6DD
(244,182,221)
#F5C2E2
(245,194,226)
#F6CEE7
(246,206,231)
#F7DAEC
(247,218,236)
#F8E6F1
(248,230,241)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7AC4 color. Also use rgb(239,122,196) instead hex code.

Text Font Color

.myTextColor { color: #EF7AC4; }

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

This text font color is #EF7AC4.


Background Color

.myBgColor { background-color: #EF7AC4; }

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

This div background color is #EF7AC4.


Border color

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

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

This div border color is #EF7AC4.


Opacity

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

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

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

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

This text has shadow with #EF7AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7AC4 on black background.


Color preview on white background

This text has color #EF7AC4 on white background.



Black color preview on #EF7AC4 background

This text has black color on #EF7AC4 background.


White color preview on #EF7AC4 background

This text has white color on #EF7AC4 background.