COLOR #EEA0C3

HEX: #EEA0C3
RGB: (238,160,195)

Color info

#EEA0C3 contains mainly red and blue colors. Web safe color of #EEA0C3 is #FF99CC (or #F9C).

RGB color model

#EEA0C3 color RGB value is (238,160,195).

  • red value is 238;
  • green value is 160;
  • blue value is 195.
RGB:
(238,160,195)
(93%,63%,76%)

RGB channels and saturation

R 238 of 255 = 93%
G 160 of 255 = 63%
B 195 of 255 = 76%

238
160
195

R + G + B ~ 77%. #EEA0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 160 + 195 = 593 (100%)
R 238 of 593 ~ 40.13%
G 160 of 593 ~ 26.98%
B 195 of 593 ~ 32.88%

%40.13
%26.98
%32.88

CMYK color model

#EEA0C3 color CMYK value is (0,33,18,7).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK:
(0,33,18,7)
C0M33Y18K7 
(0%,33%,18%,7%)
(0.00/0.33/0.18/0.07)	

CMYK percentages

%0
%32.77
%18.07
%6.67

Codes

Color #EEA0C3 in popluar color models

EEA0C3
RGB238160195
HSL333°69.64%78.04%
HSB/HSV333°32.77%93.33%
CMYK0.00%32.77%18.07%
6.67%

Color #EEA0C3 in popluar number systems.

HEXEEA0C3
Decimal238160195
Binary111011101010000011000011
Octal356240303

Shades and tints

Shades of #EEA0C3

#EEA0C3
(238,160,195)
#D992B2
(217,146,178)
#C484A1
(196,132,161)
#AF7690
(175,118,144)
#9A687F
(154,104,127)
#855A6E
(133,90,110)
#704C5D
(112,76,93)
#5B3E4C
(91,62,76)
#46303B
(70,48,59)
#31222A
(49,34,42)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EEA0C3

#EEA0C3
(238,160,195)
#EFA8C8
(239,168,200)
#F0B0CD
(240,176,205)
#F1B8D2
(241,184,210)
#F2C0D7
(242,192,215)
#F3C8DC
(243,200,220)
#F4D0E1
(244,208,225)
#F5D8E6
(245,216,230)
#F6E0EB
(246,224,235)
#F7E8F0
(247,232,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA0C3 color. Also use rgb(238,160,195) instead hex code.

Text Font Color

.myTextColor { color: #EEA0C3; }

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

This text font color is #EEA0C3.


Background Color

.myBgColor { background-color: #EEA0C3; }

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

This div background color is #EEA0C3.


Border color

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

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

This div border color is #EEA0C3.


Opacity

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

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

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

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

This text has shadow with #EEA0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA0C3 on black background.


Color preview on white background

This text has color #EEA0C3 on white background.



Black color preview on #EEA0C3 background

This text has black color on #EEA0C3 background.


White color preview on #EEA0C3 background

This text has white color on #EEA0C3 background.