COLOR #EF8BAE

HEX: #EF8BAE
RGB: (239,139,174)

Color info

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

RGB color model

#EF8BAE color RGB value is (239,139,174).

  • red value is 239;
  • green value is 139;
  • blue value is 174.
RGB:
(239,139,174)
(94%,55%,68%)

RGB channels and saturation

R 239 of 255 = 94%
G 139 of 255 = 55%
B 174 of 255 = 68%

239
139
174

R + G + B ~ 72%. #EF8BAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 139 + 174 = 552 (100%)
R 239 of 552 ~ 43.3%
G 139 of 552 ~ 25.18%
B 174 of 552 ~ 31.52%

%43.3
%25.18
%31.52

CMYK color model

#EF8BAE color CMYK value is (0,42,27,6).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(0,42,27,6)
C0M42Y27K6 
(0%,42%,27%,6%)
(0.00/0.42/0.27/0.06)	

CMYK percentages

%0
%41.84
%27.2
%6.27

Codes

Color #EF8BAE in popluar color models

EF8BAE
RGB239139174
HSL339°75.76%74.12%
HSB/HSV339°41.84%93.73%
CMYK0.00%41.84%27.20%
6.27%

Color #EF8BAE in popluar number systems.

HEXEF8BAE
Decimal239139174
Binary111011111000101110101110
Octal357213256

Shades and tints

Shades of #EF8BAE

#EF8BAE
(239,139,174)
#DA7F9F
(218,127,159)
#C57390
(197,115,144)
#B06781
(176,103,129)
#9B5B72
(155,91,114)
#864F63
(134,79,99)
#714354
(113,67,84)
#5C3745
(92,55,69)
#472B36
(71,43,54)
#321F27
(50,31,39)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EF8BAE

#EF8BAE
(239,139,174)
#F095B5
(240,149,181)
#F19FBC
(241,159,188)
#F2A9C3
(242,169,195)
#F3B3CA
(243,179,202)
#F4BDD1
(244,189,209)
#F5C7D8
(245,199,216)
#F6D1DF
(246,209,223)
#F7DBE6
(247,219,230)
#F8E5ED
(248,229,237)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8BAE color. Also use rgb(239,139,174) instead hex code.

Text Font Color

.myTextColor { color: #EF8BAE; }

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

This text font color is #EF8BAE.


Background Color

.myBgColor { background-color: #EF8BAE; }

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

This div background color is #EF8BAE.


Border color

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

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

This div border color is #EF8BAE.


Opacity

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

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

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

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

This text has shadow with #EF8BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8BAE on black background.


Color preview on white background

This text has color #EF8BAE on white background.



Black color preview on #EF8BAE background

This text has black color on #EF8BAE background.


White color preview on #EF8BAE background

This text has white color on #EF8BAE background.