COLOR #EF80A4

HEX: #EF80A4
RGB: (239,128,164)

Color info

#EF80A4 contains mainly red color. Web safe color of #EF80A4 is #FF6699 (or #F69).

RGB color model

#EF80A4 color RGB value is (239,128,164).

  • red value is 239;
  • green value is 128;
  • blue value is 164.
RGB:
(239,128,164)
(94%,50%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 128 of 255 = 50%
B 164 of 255 = 64%

239
128
164

R + G + B ~ 69%. #EF80A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 128 + 164 = 531 (100%)
R 239 of 531 ~ 45.01%
G 128 of 531 ~ 24.11%
B 164 of 531 ~ 30.89%

%45.01
%24.11
%30.89

CMYK color model

#EF80A4 color CMYK value is (0,46,31,6).

  • cyan value is 0.00%
  • magenta value is 46.44%
  • yellow value is 31.38%
  • key color value is 6.27%
CMYK:
(0,46,31,6)
C0M46Y31K6 
(0%,46%,31%,6%)
(0.00/0.46/0.31/0.06)	

CMYK percentages

%0
%46.44
%31.38
%6.27

Codes

Color #EF80A4 in popluar color models

EF80A4
RGB239128164
HSL341°77.62%71.96%
HSB/HSV341°46.44%93.73%
CMYK0.00%46.44%31.38%
6.27%

Color #EF80A4 in popluar number systems.

HEXEF80A4
Decimal239128164
Binary111011111000000010100100
Octal357200244

Shades and tints

Shades of #EF80A4

#EF80A4
(239,128,164)
#DA7596
(218,117,150)
#C56A88
(197,106,136)
#B05F7A
(176,95,122)
#9B546C
(155,84,108)
#86495E
(134,73,94)
#713E50
(113,62,80)
#5C3342
(92,51,66)
#472834
(71,40,52)
#321D26
(50,29,38)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #EF80A4

#EF80A4
(239,128,164)
#F08BAC
(240,139,172)
#F196B4
(241,150,180)
#F2A1BC
(242,161,188)
#F3ACC4
(243,172,196)
#F4B7CC
(244,183,204)
#F5C2D4
(245,194,212)
#F6CDDC
(246,205,220)
#F7D8E4
(247,216,228)
#F8E3EC
(248,227,236)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF80A4 color. Also use rgb(239,128,164) instead hex code.

Text Font Color

.myTextColor { color: #EF80A4; }

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

This text font color is #EF80A4.


Background Color

.myBgColor { background-color: #EF80A4; }

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

This div background color is #EF80A4.


Border color

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

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

This div border color is #EF80A4.


Opacity

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

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

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

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

This text has shadow with #EF80A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF80A4 on black background.


Color preview on white background

This text has color #EF80A4 on white background.



Black color preview on #EF80A4 background

This text has black color on #EF80A4 background.


White color preview on #EF80A4 background

This text has white color on #EF80A4 background.