COLOR #EF72BC

HEX: #EF72BC RGB: (239,114,188)

Color info

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

RGB color model

#EF72BC color RGB value is (239,114,188).

RGB: (239,114,188) (94%, 45%, 74%)

RGB channels and saturation

R 239 of 255 = 94%
G 114 of 255 = 45%
B 188 of 255 = 74%

239
114
188

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

Portions of RGB colors in percentages

R + G + B = 239 + 114 + 188 = 541 (100%)
R 239 of 541 ~ 44.18%
G 114 of 541 ~ 21.07%
B 188 of 541 ~ 34.75'%

%44.18
%21.07
%34.75

CMYK color model

#EF72BC color CMYK value is (0,52,21,6).

  • cyan value is 0.00%
  • magenta value is 52.30%
  • yellow value is 21.34%
  • key color value is 6.27%

CMYK: (0,52,21,6)
C0M52Y21K6 (0%, 52%, 21%, 6%)
(0.00 / 0.52 / 0.21 / 0.06)

CMYK percentages

%0
%52.3
%21.34
%6.27

Codes

Color #EF72BC in popluar color models

EF 72 BC
RGB 239 114 188
HSL 324° 79.62% 69.22%
HSB/HSV 324° 52.30% 93.73%
CMYK 0.00% 52.30% 21.34%
6.27%

Color #EF72BC in popluar number systems.

HEX EF 72 BC
Decimal 239 114 188
Binary 11101111 1110010 10111100
Octal 357 162 274

Shades and tints

Shades of #EF72BC

#EF72BC
(239,114,188)
#DA68AB
(218,104,171)
#C55E9A
(197,94,154)
#B05489
(176,84,137)
#9B4A78
(155,74,120)
#864067
(134,64,103)
#713656
(113,54,86)
#5C2C45
(92,44,69)
#472234
(71,34,52)
#321823
(50,24,35)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #EF72BC

#EF72BC
(239,114,188)
#F07EC2
(240,126,194)
#F18AC8
(241,138,200)
#F296CE
(242,150,206)
#F3A2D4
(243,162,212)
#F4AEDA
(244,174,218)
#F5BAE0
(245,186,224)
#F6C6E6
(246,198,230)
#F7D2EC
(247,210,236)
#F8DEF2
(248,222,242)
#F9EAF8
(249,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF72BC color. Also use rgb(239,114,188) instead hex code.

Text Font Color

.myTextColor { color: #EF72BC; }

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

This text font color is #EF72BC.

Background Color

.myBgColor { background-color: #EF72BC; }

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

This div background color is #EF72BC.

Border color

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

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

This div border color is #EF72BC.

Opacity

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

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

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

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

This text has shadow with #EF72BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF72BC.

Preview

Color preview on black background

This text has color #EF72BC on black background.


Color preview on white background

This text has color #EF72BC on white background.


Black color preview on #EF72BC background

This text has black color on #EF72BC background.


White color preview on #EF72BC background

This text has white color on #EF72BC background.


Related colors

Complementary color

Complementary color for #hex is #108D43.


I love getcolorcode.com

Triadic colors

1 #BCEF72 and #72BCEF with #EF72BC are triadic colors.

2 #BC72EF and #72EFBC with #EF72BC are triadic colors.