COLOR #EF9FE0

HEX: #EF9FE0 RGB: (239,159,224)

Color info

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

RGB color model

#EF9FE0 color RGB value is (239,159,224).

RGB: (239,159,224) (94%, 62%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 159 of 255 = 62%
B 224 of 255 = 88%

239
159
224

R + G + B ~ 81%. #EF9FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 159 + 224 = 622 (100%)
R 239 of 622 ~ 38.42%
G 159 of 622 ~ 25.56%
B 224 of 622 ~ 36.01'%

%38.42
%25.56
%36.01

CMYK color model

#EF9FE0 color CMYK value is (0,33,6,6).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 6.28%
  • key color value is 6.27%

CMYK: (0,33,6,6)
C0M33Y6K6 (0%, 33%, 6%, 6%)
(0.00 / 0.33 / 0.06 / 0.06)

CMYK percentages

%0
%33.47
%6.28
%6.27

Codes

Color #EF9FE0 in popluar color models

EF 9F E0
RGB 239 159 224
HSL 311° 71.43% 78.04%
HSB/HSV 311° 33.47% 93.73%
CMYK 0.00% 33.47% 6.28%
6.27%

Color #EF9FE0 in popluar number systems.

HEX EF 9F E0
Decimal 239 159 224
Binary 11101111 10011111 11100000
Octal 357 237 340

Shades and tints

Shades of #EF9FE0

#EF9FE0
(239,159,224)
#DA91CC
(218,145,204)
#C583B8
(197,131,184)
#B075A4
(176,117,164)
#9B6790
(155,103,144)
#86597C
(134,89,124)
#714B68
(113,75,104)
#5C3D54
(92,61,84)
#472F40
(71,47,64)
#32212C
(50,33,44)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EF9FE0

#EF9FE0
(239,159,224)
#F0A7E2
(240,167,226)
#F1AFE4
(241,175,228)
#F2B7E6
(242,183,230)
#F3BFE8
(243,191,232)
#F4C7EA
(244,199,234)
#F5CFEC
(245,207,236)
#F6D7EE
(246,215,238)
#F7DFF0
(247,223,240)
#F8E7F2
(248,231,242)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9FE0 color. Also use rgb(239,159,224) instead hex code.

Text Font Color

.myTextColor { color: #EF9FE0; }

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

This text font color is #EF9FE0.

Background Color

.myBgColor { background-color: #EF9FE0; }

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

This div background color is #EF9FE0.

Border color

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

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

This div border color is #EF9FE0.

Opacity

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

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

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

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

This text has shadow with #EF9FE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9FE0.

Preview

Color preview on black background

This text has color #EF9FE0 on black background.


Color preview on white background

This text has color #EF9FE0 on white background.


Black color preview on #EF9FE0 background

This text has black color on #EF9FE0 background.


White color preview on #EF9FE0 background

This text has white color on #EF9FE0 background.


Related colors

Complementary color

Complementary color for #hex is #10601F.


I love getcolorcode.com

Triadic colors

1 #E0EF9F and #9FE0EF with #EF9FE0 are triadic colors.

2 #E09FEF and #9FEFE0 with #EF9FE0 are triadic colors.