COLOR #EEA1B0

HEX: #EEA1B0
RGB: (238,161,176)

Color info

#EEA1B0 contains mainly red color. Web safe color of #EEA1B0 is #FF9999 (or #F99).

RGB color model

#EEA1B0 color RGB value is (238,161,176).

  • red value is 238;
  • green value is 161;
  • blue value is 176.
RGB:
(238,161,176)
(93%,63%,69%)

RGB channels and saturation

R 238 of 255 = 93%
G 161 of 255 = 63%
B 176 of 255 = 69%

238
161
176

R + G + B ~ 75%. #EEA1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 161 + 176 = 575 (100%)
R 238 of 575 ~ 41.39%
G 161 of 575 ~ 28%
B 176 of 575 ~ 30.61%

%41.39
%28
%30.61

CMYK color model

#EEA1B0 color CMYK value is (0,32,26,7).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 26.05%
  • key color value is 6.67%
CMYK:
(0,32,26,7)
C0M32Y26K7 
(0%,32%,26%,7%)
(0.00/0.32/0.26/0.07)	

CMYK percentages

%0
%32.35
%26.05
%6.67

Codes

Color #EEA1B0 in popluar color models

EEA1B0
RGB238161176
HSL348°69.37%78.24%
HSB/HSV348°32.35%93.33%
CMYK0.00%32.35%26.05%
6.67%

Color #EEA1B0 in popluar number systems.

HEXEEA1B0
Decimal238161176
Binary111011101010000110110000
Octal356241260

Shades and tints

Shades of #EEA1B0

#EEA1B0
(238,161,176)
#D993A0
(217,147,160)
#C48590
(196,133,144)
#AF7780
(175,119,128)
#9A6970
(154,105,112)
#855B60
(133,91,96)
#704D50
(112,77,80)
#5B3F40
(91,63,64)
#463130
(70,49,48)
#312320
(49,35,32)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #EEA1B0

#EEA1B0
(238,161,176)
#EFA9B7
(239,169,183)
#F0B1BE
(240,177,190)
#F1B9C5
(241,185,197)
#F2C1CC
(242,193,204)
#F3C9D3
(243,201,211)
#F4D1DA
(244,209,218)
#F5D9E1
(245,217,225)
#F6E1E8
(246,225,232)
#F7E9EF
(247,233,239)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA1B0 color. Also use rgb(238,161,176) instead hex code.

Text Font Color

.myTextColor { color: #EEA1B0; }

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

This text font color is #EEA1B0.


Background Color

.myBgColor { background-color: #EEA1B0; }

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

This div background color is #EEA1B0.


Border color

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

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

This div border color is #EEA1B0.


Opacity

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

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

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

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

This text has shadow with #EEA1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA1B0 on black background.


Color preview on white background

This text has color #EEA1B0 on white background.



Black color preview on #EEA1B0 background

This text has black color on #EEA1B0 background.


White color preview on #EEA1B0 background

This text has white color on #EEA1B0 background.