COLOR #EF92AC

HEX: #EF92AC RGB: (239,146,172)

Color info

#EF92AC contains mainly red color. Web safe color of #EF92AC is #FF9999 (or #F99).

RGB color model

#EF92AC color RGB value is (239,146,172).

RGB: (239,146,172) (94%, 57%, 67%)

RGB channels and saturation

R 239 of 255 = 94%
G 146 of 255 = 57%
B 172 of 255 = 67%

239
146
172

R + G + B ~ 73%. #EF92AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 146 + 172 = 557 (100%)
R 239 of 557 ~ 42.91%
G 146 of 557 ~ 26.21%
B 172 of 557 ~ 30.88'%

%42.91
%26.21
%30.88

CMYK color model

#EF92AC color CMYK value is (0,39,28,6).

  • cyan value is 0.00%
  • magenta value is 38.91%
  • yellow value is 28.03%
  • key color value is 6.27%

CMYK: (0,39,28,6)
C0M39Y28K6 (0%, 39%, 28%, 6%)
(0.00 / 0.39 / 0.28 / 0.06)

CMYK percentages

%0
%38.91
%28.03
%6.27

Codes

Color #EF92AC in popluar color models

EF 92 AC
RGB 239 146 172
HSL 343° 74.40% 75.49%
HSB/HSV 343° 38.91% 93.73%
CMYK 0.00% 38.91% 28.03%
6.27%

Color #EF92AC in popluar number systems.

HEX EF 92 AC
Decimal 239 146 172
Binary 11101111 10010010 10101100
Octal 357 222 254

Shades and tints

Shades of #EF92AC

#EF92AC
(239,146,172)
#DA859D
(218,133,157)
#C5788E
(197,120,142)
#B06B7F
(176,107,127)
#9B5E70
(155,94,112)
#865161
(134,81,97)
#714452
(113,68,82)
#5C3743
(92,55,67)
#472A34
(71,42,52)
#321D25
(50,29,37)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #EF92AC

#EF92AC
(239,146,172)
#F09BB3
(240,155,179)
#F1A4BA
(241,164,186)
#F2ADC1
(242,173,193)
#F3B6C8
(243,182,200)
#F4BFCF
(244,191,207)
#F5C8D6
(245,200,214)
#F6D1DD
(246,209,221)
#F7DAE4
(247,218,228)
#F8E3EB
(248,227,235)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF92AC color. Also use rgb(239,146,172) instead hex code.

Text Font Color

.myTextColor { color: #EF92AC; }

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

This text font color is #EF92AC.

Background Color

.myBgColor { background-color: #EF92AC; }

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

This div background color is #EF92AC.

Border color

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

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

This div border color is #EF92AC.

Opacity

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

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

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

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

This text has shadow with #EF92AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF92AC.

Preview

Color preview on black background

This text has color #EF92AC on black background.


Color preview on white background

This text has color #EF92AC on white background.


Black color preview on #EF92AC background

This text has black color on #EF92AC background.


White color preview on #EF92AC background

This text has white color on #EF92AC background.


Related colors

Complementary color

Complementary color for #hex is #106D53.


I love getcolorcode.com

Triadic colors

1 #ACEF92 and #92ACEF with #EF92AC are triadic colors.

2 #AC92EF and #92EFAC with #EF92AC are triadic colors.