COLOR #EF50A8

HEX: #EF50A8
RGB: (239,80,168)

Color info

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

RGB color model

#EF50A8 color RGB value is (239,80,168).

  • red value is 239;
  • green value is 80;
  • blue value is 168.
RGB:
(239,80,168)
(94%,31%,66%)

RGB channels and saturation

R 239 of 255 = 94%
G 80 of 255 = 31%
B 168 of 255 = 66%

239
80
168

R + G + B ~ 64%. #EF50A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 80 + 168 = 487 (100%)
R 239 of 487 ~ 49.08%
G 80 of 487 ~ 16.43%
B 168 of 487 ~ 34.5%

%49.08
%16.43
%34.5

CMYK color model

#EF50A8 color CMYK value is (0,67,30,6).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 29.71%
  • key color value is 6.27%
CMYK:
(0,67,30,6)
C0M67Y30K6 
(0%,67%,30%,6%)
(0.00/0.67/0.30/0.06)	

CMYK percentages

%0
%66.53
%29.71
%6.27

Codes

Color #EF50A8 in popluar color models

EF50A8
RGB23980168
HSL327°83.25%62.55%
HSB/HSV327°66.53%93.73%
CMYK0.00%66.53%29.71%
6.27%

Color #EF50A8 in popluar number systems.

HEXEF50A8
Decimal23980168
Binary11101111101000010101000
Octal357120250

Shades and tints

Shades of #EF50A8

#EF50A8
(239,80,168)
#DA4999
(218,73,153)
#C5428A
(197,66,138)
#B03B7B
(176,59,123)
#9B346C
(155,52,108)
#862D5D
(134,45,93)
#71264E
(113,38,78)
#5C1F3F
(92,31,63)
#471830
(71,24,48)
#321121
(50,17,33)
#1D0A12
(29,10,18)
#000000
(0,0,0)

Tints of #EF50A8

#EF50A8
(239,80,168)
#F05FAF
(240,95,175)
#F16EB6
(241,110,182)
#F27DBD
(242,125,189)
#F38CC4
(243,140,196)
#F49BCB
(244,155,203)
#F5AAD2
(245,170,210)
#F6B9D9
(246,185,217)
#F7C8E0
(247,200,224)
#F8D7E7
(248,215,231)
#F9E6EE
(249,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF50A8; }

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

This text font color is #EF50A8.


Background Color

.myBgColor { background-color: #EF50A8; }

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

This div background color is #EF50A8.


Border color

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

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

This div border color is #EF50A8.


Opacity

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

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

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

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

This text has shadow with #EF50A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF50A8 on black background.


Color preview on white background

This text has color #EF50A8 on white background.



Black color preview on #EF50A8 background

This text has black color on #EF50A8 background.


White color preview on #EF50A8 background

This text has white color on #EF50A8 background.