COLOR #EF98A2

HEX: #EF98A2
RGB: (239,152,162)

Color info

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

RGB color model

#EF98A2 color RGB value is (239,152,162).

  • red value is 239;
  • green value is 152;
  • blue value is 162.
RGB:
(239,152,162)
(94%,60%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 152 of 255 = 60%
B 162 of 255 = 64%

239
152
162

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

Portions of RGB colors in percentages

R + G + B =
239 + 152 + 162 = 553 (100%)
R 239 of 553 ~ 43.22%
G 152 of 553 ~ 27.49%
B 162 of 553 ~ 29.29%

%43.22
%27.49
%29.29

CMYK color model

#EF98A2 color CMYK value is (0,36,32,6).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK:
(0,36,32,6)
C0M36Y32K6 
(0%,36%,32%,6%)
(0.00/0.36/0.32/0.06)	

CMYK percentages

%0
%36.4
%32.22
%6.27

Codes

Color #EF98A2 in popluar color models

EF98A2
RGB239152162
HSL353°73.11%76.67%
HSB/HSV353°36.40%93.73%
CMYK0.00%36.40%32.22%
6.27%

Color #EF98A2 in popluar number systems.

HEXEF98A2
Decimal239152162
Binary111011111001100010100010
Octal357230242

Shades and tints

Shades of #EF98A2

#EF98A2
(239,152,162)
#DA8B94
(218,139,148)
#C57E86
(197,126,134)
#B07178
(176,113,120)
#9B646A
(155,100,106)
#86575C
(134,87,92)
#714A4E
(113,74,78)
#5C3D40
(92,61,64)
#473032
(71,48,50)
#322324
(50,35,36)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EF98A2

#EF98A2
(239,152,162)
#F0A1AA
(240,161,170)
#F1AAB2
(241,170,178)
#F2B3BA
(242,179,186)
#F3BCC2
(243,188,194)
#F4C5CA
(244,197,202)
#F5CED2
(245,206,210)
#F6D7DA
(246,215,218)
#F7E0E2
(247,224,226)
#F8E9EA
(248,233,234)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF98A2; }

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

This text font color is #EF98A2.


Background Color

.myBgColor { background-color: #EF98A2; }

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

This div background color is #EF98A2.


Border color

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

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

This div border color is #EF98A2.


Opacity

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

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

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

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

This text has shadow with #EF98A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF98A2 on black background.


Color preview on white background

This text has color #EF98A2 on white background.



Black color preview on #EF98A2 background

This text has black color on #EF98A2 background.


White color preview on #EF98A2 background

This text has white color on #EF98A2 background.