COLOR #EF7CC9

HEX: #EF7CC9
RGB: (239,124,201)

Color info

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

RGB color model

#EF7CC9 color RGB value is (239,124,201).

  • red value is 239;
  • green value is 124;
  • blue value is 201.
RGB:
(239,124,201)
(94%,49%,79%)

RGB channels and saturation

R 239 of 255 = 94%
G 124 of 255 = 49%
B 201 of 255 = 79%

239
124
201

R + G + B ~ 74%. #EF7CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 124 + 201 = 564 (100%)
R 239 of 564 ~ 42.38%
G 124 of 564 ~ 21.99%
B 201 of 564 ~ 35.64%

%42.38
%21.99
%35.64

CMYK color model

#EF7CC9 color CMYK value is (0,48,16,6).

  • cyan value is 0.00%
  • magenta value is 48.12%
  • yellow value is 15.90%
  • key color value is 6.27%
CMYK:
(0,48,16,6)
C0M48Y16K6 
(0%,48%,16%,6%)
(0.00/0.48/0.16/0.06)	

CMYK percentages

%0
%48.12
%15.9
%6.27

Codes

Color #EF7CC9 in popluar color models

EF7CC9
RGB239124201
HSL320°78.23%71.18%
HSB/HSV320°48.12%93.73%
CMYK0.00%48.12%15.90%
6.27%

Color #EF7CC9 in popluar number systems.

HEXEF7CC9
Decimal239124201
Binary11101111111110011001001
Octal357174311

Shades and tints

Shades of #EF7CC9

#EF7CC9
(239,124,201)
#DA71B7
(218,113,183)
#C566A5
(197,102,165)
#B05B93
(176,91,147)
#9B5081
(155,80,129)
#86456F
(134,69,111)
#713A5D
(113,58,93)
#5C2F4B
(92,47,75)
#472439
(71,36,57)
#321927
(50,25,39)
#1D0E15
(29,14,21)
#000000
(0,0,0)

Tints of #EF7CC9

#EF7CC9
(239,124,201)
#F087CD
(240,135,205)
#F192D1
(241,146,209)
#F29DD5
(242,157,213)
#F3A8D9
(243,168,217)
#F4B3DD
(244,179,221)
#F5BEE1
(245,190,225)
#F6C9E5
(246,201,229)
#F7D4E9
(247,212,233)
#F8DFED
(248,223,237)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7CC9 color. Also use rgb(239,124,201) instead hex code.

Text Font Color

.myTextColor { color: #EF7CC9; }

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

This text font color is #EF7CC9.


Background Color

.myBgColor { background-color: #EF7CC9; }

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

This div background color is #EF7CC9.


Border color

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

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

This div border color is #EF7CC9.


Opacity

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

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

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

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

This text has shadow with #EF7CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7CC9 on black background.


Color preview on white background

This text has color #EF7CC9 on white background.



Black color preview on #EF7CC9 background

This text has black color on #EF7CC9 background.


White color preview on #EF7CC9 background

This text has white color on #EF7CC9 background.