COLOR #EE78F2

HEX: #EE78F2
RGB: (238,120,242)

Color info

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

RGB color model

#EE78F2 color RGB value is (238,120,242).

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

RGB channels and saturation

R 238 of 255 = 93%
G 120 of 255 = 47%
B 242 of 255 = 95%

238
120
242

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

Portions of RGB colors in percentages

R + G + B =
238 + 120 + 242 = 600 (100%)
R 238 of 600 ~ 39.67%
G 120 of 600 ~ 20%
B 242 of 600 ~ 40.33%

%39.67
%20
%40.33

CMYK color model

#EE78F2 color CMYK value is (2,50,0,5).

  • cyan value is 1.65%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(2,50,0,5)
C2M50Y0K5 
(2%,50%,0%,5%)
(0.02/0.50/0.00/0.05)	

CMYK percentages

%1.65
%50.41
%0
%5.1

Codes

Color #EE78F2 in popluar color models

EE78F2
RGB238120242
HSL298°82.43%70.98%
HSB/HSV298°50.41%94.90%
CMYK1.65%50.41%0.00%
5.10%

Color #EE78F2 in popluar number systems.

HEXEE78F2
Decimal238120242
Binary11101110111100011110010
Octal356170362

Shades and tints

Shades of #EE78F2

#EE78F2
(238,120,242)
#D96EDC
(217,110,220)
#C464C6
(196,100,198)
#AF5AB0
(175,90,176)
#9A509A
(154,80,154)
#854684
(133,70,132)
#703C6E
(112,60,110)
#5B3258
(91,50,88)
#462842
(70,40,66)
#311E2C
(49,30,44)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EE78F2

#EE78F2
(238,120,242)
#EF84F3
(239,132,243)
#F090F4
(240,144,244)
#F19CF5
(241,156,245)
#F2A8F6
(242,168,246)
#F3B4F7
(243,180,247)
#F4C0F8
(244,192,248)
#F5CCF9
(245,204,249)
#F6D8FA
(246,216,250)
#F7E4FB
(247,228,251)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE78F2; }

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

This text font color is #EE78F2.


Background Color

.myBgColor { background-color: #EE78F2; }

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

This div background color is #EE78F2.


Border color

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

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

This div border color is #EE78F2.


Opacity

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

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

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

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

This text has shadow with #EE78F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE78F2 on black background.


Color preview on white background

This text has color #EE78F2 on white background.



Black color preview on #EE78F2 background

This text has black color on #EE78F2 background.


White color preview on #EE78F2 background

This text has white color on #EE78F2 background.