COLOR #EF7AC0

HEX: #EF7AC0
RGB: (239,122,192)

Color info

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

RGB color model

#EF7AC0 color RGB value is (239,122,192).

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

RGB channels and saturation

R 239 of 255 = 94%
G 122 of 255 = 48%
B 192 of 255 = 75%

239
122
192

R + G + B ~ 72%. #EF7AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 122 + 192 = 553 (100%)
R 239 of 553 ~ 43.22%
G 122 of 553 ~ 22.06%
B 192 of 553 ~ 34.72%

%43.22
%22.06
%34.72

CMYK color model

#EF7AC0 color CMYK value is (0,49,20,6).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(0,49,20,6)
C0M49Y20K6 
(0%,49%,20%,6%)
(0.00/0.49/0.20/0.06)	

CMYK percentages

%0
%48.95
%19.67
%6.27

Codes

Color #EF7AC0 in popluar color models

EF7AC0
RGB239122192
HSL324°78.52%70.78%
HSB/HSV324°48.95%93.73%
CMYK0.00%48.95%19.67%
6.27%

Color #EF7AC0 in popluar number systems.

HEXEF7AC0
Decimal239122192
Binary11101111111101011000000
Octal357172300

Shades and tints

Shades of #EF7AC0

#EF7AC0
(239,122,192)
#DA6FAF
(218,111,175)
#C5649E
(197,100,158)
#B0598D
(176,89,141)
#9B4E7C
(155,78,124)
#86436B
(134,67,107)
#71385A
(113,56,90)
#5C2D49
(92,45,73)
#472238
(71,34,56)
#321727
(50,23,39)
#1D0C16
(29,12,22)
#000000
(0,0,0)

Tints of #EF7AC0

#EF7AC0
(239,122,192)
#F086C5
(240,134,197)
#F192CA
(241,146,202)
#F29ECF
(242,158,207)
#F3AAD4
(243,170,212)
#F4B6D9
(244,182,217)
#F5C2DE
(245,194,222)
#F6CEE3
(246,206,227)
#F7DAE8
(247,218,232)
#F8E6ED
(248,230,237)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF7AC0; }

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

This text font color is #EF7AC0.


Background Color

.myBgColor { background-color: #EF7AC0; }

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

This div background color is #EF7AC0.


Border color

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

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

This div border color is #EF7AC0.


Opacity

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

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

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

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

This text has shadow with #EF7AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7AC0 on black background.


Color preview on white background

This text has color #EF7AC0 on white background.



Black color preview on #EF7AC0 background

This text has black color on #EF7AC0 background.


White color preview on #EF7AC0 background

This text has white color on #EF7AC0 background.