COLOR #EF74B2

HEX: #EF74B2
RGB: (239,116,178)

Color info

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

RGB color model

#EF74B2 color RGB value is (239,116,178).

  • red value is 239;
  • green value is 116;
  • blue value is 178.
RGB:
(239,116,178)
(94%,45%,70%)

RGB channels and saturation

R 239 of 255 = 94%
G 116 of 255 = 45%
B 178 of 255 = 70%

239
116
178

R + G + B ~ 70%. #EF74B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 116 + 178 = 533 (100%)
R 239 of 533 ~ 44.84%
G 116 of 533 ~ 21.76%
B 178 of 533 ~ 33.4%

%44.84
%21.76
%33.4

CMYK color model

#EF74B2 color CMYK value is (0,51,26,6).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 25.52%
  • key color value is 6.27%
CMYK:
(0,51,26,6)
C0M51Y26K6 
(0%,51%,26%,6%)
(0.00/0.51/0.26/0.06)	

CMYK percentages

%0
%51.46
%25.52
%6.27

Codes

Color #EF74B2 in popluar color models

EF74B2
RGB239116178
HSL330°79.35%69.61%
HSB/HSV330°51.46%93.73%
CMYK0.00%51.46%25.52%
6.27%

Color #EF74B2 in popluar number systems.

HEXEF74B2
Decimal239116178
Binary11101111111010010110010
Octal357164262

Shades and tints

Shades of #EF74B2

#EF74B2
(239,116,178)
#DA6AA2
(218,106,162)
#C56092
(197,96,146)
#B05682
(176,86,130)
#9B4C72
(155,76,114)
#864262
(134,66,98)
#713852
(113,56,82)
#5C2E42
(92,46,66)
#472432
(71,36,50)
#321A22
(50,26,34)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EF74B2

#EF74B2
(239,116,178)
#F080B9
(240,128,185)
#F18CC0
(241,140,192)
#F298C7
(242,152,199)
#F3A4CE
(243,164,206)
#F4B0D5
(244,176,213)
#F5BCDC
(245,188,220)
#F6C8E3
(246,200,227)
#F7D4EA
(247,212,234)
#F8E0F1
(248,224,241)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF74B2 color. Also use rgb(239,116,178) instead hex code.

Text Font Color

.myTextColor { color: #EF74B2; }

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

This text font color is #EF74B2.


Background Color

.myBgColor { background-color: #EF74B2; }

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

This div background color is #EF74B2.


Border color

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

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

This div border color is #EF74B2.


Opacity

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

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

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

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

This text has shadow with #EF74B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF74B2 on black background.


Color preview on white background

This text has color #EF74B2 on white background.



Black color preview on #EF74B2 background

This text has black color on #EF74B2 background.


White color preview on #EF74B2 background

This text has white color on #EF74B2 background.