COLOR #EE77AE

HEX: #EE77AE
RGB: (238,119,174)

Color info

#EE77AE contains mainly red color. Web safe color of #EE77AE is #FF6699 (or #F69).

RGB color model

#EE77AE color RGB value is (238,119,174).

  • red value is 238;
  • green value is 119;
  • blue value is 174.
RGB:
(238,119,174)
(93%,47%,68%)

RGB channels and saturation

R 238 of 255 = 93%
G 119 of 255 = 47%
B 174 of 255 = 68%

238
119
174

R + G + B ~ 69%. #EE77AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 119 + 174 = 531 (100%)
R 238 of 531 ~ 44.82%
G 119 of 531 ~ 22.41%
B 174 of 531 ~ 32.77%

%44.82
%22.41
%32.77

CMYK color model

#EE77AE color CMYK value is (0,50,27,7).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(0,50,27,7)
C0M50Y27K7 
(0%,50%,27%,7%)
(0.00/0.50/0.27/0.07)	

CMYK percentages

%0
%50
%26.89
%6.67

Codes

Color #EE77AE in popluar color models

EE77AE
RGB238119174
HSL332°77.78%70.00%
HSB/HSV332°50.00%93.33%
CMYK0.00%50.00%26.89%
6.67%

Color #EE77AE in popluar number systems.

HEXEE77AE
Decimal238119174
Binary11101110111011110101110
Octal356167256

Shades and tints

Shades of #EE77AE

#EE77AE
(238,119,174)
#D96D9F
(217,109,159)
#C46390
(196,99,144)
#AF5981
(175,89,129)
#9A4F72
(154,79,114)
#854563
(133,69,99)
#703B54
(112,59,84)
#5B3145
(91,49,69)
#462736
(70,39,54)
#311D27
(49,29,39)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EE77AE

#EE77AE
(238,119,174)
#EF83B5
(239,131,181)
#F08FBC
(240,143,188)
#F19BC3
(241,155,195)
#F2A7CA
(242,167,202)
#F3B3D1
(243,179,209)
#F4BFD8
(244,191,216)
#F5CBDF
(245,203,223)
#F6D7E6
(246,215,230)
#F7E3ED
(247,227,237)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE77AE; }

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

This text font color is #EE77AE.


Background Color

.myBgColor { background-color: #EE77AE; }

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

This div background color is #EE77AE.


Border color

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

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

This div border color is #EE77AE.


Opacity

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

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

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

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

This text has shadow with #EE77AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE77AE on black background.


Color preview on white background

This text has color #EE77AE on white background.



Black color preview on #EE77AE background

This text has black color on #EE77AE background.


White color preview on #EE77AE background

This text has white color on #EE77AE background.