COLOR #EF99A2

HEX: #EF99A2
RGB: (239,153,162)

Color info

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

RGB color model

#EF99A2 color RGB value is (239,153,162).

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

RGB channels and saturation

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

239
153
162

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

Portions of RGB colors in percentages

R + G + B =
239 + 153 + 162 = 554 (100%)
R 239 of 554 ~ 43.14%
G 153 of 554 ~ 27.62%
B 162 of 554 ~ 29.24%

%43.14
%27.62
%29.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.98%
  • 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
%35.98
%32.22
%6.27

Codes

Color #EF99A2 in popluar color models

EF99A2
RGB239153162
HSL354°72.88%76.86%
HSB/HSV354°35.98%93.73%
CMYK0.00%35.98%32.22%
6.27%

Color #EF99A2 in popluar number systems.

HEXEF99A2
Decimal239153162
Binary111011111001100110100010
Octal357231242

Shades and tints

Shades of #EF99A2

#EF99A2
(239,153,162)
#DA8C94
(218,140,148)
#C57F86
(197,127,134)
#B07278
(176,114,120)
#9B656A
(155,101,106)
#86585C
(134,88,92)
#714B4E
(113,75,78)
#5C3E40
(92,62,64)
#473132
(71,49,50)
#322424
(50,36,36)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EF99A2

#EF99A2
(239,153,162)
#F0A2AA
(240,162,170)
#F1ABB2
(241,171,178)
#F2B4BA
(242,180,186)
#F3BDC2
(243,189,194)
#F4C6CA
(244,198,202)
#F5CFD2
(245,207,210)
#F6D8DA
(246,216,218)
#F7E1E2
(247,225,226)
#F8EAEA
(248,234,234)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF99A2; }

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

This text font color is #EF99A2.


Background Color

.myBgColor { background-color: #EF99A2; }

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

This div background color is #EF99A2.


Border color

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

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

This div border color is #EF99A2.


Opacity

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

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

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

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

This text has shadow with #EF99A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF99A2 on black background.


Color preview on white background

This text has color #EF99A2 on white background.



Black color preview on #EF99A2 background

This text has black color on #EF99A2 background.


White color preview on #EF99A2 background

This text has white color on #EF99A2 background.