COLOR #EF8DA8

HEX: #EF8DA8 RGB: (239,141,168)

Color info

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

RGB color model

#EF8DA8 color RGB value is (239,141,168).

RGB: (239,141,168) (94%, 55%, 66%)

RGB channels and saturation

R 239 of 255 = 94%
G 141 of 255 = 55%
B 168 of 255 = 66%

239
141
168

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

Portions of RGB colors in percentages

R + G + B = 239 + 141 + 168 = 548 (100%)
R 239 of 548 ~ 43.61%
G 141 of 548 ~ 25.73%
B 168 of 548 ~ 30.66'%

%43.61
%25.73
%30.66

CMYK color model

#EF8DA8 color CMYK value is (0,41,30,6).

  • cyan value is 0.00%
  • magenta value is 41.00%
  • yellow value is 29.71%
  • key color value is 6.27%

CMYK: (0,41,30,6)
C0M41Y30K6 (0%, 41%, 30%, 6%)
(0.00 / 0.41 / 0.30 / 0.06)

CMYK percentages

%0
%41
%29.71
%6.27

Codes

Color #EF8DA8 in popluar color models

EF 8D A8
RGB 239 141 168
HSL 343° 75.38% 74.51%
HSB/HSV 343° 41.00% 93.73%
CMYK 0.00% 41.00% 29.71%
6.27%

Color #EF8DA8 in popluar number systems.

HEX EF 8D A8
Decimal 239 141 168
Binary 11101111 10001101 10101000
Octal 357 215 250

Shades and tints

Shades of #EF8DA8

#EF8DA8
(239,141,168)
#DA8199
(218,129,153)
#C5758A
(197,117,138)
#B0697B
(176,105,123)
#9B5D6C
(155,93,108)
#86515D
(134,81,93)
#71454E
(113,69,78)
#5C393F
(92,57,63)
#472D30
(71,45,48)
#322121
(50,33,33)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #EF8DA8

#EF8DA8
(239,141,168)
#F097AF
(240,151,175)
#F1A1B6
(241,161,182)
#F2ABBD
(242,171,189)
#F3B5C4
(243,181,196)
#F4BFCB
(244,191,203)
#F5C9D2
(245,201,210)
#F6D3D9
(246,211,217)
#F7DDE0
(247,221,224)
#F8E7E7
(248,231,231)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8DA8 color. Also use rgb(239,141,168) instead hex code.

Text Font Color

.myTextColor { color: #EF8DA8; }

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

This text font color is #EF8DA8.

Background Color

.myBgColor { background-color: #EF8DA8; }

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

This div background color is #EF8DA8.

Border color

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

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

This div border color is #EF8DA8.

Opacity

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

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

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

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

This text has shadow with #EF8DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF8DA8.

Preview

Color preview on black background

This text has color #EF8DA8 on black background.


Color preview on white background

This text has color #EF8DA8 on white background.


Black color preview on #EF8DA8 background

This text has black color on #EF8DA8 background.


White color preview on #EF8DA8 background

This text has white color on #EF8DA8 background.


Related colors

Complementary color

Complementary color for #hex is #107257.


I love getcolorcode.com

Triadic colors

1 #A8EF8D and #8DA8EF with #EF8DA8 are triadic colors.

2 #A88DEF and #8DEFA8 with #EF8DA8 are triadic colors.