COLOR #EF95CA

HEX: #EF95CA RGB: (239,149,202)

Color info

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

RGB color model

#EF95CA color RGB value is (239,149,202).

RGB: (239,149,202) (94%, 58%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 149 of 255 = 58%
B 202 of 255 = 79%

239
149
202

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

Portions of RGB colors in percentages

R + G + B = 239 + 149 + 202 = 590 (100%)
R 239 of 590 ~ 40.51%
G 149 of 590 ~ 25.25%
B 202 of 590 ~ 34.24'%

%40.51
%25.25
%34.24

CMYK color model

#EF95CA color CMYK value is (0,38,15,6).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 15.48%
  • key color value is 6.27%

CMYK: (0,38,15,6)
C0M38Y15K6 (0%, 38%, 15%, 6%)
(0.00 / 0.38 / 0.15 / 0.06)

CMYK percentages

%0
%37.66
%15.48
%6.27

Codes

Color #EF95CA in popluar color models

EF 95 CA
RGB 239 149 202
HSL 325° 73.77% 76.08%
HSB/HSV 325° 37.66% 93.73%
CMYK 0.00% 37.66% 15.48%
6.27%

Color #EF95CA in popluar number systems.

HEX EF 95 CA
Decimal 239 149 202
Binary 11101111 10010101 11001010
Octal 357 225 312

Shades and tints

Shades of #EF95CA

#EF95CA
(239,149,202)
#DA88B8
(218,136,184)
#C57BA6
(197,123,166)
#B06E94
(176,110,148)
#9B6182
(155,97,130)
#865470
(134,84,112)
#71475E
(113,71,94)
#5C3A4C
(92,58,76)
#472D3A
(71,45,58)
#322028
(50,32,40)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EF95CA

#EF95CA
(239,149,202)
#F09ECE
(240,158,206)
#F1A7D2
(241,167,210)
#F2B0D6
(242,176,214)
#F3B9DA
(243,185,218)
#F4C2DE
(244,194,222)
#F5CBE2
(245,203,226)
#F6D4E6
(246,212,230)
#F7DDEA
(247,221,234)
#F8E6EE
(248,230,238)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF95CA; }

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

This text font color is #EF95CA.

Background Color

.myBgColor { background-color: #EF95CA; }

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

This div background color is #EF95CA.

Border color

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

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

This div border color is #EF95CA.

Opacity

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

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

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

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

This text has shadow with #EF95CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF95CA.

Preview

Color preview on black background

This text has color #EF95CA on black background.


Color preview on white background

This text has color #EF95CA on white background.


Black color preview on #EF95CA background

This text has black color on #EF95CA background.


White color preview on #EF95CA background

This text has white color on #EF95CA background.


Related colors

Complementary color

Complementary color for #hex is #106A35.


I love getcolorcode.com

Triadic colors

1 #CAEF95 and #95CAEF with #EF95CA are triadic colors.

2 #CA95EF and #95EFCA with #EF95CA are triadic colors.