COLOR #EE7A8C

HEX: #EE7A8C
RGB: (238,122,140)

Color info

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

RGB color model

#EE7A8C color RGB value is (238,122,140).

  • red value is 238;
  • green value is 122;
  • blue value is 140.
RGB:
(238,122,140)
(93%,48%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 122 of 255 = 48%
B 140 of 255 = 55%

238
122
140

R + G + B ~ 65%. #EE7A8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 122 + 140 = 500 (100%)
R 238 of 500 ~ 47.6%
G 122 of 500 ~ 24.4%
B 140 of 500 ~ 28%

%47.6
%24.4
%28

CMYK color model

#EE7A8C color CMYK value is (0,49,41,7).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 41.18%
  • key color value is 6.67%
CMYK:
(0,49,41,7)
C0M49Y41K7 
(0%,49%,41%,7%)
(0.00/0.49/0.41/0.07)	

CMYK percentages

%0
%48.74
%41.18
%6.67

Codes

Color #EE7A8C in popluar color models

EE7A8C
RGB238122140
HSL351°77.33%70.59%
HSB/HSV351°48.74%93.33%
CMYK0.00%48.74%41.18%
6.67%

Color #EE7A8C in popluar number systems.

HEXEE7A8C
Decimal238122140
Binary11101110111101010001100
Octal356172214

Shades and tints

Shades of #EE7A8C

#EE7A8C
(238,122,140)
#D96F80
(217,111,128)
#C46474
(196,100,116)
#AF5968
(175,89,104)
#9A4E5C
(154,78,92)
#854350
(133,67,80)
#703844
(112,56,68)
#5B2D38
(91,45,56)
#46222C
(70,34,44)
#311720
(49,23,32)
#1C0C14
(28,12,20)
#000000
(0,0,0)

Tints of #EE7A8C

#EE7A8C
(238,122,140)
#EF8696
(239,134,150)
#F092A0
(240,146,160)
#F19EAA
(241,158,170)
#F2AAB4
(242,170,180)
#F3B6BE
(243,182,190)
#F4C2C8
(244,194,200)
#F5CED2
(245,206,210)
#F6DADC
(246,218,220)
#F7E6E6
(247,230,230)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7A8C color. Also use rgb(238,122,140) instead hex code.

Text Font Color

.myTextColor { color: #EE7A8C; }

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

This text font color is #EE7A8C.


Background Color

.myBgColor { background-color: #EE7A8C; }

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

This div background color is #EE7A8C.


Border color

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

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

This div border color is #EE7A8C.


Opacity

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

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

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

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

This text has shadow with #EE7A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7A8C on black background.


Color preview on white background

This text has color #EE7A8C on white background.



Black color preview on #EE7A8C background

This text has black color on #EE7A8C background.


White color preview on #EE7A8C background

This text has white color on #EE7A8C background.