COLOR #EE73AC

HEX: #EE73AC
RGB: (238,115,172)

Color info

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

RGB color model

#EE73AC color RGB value is (238,115,172).

  • red value is 238;
  • green value is 115;
  • blue value is 172.
RGB:
(238,115,172)
(93%,45%,67%)

RGB channels and saturation

R 238 of 255 = 93%
G 115 of 255 = 45%
B 172 of 255 = 67%

238
115
172

R + G + B ~ 68%. #EE73AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 115 + 172 = 525 (100%)
R 238 of 525 ~ 45.33%
G 115 of 525 ~ 21.9%
B 172 of 525 ~ 32.76%

%45.33
%21.9
%32.76

CMYK color model

#EE73AC color CMYK value is (0,52,28,7).

  • cyan value is 0.00%
  • magenta value is 51.68%
  • yellow value is 27.73%
  • key color value is 6.67%
CMYK:
(0,52,28,7)
C0M52Y28K7 
(0%,52%,28%,7%)
(0.00/0.52/0.28/0.07)	

CMYK percentages

%0
%51.68
%27.73
%6.67

Codes

Color #EE73AC in popluar color models

EE73AC
RGB238115172
HSL332°78.34%69.22%
HSB/HSV332°51.68%93.33%
CMYK0.00%51.68%27.73%
6.67%

Color #EE73AC in popluar number systems.

HEXEE73AC
Decimal238115172
Binary11101110111001110101100
Octal356163254

Shades and tints

Shades of #EE73AC

#EE73AC
(238,115,172)
#D9699D
(217,105,157)
#C45F8E
(196,95,142)
#AF557F
(175,85,127)
#9A4B70
(154,75,112)
#854161
(133,65,97)
#703752
(112,55,82)
#5B2D43
(91,45,67)
#462334
(70,35,52)
#311925
(49,25,37)
#1C0F16
(28,15,22)
#000000
(0,0,0)

Tints of #EE73AC

#EE73AC
(238,115,172)
#EF7FB3
(239,127,179)
#F08BBA
(240,139,186)
#F197C1
(241,151,193)
#F2A3C8
(242,163,200)
#F3AFCF
(243,175,207)
#F4BBD6
(244,187,214)
#F5C7DD
(245,199,221)
#F6D3E4
(246,211,228)
#F7DFEB
(247,223,235)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE73AC color. Also use rgb(238,115,172) instead hex code.

Text Font Color

.myTextColor { color: #EE73AC; }

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

This text font color is #EE73AC.


Background Color

.myBgColor { background-color: #EE73AC; }

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

This div background color is #EE73AC.


Border color

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

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

This div border color is #EE73AC.


Opacity

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

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

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

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

This text has shadow with #EE73AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE73AC on black background.


Color preview on white background

This text has color #EE73AC on white background.



Black color preview on #EE73AC background

This text has black color on #EE73AC background.


White color preview on #EE73AC background

This text has white color on #EE73AC background.