COLOR #EF89AE

HEX: #EF89AE
RGB: (239,137,174)

Color info

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

RGB color model

#EF89AE color RGB value is (239,137,174).

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

RGB channels and saturation

R 239 of 255 = 94%
G 137 of 255 = 54%
B 174 of 255 = 68%

239
137
174

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

Portions of RGB colors in percentages

R + G + B =
239 + 137 + 174 = 550 (100%)
R 239 of 550 ~ 43.45%
G 137 of 550 ~ 24.91%
B 174 of 550 ~ 31.64%

%43.45
%24.91
%31.64

CMYK color model

#EF89AE color CMYK value is (0,43,27,6).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(0,43,27,6)
C0M43Y27K6 
(0%,43%,27%,6%)
(0.00/0.43/0.27/0.06)	

CMYK percentages

%0
%42.68
%27.2
%6.27

Codes

Color #EF89AE in popluar color models

EF89AE
RGB239137174
HSL338°76.12%73.73%
HSB/HSV338°42.68%93.73%
CMYK0.00%42.68%27.20%
6.27%

Color #EF89AE in popluar number systems.

HEXEF89AE
Decimal239137174
Binary111011111000100110101110
Octal357211256

Shades and tints

Shades of #EF89AE

#EF89AE
(239,137,174)
#DA7D9F
(218,125,159)
#C57190
(197,113,144)
#B06581
(176,101,129)
#9B5972
(155,89,114)
#864D63
(134,77,99)
#714154
(113,65,84)
#5C3545
(92,53,69)
#472936
(71,41,54)
#321D27
(50,29,39)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #EF89AE

#EF89AE
(239,137,174)
#F093B5
(240,147,181)
#F19DBC
(241,157,188)
#F2A7C3
(242,167,195)
#F3B1CA
(243,177,202)
#F4BBD1
(244,187,209)
#F5C5D8
(245,197,216)
#F6CFDF
(246,207,223)
#F7D9E6
(247,217,230)
#F8E3ED
(248,227,237)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF89AE; }

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

This text font color is #EF89AE.


Background Color

.myBgColor { background-color: #EF89AE; }

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

This div background color is #EF89AE.


Border color

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

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

This div border color is #EF89AE.


Opacity

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

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

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

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

This text has shadow with #EF89AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF89AE on black background.


Color preview on white background

This text has color #EF89AE on white background.



Black color preview on #EF89AE background

This text has black color on #EF89AE background.


White color preview on #EF89AE background

This text has white color on #EF89AE background.