COLOR #EF9CC2

HEX: #EF9CC2 RGB: (239,156,194)

Color info

#EF9CC2 contains mainly red and blue colors. Web safe color of #EF9CC2 is #FF99CC (or #F9C).

RGB color model

#EF9CC2 color RGB value is (239,156,194).

RGB: (239,156,194) (94%, 61%, 76%)

RGB channels and saturation

R 239 of 255 = 94%
G 156 of 255 = 61%
B 194 of 255 = 76%

239
156
194

R + G + B ~ 77%. #EF9CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 156 + 194 = 589 (100%)
R 239 of 589 ~ 40.58%
G 156 of 589 ~ 26.49%
B 194 of 589 ~ 32.94'%

%40.58
%26.49
%32.94

CMYK color model

#EF9CC2 color CMYK value is (0,35,19,6).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 18.83%
  • key color value is 6.27%

CMYK: (0,35,19,6)
C0M35Y19K6 (0%, 35%, 19%, 6%)
(0.00 / 0.35 / 0.19 / 0.06)

CMYK percentages

%0
%34.73
%18.83
%6.27

Codes

Color #EF9CC2 in popluar color models

EF 9C C2
RGB 239 156 194
HSL 333° 72.17% 77.45%
HSB/HSV 333° 34.73% 93.73%
CMYK 0.00% 34.73% 18.83%
6.27%

Color #EF9CC2 in popluar number systems.

HEX EF 9C C2
Decimal 239 156 194
Binary 11101111 10011100 11000010
Octal 357 234 302

Shades and tints

Shades of #EF9CC2

#EF9CC2
(239,156,194)
#DA8EB1
(218,142,177)
#C580A0
(197,128,160)
#B0728F
(176,114,143)
#9B647E
(155,100,126)
#86566D
(134,86,109)
#71485C
(113,72,92)
#5C3A4B
(92,58,75)
#472C3A
(71,44,58)
#321E29
(50,30,41)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #EF9CC2

#EF9CC2
(239,156,194)
#F0A5C7
(240,165,199)
#F1AECC
(241,174,204)
#F2B7D1
(242,183,209)
#F3C0D6
(243,192,214)
#F4C9DB
(244,201,219)
#F5D2E0
(245,210,224)
#F6DBE5
(246,219,229)
#F7E4EA
(247,228,234)
#F8EDEF
(248,237,239)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9CC2 color. Also use rgb(239,156,194) instead hex code.

Text Font Color

.myTextColor { color: #EF9CC2; }

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

This text font color is #EF9CC2.

Background Color

.myBgColor { background-color: #EF9CC2; }

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

This div background color is #EF9CC2.

Border color

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

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

This div border color is #EF9CC2.

Opacity

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

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

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

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

This text has shadow with #EF9CC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9CC2.

Preview

Color preview on black background

This text has color #EF9CC2 on black background.


Color preview on white background

This text has color #EF9CC2 on white background.


Black color preview on #EF9CC2 background

This text has black color on #EF9CC2 background.


White color preview on #EF9CC2 background

This text has white color on #EF9CC2 background.


Related colors

Complementary color

Complementary color for #hex is #10633D.


I love getcolorcode.com

Triadic colors

1 #C2EF9C and #9CC2EF with #EF9CC2 are triadic colors.

2 #C29CEF and #9CEFC2 with #EF9CC2 are triadic colors.