COLOR #EF8A9A

HEX: #EF8A9A
RGB: (239,138,154)

Color info

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

RGB color model

#EF8A9A color RGB value is (239,138,154).

  • red value is 239;
  • green value is 138;
  • blue value is 154.
RGB:
(239,138,154)
(94%,54%,60%)

RGB channels and saturation

R 239 of 255 = 94%
G 138 of 255 = 54%
B 154 of 255 = 60%

239
138
154

R + G + B ~ 69%. #EF8A9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 138 + 154 = 531 (100%)
R 239 of 531 ~ 45.01%
G 138 of 531 ~ 25.99%
B 154 of 531 ~ 29%

%45.01
%25.99
%29

CMYK color model

#EF8A9A color CMYK value is (0,42,36,6).

  • cyan value is 0.00%
  • magenta value is 42.26%
  • yellow value is 35.56%
  • key color value is 6.27%
CMYK:
(0,42,36,6)
C0M42Y36K6 
(0%,42%,36%,6%)
(0.00/0.42/0.36/0.06)	

CMYK percentages

%0
%42.26
%35.56
%6.27

Codes

Color #EF8A9A in popluar color models

EF8A9A
RGB239138154
HSL350°75.94%73.92%
HSB/HSV350°42.26%93.73%
CMYK0.00%42.26%35.56%
6.27%

Color #EF8A9A in popluar number systems.

HEXEF8A9A
Decimal239138154
Binary111011111000101010011010
Octal357212232

Shades and tints

Shades of #EF8A9A

#EF8A9A
(239,138,154)
#DA7E8C
(218,126,140)
#C5727E
(197,114,126)
#B06670
(176,102,112)
#9B5A62
(155,90,98)
#864E54
(134,78,84)
#714246
(113,66,70)
#5C3638
(92,54,56)
#472A2A
(71,42,42)
#321E1C
(50,30,28)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #EF8A9A

#EF8A9A
(239,138,154)
#F094A3
(240,148,163)
#F19EAC
(241,158,172)
#F2A8B5
(242,168,181)
#F3B2BE
(243,178,190)
#F4BCC7
(244,188,199)
#F5C6D0
(245,198,208)
#F6D0D9
(246,208,217)
#F7DAE2
(247,218,226)
#F8E4EB
(248,228,235)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8A9A color. Also use rgb(239,138,154) instead hex code.

Text Font Color

.myTextColor { color: #EF8A9A; }

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

This text font color is #EF8A9A.


Background Color

.myBgColor { background-color: #EF8A9A; }

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

This div background color is #EF8A9A.


Border color

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

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

This div border color is #EF8A9A.


Opacity

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

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

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

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

This text has shadow with #EF8A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8A9A on black background.


Color preview on white background

This text has color #EF8A9A on white background.



Black color preview on #EF8A9A background

This text has black color on #EF8A9A background.


White color preview on #EF8A9A background

This text has white color on #EF8A9A background.