COLOR #EE77E0

HEX: #EE77E0 RGB: (238,119,224)

Color info

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

RGB color model

#EE77E0 color RGB value is (238,119,224).

RGB: (238,119,224) (93%, 47%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 119 of 255 = 47%
B 224 of 255 = 88%

238
119
224

R + G + B ~ 76%. #EE77E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 119 + 224 = 581 (100%)
R 238 of 581 ~ 40.96%
G 119 of 581 ~ 20.48%
B 224 of 581 ~ 38.55'%

%40.96
%20.48
%38.55

CMYK color model

#EE77E0 color CMYK value is (0,50,6,7).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 5.88%
  • key color value is 6.67%

CMYK: (0,50,6,7)
C0M50Y6K7 (0%, 50%, 6%, 7%)
(0.00 / 0.50 / 0.06 / 0.07)

CMYK percentages

%0
%50
%5.88
%6.67

Codes

Color #EE77E0 in popluar color models

EE 77 E0
RGB 238 119 224
HSL 307° 77.78% 70.00%
HSB/HSV 307° 50.00% 93.33%
CMYK 0.00% 50.00% 5.88%
6.67%

Color #EE77E0 in popluar number systems.

HEX EE 77 E0
Decimal 238 119 224
Binary 11101110 1110111 11100000
Octal 356 167 340

Shades and tints

Shades of #EE77E0

#EE77E0
(238,119,224)
#D96DCC
(217,109,204)
#C463B8
(196,99,184)
#AF59A4
(175,89,164)
#9A4F90
(154,79,144)
#85457C
(133,69,124)
#703B68
(112,59,104)
#5B3154
(91,49,84)
#462740
(70,39,64)
#311D2C
(49,29,44)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EE77E0

#EE77E0
(238,119,224)
#EF83E2
(239,131,226)
#F08FE4
(240,143,228)
#F19BE6
(241,155,230)
#F2A7E8
(242,167,232)
#F3B3EA
(243,179,234)
#F4BFEC
(244,191,236)
#F5CBEE
(245,203,238)
#F6D7F0
(246,215,240)
#F7E3F2
(247,227,242)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE77E0 color. Also use rgb(238,119,224) instead hex code.

Text Font Color

.myTextColor { color: #EE77E0; }

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

This text font color is #EE77E0.

Background Color

.myBgColor { background-color: #EE77E0; }

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

This div background color is #EE77E0.

Border color

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

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

This div border color is #EE77E0.

Opacity

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

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

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

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

This text has shadow with #EE77E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE77E0.

Preview

Color preview on black background

This text has color #EE77E0 on black background.


Color preview on white background

This text has color #EE77E0 on white background.


Black color preview on #EE77E0 background

This text has black color on #EE77E0 background.


White color preview on #EE77E0 background

This text has white color on #EE77E0 background.


Related colors

Complementary color

Complementary color for #hex is #11881F.


I love getcolorcode.com

Triadic colors

1 #E0EE77 and #77E0EE with #EE77E0 are triadic colors.

2 #E077EE and #77EEE0 with #EE77E0 are triadic colors.