COLOR #EF93AE

HEX: #EF93AE
RGB: (239,147,174)

Color info

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

RGB color model

#EF93AE color RGB value is (239,147,174).

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

RGB channels and saturation

R 239 of 255 = 94%
G 147 of 255 = 58%
B 174 of 255 = 68%

239
147
174

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

Portions of RGB colors in percentages

R + G + B =
239 + 147 + 174 = 560 (100%)
R 239 of 560 ~ 42.68%
G 147 of 560 ~ 26.25%
B 174 of 560 ~ 31.07%

%42.68
%26.25
%31.07

CMYK color model

#EF93AE color CMYK value is (0,38,27,6).

  • cyan value is 0.00%
  • magenta value is 38.49%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(0,38,27,6)
C0M38Y27K6 
(0%,38%,27%,6%)
(0.00/0.38/0.27/0.06)	

CMYK percentages

%0
%38.49
%27.2
%6.27

Codes

Color #EF93AE in popluar color models

EF93AE
RGB239147174
HSL342°74.19%75.69%
HSB/HSV342°38.49%93.73%
CMYK0.00%38.49%27.20%
6.27%

Color #EF93AE in popluar number systems.

HEXEF93AE
Decimal239147174
Binary111011111001001110101110
Octal357223256

Shades and tints

Shades of #EF93AE

#EF93AE
(239,147,174)
#DA869F
(218,134,159)
#C57990
(197,121,144)
#B06C81
(176,108,129)
#9B5F72
(155,95,114)
#865263
(134,82,99)
#714554
(113,69,84)
#5C3845
(92,56,69)
#472B36
(71,43,54)
#321E27
(50,30,39)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #EF93AE

#EF93AE
(239,147,174)
#F09CB5
(240,156,181)
#F1A5BC
(241,165,188)
#F2AEC3
(242,174,195)
#F3B7CA
(243,183,202)
#F4C0D1
(244,192,209)
#F5C9D8
(245,201,216)
#F6D2DF
(246,210,223)
#F7DBE6
(247,219,230)
#F8E4ED
(248,228,237)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF93AE; }

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

This text font color is #EF93AE.


Background Color

.myBgColor { background-color: #EF93AE; }

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

This div background color is #EF93AE.


Border color

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

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

This div border color is #EF93AE.


Opacity

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

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

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

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

This text has shadow with #EF93AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF93AE on black background.


Color preview on white background

This text has color #EF93AE on white background.



Black color preview on #EF93AE background

This text has black color on #EF93AE background.


White color preview on #EF93AE background

This text has white color on #EF93AE background.