COLOR #EF7EE9

HEX: #EF7EE9
RGB: (239,126,233)

Color info

#EF7EE9 contains mainly red and blue colors. Web safe color of #EF7EE9 is #FF66FF (or #F6F).

RGB color model

#EF7EE9 color RGB value is (239,126,233).

  • red value is 239;
  • green value is 126;
  • blue value is 233.
RGB:
(239,126,233)
(94%,49%,91%)

RGB channels and saturation

R 239 of 255 = 94%
G 126 of 255 = 49%
B 233 of 255 = 91%

239
126
233

R + G + B ~ 78%. #EF7EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 126 + 233 = 598 (100%)
R 239 of 598 ~ 39.97%
G 126 of 598 ~ 21.07%
B 233 of 598 ~ 38.96%

%39.97
%21.07
%38.96

CMYK color model

#EF7EE9 color CMYK value is (0,47,3,6).

  • cyan value is 0.00%
  • magenta value is 47.28%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(0,47,3,6)
C0M47Y3K6 
(0%,47%,3%,6%)
(0.00/0.47/0.03/0.06)	

CMYK percentages

%0
%47.28
%2.51
%6.27

Codes

Color #EF7EE9 in popluar color models

EF7EE9
RGB239126233
HSL303°77.93%71.57%
HSB/HSV303°47.28%93.73%
CMYK0.00%47.28%2.51%
6.27%

Color #EF7EE9 in popluar number systems.

HEXEF7EE9
Decimal239126233
Binary11101111111111011101001
Octal357176351

Shades and tints

Shades of #EF7EE9

#EF7EE9
(239,126,233)
#DA73D4
(218,115,212)
#C568BF
(197,104,191)
#B05DAA
(176,93,170)
#9B5295
(155,82,149)
#864780
(134,71,128)
#713C6B
(113,60,107)
#5C3156
(92,49,86)
#472641
(71,38,65)
#321B2C
(50,27,44)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #EF7EE9

#EF7EE9
(239,126,233)
#F089EB
(240,137,235)
#F194ED
(241,148,237)
#F29FEF
(242,159,239)
#F3AAF1
(243,170,241)
#F4B5F3
(244,181,243)
#F5C0F5
(245,192,245)
#F6CBF7
(246,203,247)
#F7D6F9
(247,214,249)
#F8E1FB
(248,225,251)
#F9ECFD
(249,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7EE9 color. Also use rgb(239,126,233) instead hex code.

Text Font Color

.myTextColor { color: #EF7EE9; }

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

This text font color is #EF7EE9.


Background Color

.myBgColor { background-color: #EF7EE9; }

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

This div background color is #EF7EE9.


Border color

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

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

This div border color is #EF7EE9.


Opacity

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

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

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

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

This text has shadow with #EF7EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7EE9 on black background.


Color preview on white background

This text has color #EF7EE9 on white background.



Black color preview on #EF7EE9 background

This text has black color on #EF7EE9 background.


White color preview on #EF7EE9 background

This text has white color on #EF7EE9 background.