COLOR #EF74C6

HEX: #EF74C6
RGB: (239,116,198)

Color info

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

RGB color model

#EF74C6 color RGB value is (239,116,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 116 of 255 = 45%
B 198 of 255 = 78%

239
116
198

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

Portions of RGB colors in percentages

R + G + B =
239 + 116 + 198 = 553 (100%)
R 239 of 553 ~ 43.22%
G 116 of 553 ~ 20.98%
B 198 of 553 ~ 35.8%

%43.22
%20.98
%35.8

CMYK color model

#EF74C6 color CMYK value is (0,51,17,6).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,51,17,6)
C0M51Y17K6 
(0%,51%,17%,6%)
(0.00/0.51/0.17/0.06)	

CMYK percentages

%0
%51.46
%17.15
%6.27

Codes

Color #EF74C6 in popluar color models

EF74C6
RGB239116198
HSL320°79.35%69.61%
HSB/HSV320°51.46%93.73%
CMYK0.00%51.46%17.15%
6.27%

Color #EF74C6 in popluar number systems.

HEXEF74C6
Decimal239116198
Binary11101111111010011000110
Octal357164306

Shades and tints

Shades of #EF74C6

#EF74C6
(239,116,198)
#DA6AB4
(218,106,180)
#C560A2
(197,96,162)
#B05690
(176,86,144)
#9B4C7E
(155,76,126)
#86426C
(134,66,108)
#71385A
(113,56,90)
#5C2E48
(92,46,72)
#472436
(71,36,54)
#321A24
(50,26,36)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EF74C6

#EF74C6
(239,116,198)
#F080CB
(240,128,203)
#F18CD0
(241,140,208)
#F298D5
(242,152,213)
#F3A4DA
(243,164,218)
#F4B0DF
(244,176,223)
#F5BCE4
(245,188,228)
#F6C8E9
(246,200,233)
#F7D4EE
(247,212,238)
#F8E0F3
(248,224,243)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF74C6; }

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

This text font color is #EF74C6.


Background Color

.myBgColor { background-color: #EF74C6; }

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

This div background color is #EF74C6.


Border color

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

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

This div border color is #EF74C6.


Opacity

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

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

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

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

This text has shadow with #EF74C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF74C6 on black background.


Color preview on white background

This text has color #EF74C6 on white background.



Black color preview on #EF74C6 background

This text has black color on #EF74C6 background.


White color preview on #EF74C6 background

This text has white color on #EF74C6 background.