COLOR #EE78B9

HEX: #EE78B9
RGB: (238,120,185)

Color info

#EE78B9 contains mainly red and blue colors. Web safe color of #EE78B9 is #FF66CC (or #F6C).

RGB color model

#EE78B9 color RGB value is (238,120,185).

  • red value is 238;
  • green value is 120;
  • blue value is 185.
RGB:
(238,120,185)
(93%,47%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 120 of 255 = 47%
B 185 of 255 = 73%

238
120
185

R + G + B ~ 71%. #EE78B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 120 + 185 = 543 (100%)
R 238 of 543 ~ 43.83%
G 120 of 543 ~ 22.1%
B 185 of 543 ~ 34.07%

%43.83
%22.1
%34.07

CMYK color model

#EE78B9 color CMYK value is (0,50,22,7).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(0,50,22,7)
C0M50Y22K7 
(0%,50%,22%,7%)
(0.00/0.50/0.22/0.07)	

CMYK percentages

%0
%49.58
%22.27
%6.67

Codes

Color #EE78B9 in popluar color models

EE78B9
RGB238120185
HSL327°77.63%70.20%
HSB/HSV327°49.58%93.33%
CMYK0.00%49.58%22.27%
6.67%

Color #EE78B9 in popluar number systems.

HEXEE78B9
Decimal238120185
Binary11101110111100010111001
Octal356170271

Shades and tints

Shades of #EE78B9

#EE78B9
(238,120,185)
#D96EA9
(217,110,169)
#C46499
(196,100,153)
#AF5A89
(175,90,137)
#9A5079
(154,80,121)
#854669
(133,70,105)
#703C59
(112,60,89)
#5B3249
(91,50,73)
#462839
(70,40,57)
#311E29
(49,30,41)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EE78B9

#EE78B9
(238,120,185)
#EF84BF
(239,132,191)
#F090C5
(240,144,197)
#F19CCB
(241,156,203)
#F2A8D1
(242,168,209)
#F3B4D7
(243,180,215)
#F4C0DD
(244,192,221)
#F5CCE3
(245,204,227)
#F6D8E9
(246,216,233)
#F7E4EF
(247,228,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE78B9 color. Also use rgb(238,120,185) instead hex code.

Text Font Color

.myTextColor { color: #EE78B9; }

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

This text font color is #EE78B9.


Background Color

.myBgColor { background-color: #EE78B9; }

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

This div background color is #EE78B9.


Border color

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

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

This div border color is #EE78B9.


Opacity

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

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

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

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

This text has shadow with #EE78B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE78B9 on black background.


Color preview on white background

This text has color #EE78B9 on white background.



Black color preview on #EE78B9 background

This text has black color on #EE78B9 background.


White color preview on #EE78B9 background

This text has white color on #EE78B9 background.