COLOR #EF7A9D

HEX: #EF7A9D
RGB: (239,122,157)

Color info

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

RGB color model

#EF7A9D color RGB value is (239,122,157).

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

RGB channels and saturation

R 239 of 255 = 94%
G 122 of 255 = 48%
B 157 of 255 = 62%

239
122
157

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

Portions of RGB colors in percentages

R + G + B =
239 + 122 + 157 = 518 (100%)
R 239 of 518 ~ 46.14%
G 122 of 518 ~ 23.55%
B 157 of 518 ~ 30.31%

%46.14
%23.55
%30.31

CMYK color model

#EF7A9D color CMYK value is (0,49,34,6).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 34.31%
  • key color value is 6.27%
CMYK:
(0,49,34,6)
C0M49Y34K6 
(0%,49%,34%,6%)
(0.00/0.49/0.34/0.06)	

CMYK percentages

%0
%48.95
%34.31
%6.27

Codes

Color #EF7A9D in popluar color models

EF7A9D
RGB239122157
HSL342°78.52%70.78%
HSB/HSV342°48.95%93.73%
CMYK0.00%48.95%34.31%
6.27%

Color #EF7A9D in popluar number systems.

HEXEF7A9D
Decimal239122157
Binary11101111111101010011101
Octal357172235

Shades and tints

Shades of #EF7A9D

#EF7A9D
(239,122,157)
#DA6F8F
(218,111,143)
#C56481
(197,100,129)
#B05973
(176,89,115)
#9B4E65
(155,78,101)
#864357
(134,67,87)
#713849
(113,56,73)
#5C2D3B
(92,45,59)
#47222D
(71,34,45)
#32171F
(50,23,31)
#1D0C11
(29,12,17)
#000000
(0,0,0)

Tints of #EF7A9D

#EF7A9D
(239,122,157)
#F086A5
(240,134,165)
#F192AD
(241,146,173)
#F29EB5
(242,158,181)
#F3AABD
(243,170,189)
#F4B6C5
(244,182,197)
#F5C2CD
(245,194,205)
#F6CED5
(246,206,213)
#F7DADD
(247,218,221)
#F8E6E5
(248,230,229)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF7A9D; }

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

This text font color is #EF7A9D.


Background Color

.myBgColor { background-color: #EF7A9D; }

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

This div background color is #EF7A9D.


Border color

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

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

This div border color is #EF7A9D.


Opacity

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

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

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

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

This text has shadow with #EF7A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7A9D on black background.


Color preview on white background

This text has color #EF7A9D on white background.



Black color preview on #EF7A9D background

This text has black color on #EF7A9D background.


White color preview on #EF7A9D background

This text has white color on #EF7A9D background.