COLOR #EF98B4

HEX: #EF98B4 RGB: (239,152,180)

Color info

#EF98B4 contains mainly red and blue colors. Web safe color of #EF98B4 is #FF99CC (or #F9C).

RGB color model

#EF98B4 color RGB value is (239,152,180).

RGB: (239,152,180) (94%, 60%, 71%)

RGB channels and saturation

R 239 of 255 = 94%
G 152 of 255 = 60%
B 180 of 255 = 71%

239
152
180

R + G + B ~ 75%. #EF98B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 152 + 180 = 571 (100%)
R 239 of 571 ~ 41.86%
G 152 of 571 ~ 26.62%
B 180 of 571 ~ 31.52'%

%41.86
%26.62
%31.52

CMYK color model

#EF98B4 color CMYK value is (0,36,25,6).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 24.69%
  • key color value is 6.27%

CMYK: (0,36,25,6)
C0M36Y25K6 (0%, 36%, 25%, 6%)
(0.00 / 0.36 / 0.25 / 0.06)

CMYK percentages

%0
%36.4
%24.69
%6.27

Codes

Color #EF98B4 in popluar color models

EF 98 B4
RGB 239 152 180
HSL 341° 73.11% 76.67%
HSB/HSV 341° 36.40% 93.73%
CMYK 0.00% 36.40% 24.69%
6.27%

Color #EF98B4 in popluar number systems.

HEX EF 98 B4
Decimal 239 152 180
Binary 11101111 10011000 10110100
Octal 357 230 264

Shades and tints

Shades of #EF98B4

#EF98B4
(239,152,180)
#DA8BA4
(218,139,164)
#C57E94
(197,126,148)
#B07184
(176,113,132)
#9B6474
(155,100,116)
#865764
(134,87,100)
#714A54
(113,74,84)
#5C3D44
(92,61,68)
#473034
(71,48,52)
#322324
(50,35,36)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EF98B4

#EF98B4
(239,152,180)
#F0A1BA
(240,161,186)
#F1AAC0
(241,170,192)
#F2B3C6
(242,179,198)
#F3BCCC
(243,188,204)
#F4C5D2
(244,197,210)
#F5CED8
(245,206,216)
#F6D7DE
(246,215,222)
#F7E0E4
(247,224,228)
#F8E9EA
(248,233,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF98B4 color. Also use rgb(239,152,180) instead hex code.

Text Font Color

.myTextColor { color: #EF98B4; }

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

This text font color is #EF98B4.

Background Color

.myBgColor { background-color: #EF98B4; }

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

This div background color is #EF98B4.

Border color

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

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

This div border color is #EF98B4.

Opacity

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

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

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

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

This text has shadow with #EF98B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF98B4.

Preview

Color preview on black background

This text has color #EF98B4 on black background.


Color preview on white background

This text has color #EF98B4 on white background.


Black color preview on #EF98B4 background

This text has black color on #EF98B4 background.


White color preview on #EF98B4 background

This text has white color on #EF98B4 background.


Related colors

Complementary color

Complementary color for #hex is #10674B.


I love getcolorcode.com

Triadic colors

1 #B4EF98 and #98B4EF with #EF98B4 are triadic colors.

2 #B498EF and #98EFB4 with #EF98B4 are triadic colors.