COLOR #EF8CCA

HEX: #EF8CCA RGB: (239,140,202)

Color info

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

RGB color model

#EF8CCA color RGB value is (239,140,202).

RGB: (239,140,202) (94%, 55%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 140 of 255 = 55%
B 202 of 255 = 79%

239
140
202

R + G + B ~ 76%. #EF8CCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 140 + 202 = 581 (100%)
R 239 of 581 ~ 41.14%
G 140 of 581 ~ 24.1%
B 202 of 581 ~ 34.77'%

%41.14
%24.1
%34.77

CMYK color model

#EF8CCA color CMYK value is (0,41,15,6).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK: (0,41,15,6) C0M41Y15K6 (0%,41%,15%,6%) (0.00/0.41/0.15/0.06) 

CMYK percentages

%0
%41.42
%15.48
%6.27

Codes

Color #EF8CCA in popluar color models

EF 8C CA
RGB 239 140 202
HSL 322° 75.57% 74.31%
HSB/HSV 322° 41.42% 93.73%
CMYK 0.00% 41.42% 15.48%
6.27%

Color #EF8CCA in popluar number systems.

HEX EF 8C CA
Decimal 239 140 202
Binary 11101111 10001100 11001010
Octal 357 214 312

Shades and tints

Shades of #EF8CCA

#EF8CCA
(239,140,202)
#DA80B8
(218,128,184)
#C574A6
(197,116,166)
#B06894
(176,104,148)
#9B5C82
(155,92,130)
#865070
(134,80,112)
#71445E
(113,68,94)
#5C384C
(92,56,76)
#472C3A
(71,44,58)
#322028
(50,32,40)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #EF8CCA

#EF8CCA
(239,140,202)
#F096CE
(240,150,206)
#F1A0D2
(241,160,210)
#F2AAD6
(242,170,214)
#F3B4DA
(243,180,218)
#F4BEDE
(244,190,222)
#F5C8E2
(245,200,226)
#F6D2E6
(246,210,230)
#F7DCEA
(247,220,234)
#F8E6EE
(248,230,238)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8CCA color. Also use rgb(239,140,202) instead hex code.

Text Font Color

.myTextColor { color: #EF8CCA; }

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

This text font color is #EF8CCA.

Background Color

.myBgColor { background-color: #EF8CCA; }

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

This div background color is #EF8CCA.

Border color

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

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

This div border color is #EF8CCA.

Opacity

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

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

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

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

This text has shadow with #EF8CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF8CCA.

Preview

Color preview on black background

This text has color #EF8CCA on black background.


Color preview on white background

This text has color #EF8CCA on white background.


Black color preview on #EF8CCA background

This text has black color on #EF8CCA background.


White color preview on #EF8CCA background

This text has white color on #EF8CCA background.


Related colors

Complementary color

Complementary color for #hex is #107335.


I love getcolorcode.com

Triadic colors

1 #CAEF8C and #8CCAEF with #EF8CCA are triadic colors.

2 #CA8CEF and #8CEFCA with #EF8CCA are triadic colors.