COLOR #EF8A88

HEX: #EF8A88
RGB: (239,138,136)

Color info

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

RGB color model

#EF8A88 color RGB value is (239,138,136).

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

RGB channels and saturation

R 239 of 255 = 94%
G 138 of 255 = 54%
B 136 of 255 = 53%

239
138
136

R + G + B ~ 67%. #EF8A88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 138 + 136 = 513 (100%)
R 239 of 513 ~ 46.59%
G 138 of 513 ~ 26.9%
B 136 of 513 ~ 26.51%

%46.59
%26.9
%26.51

CMYK color model

#EF8A88 color CMYK value is (0,42,43,6).

  • cyan value is 0.00%
  • magenta value is 42.26%
  • yellow value is 43.10%
  • key color value is 6.27%
CMYK:
(0,42,43,6)
C0M42Y43K6 
(0%,42%,43%,6%)
(0.00/0.42/0.43/0.06)	

CMYK percentages

%0
%42.26
%43.1
%6.27

Codes

Color #EF8A88 in popluar color models

EF8A88
RGB239138136
HSL76.30%73.53%
HSB/HSV43.10%93.73%
CMYK0.00%42.26%43.10%
6.27%

Color #EF8A88 in popluar number systems.

HEXEF8A88
Decimal239138136
Binary111011111000101010001000
Octal357212210

Shades and tints

Shades of #EF8A88

#EF8A88
(239,138,136)
#DA7E7C
(218,126,124)
#C57270
(197,114,112)
#B06664
(176,102,100)
#9B5A58
(155,90,88)
#864E4C
(134,78,76)
#714240
(113,66,64)
#5C3634
(92,54,52)
#472A28
(71,42,40)
#321E1C
(50,30,28)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #EF8A88

#EF8A88
(239,138,136)
#F09492
(240,148,146)
#F19E9C
(241,158,156)
#F2A8A6
(242,168,166)
#F3B2B0
(243,178,176)
#F4BCBA
(244,188,186)
#F5C6C4
(245,198,196)
#F6D0CE
(246,208,206)
#F7DAD8
(247,218,216)
#F8E4E2
(248,228,226)
#F9EEEC
(249,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF8A88; }

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

This text font color is #EF8A88.


Background Color

.myBgColor { background-color: #EF8A88; }

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

This div background color is #EF8A88.


Border color

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

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

This div border color is #EF8A88.


Opacity

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

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

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

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

This text has shadow with #EF8A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8A88 on black background.


Color preview on white background

This text has color #EF8A88 on white background.



Black color preview on #EF8A88 background

This text has black color on #EF8A88 background.


White color preview on #EF8A88 background

This text has white color on #EF8A88 background.