COLOR #EF76B9

HEX: #EF76B9
RGB: (239,118,185)

Color info

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

RGB color model

#EF76B9 color RGB value is (239,118,185).

  • red value is 239;
  • green value is 118;
  • blue value is 185.
RGB: (239,118,185) (94%,46%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 118 of 255 = 46%
B 185 of 255 = 73%

239
118
185

R + G + B ~ 71%. #EF76B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 118 + 185 = 542 (100%)
R 239 of 542 ~ 44.1%
G 118 of 542 ~ 21.77%
B 185 of 542 ~ 34.13%

%44.1
%21.77
%34.13

CMYK color model

#EF76B9 color CMYK value is (0,51,23,6).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK: (0,51,23,6) C0M51Y23K6 (0%,51%,23%,6%) (0.00/0.51/0.23/0.06)

CMYK percentages

%0
%50.63
%22.59
%6.27

Codes

Color #EF76B9 in popluar color models

EF76B9
RGB239118185
HSL327°79.08%70.00%
HSB/HSV327°50.63%93.73%
CMYK0.00%50.63%22.59%
6.27%

Color #EF76B9 in popluar number systems.

HEXEF76B9
Decimal239118185
Binary11101111111011010111001
Octal357166271

Shades and tints

Shades of #EF76B9

#EF76B9
(239,118,185)
#DA6CA9
(218,108,169)
#C56299
(197,98,153)
#B05889
(176,88,137)
#9B4E79
(155,78,121)
#864469
(134,68,105)
#713A59
(113,58,89)
#5C3049
(92,48,73)
#472639
(71,38,57)
#321C29
(50,28,41)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #EF76B9

#EF76B9
(239,118,185)
#F082BF
(240,130,191)
#F18EC5
(241,142,197)
#F29ACB
(242,154,203)
#F3A6D1
(243,166,209)
#F4B2D7
(244,178,215)
#F5BEDD
(245,190,221)
#F6CAE3
(246,202,227)
#F7D6E9
(247,214,233)
#F8E2EF
(248,226,239)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF76B9 color. Also use rgb(239,118,185) instead hex code.

Text Font Color

.myTextColor { color: #EF76B9; }

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

This text font color is #EF76B9.


Background Color

.myBgColor { background-color: #EF76B9; }

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

This div background color is #EF76B9.


Border color

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

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

This div border color is #EF76B9.


Opacity

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

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

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

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

This text has shadow with #EF76B9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EF76B9 on black background.


Color preview on white background

This text has color #EF76B9 on white background.



Black color preview on #EF76B9 background

This text has black color on #EF76B9 background.


White color preview on #EF76B9 background

This text has white color on #EF76B9 background.