COLOR #EF9EA1

HEX: #EF9EA1
RGB: (239,158,161)

Color info

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

RGB color model

#EF9EA1 color RGB value is (239,158,161).

  • red value is 239;
  • green value is 158;
  • blue value is 161.
RGB:
(239,158,161)
(94%,62%,63%)

RGB channels and saturation

R 239 of 255 = 94%
G 158 of 255 = 62%
B 161 of 255 = 63%

239
158
161

R + G + B ~ 73%. #EF9EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 158 + 161 = 558 (100%)
R 239 of 558 ~ 42.83%
G 158 of 558 ~ 28.32%
B 161 of 558 ~ 28.85%

%42.83
%28.32
%28.85

CMYK color model

#EF9EA1 color CMYK value is (0,34,33,6).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK:
(0,34,33,6)
C0M34Y33K6 
(0%,34%,33%,6%)
(0.00/0.34/0.33/0.06)	

CMYK percentages

%0
%33.89
%32.64
%6.27

Codes

Color #EF9EA1 in popluar color models

EF9EA1
RGB239158161
HSL358°71.68%77.84%
HSB/HSV358°33.89%93.73%
CMYK0.00%33.89%32.64%
6.27%

Color #EF9EA1 in popluar number systems.

HEXEF9EA1
Decimal239158161
Binary111011111001111010100001
Octal357236241

Shades and tints

Shades of #EF9EA1

#EF9EA1
(239,158,161)
#DA9093
(218,144,147)
#C58285
(197,130,133)
#B07477
(176,116,119)
#9B6669
(155,102,105)
#86585B
(134,88,91)
#714A4D
(113,74,77)
#5C3C3F
(92,60,63)
#472E31
(71,46,49)
#322023
(50,32,35)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EF9EA1

#EF9EA1
(239,158,161)
#F0A6A9
(240,166,169)
#F1AEB1
(241,174,177)
#F2B6B9
(242,182,185)
#F3BEC1
(243,190,193)
#F4C6C9
(244,198,201)
#F5CED1
(245,206,209)
#F6D6D9
(246,214,217)
#F7DEE1
(247,222,225)
#F8E6E9
(248,230,233)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9EA1 color. Also use rgb(239,158,161) instead hex code.

Text Font Color

.myTextColor { color: #EF9EA1; }

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

This text font color is #EF9EA1.


Background Color

.myBgColor { background-color: #EF9EA1; }

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

This div background color is #EF9EA1.


Border color

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

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

This div border color is #EF9EA1.


Opacity

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

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

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

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

This text has shadow with #EF9EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9EA1 on black background.


Color preview on white background

This text has color #EF9EA1 on white background.



Black color preview on #EF9EA1 background

This text has black color on #EF9EA1 background.


White color preview on #EF9EA1 background

This text has white color on #EF9EA1 background.