COLOR #EF6980

HEX: #EF6980 RGB: (239,105,128)

Color info

#EF6980 contains mainly red color. Web safe color of #EF6980 is #FF6666 (or #F66).

RGB color model

#EF6980 color RGB value is (239,105,128).

RGB: (239,105,128) (94%, 41%, 50%)

RGB channels and saturation

R 239 of 255 = 94%
G 105 of 255 = 41%
B 128 of 255 = 50%

239
105
128

R + G + B ~ 62%. #EF6980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 105 + 128 = 472 (100%)
R 239 of 472 ~ 50.64%
G 105 of 472 ~ 22.25%
B 128 of 472 ~ 27.12'%

%50.64
%22.25
%27.12

CMYK color model

#EF6980 color CMYK value is (0,56,46,6).

  • cyan value is 0.00%
  • magenta value is 56.07%
  • yellow value is 46.44%
  • key color value is 6.27%

CMYK: (0,56,46,6)
C0M56Y46K6 (0%, 56%, 46%, 6%)
(0.00 / 0.56 / 0.46 / 0.06)

CMYK percentages

%0
%56.07
%46.44
%6.27

Codes

Color #EF6980 in popluar color models

EF 69 80
RGB 239 105 128
HSL 350° 80.72% 67.45%
HSB/HSV 350° 56.07% 93.73%
CMYK 0.00% 56.07% 46.44%
6.27%

Color #EF6980 in popluar number systems.

HEX EF 69 80
Decimal 239 105 128
Binary 11101111 1101001 10000000
Octal 357 151 200

Shades and tints

Shades of #EF6980

#EF6980
(239,105,128)
#DA6075
(218,96,117)
#C5576A
(197,87,106)
#B04E5F
(176,78,95)
#9B4554
(155,69,84)
#863C49
(134,60,73)
#71333E
(113,51,62)
#5C2A33
(92,42,51)
#472128
(71,33,40)
#32181D
(50,24,29)
#1D0F12
(29,15,18)
#000000
(0,0,0)

Tints of #EF6980

#EF6980
(239,105,128)
#F0768B
(240,118,139)
#F18396
(241,131,150)
#F290A1
(242,144,161)
#F39DAC
(243,157,172)
#F4AAB7
(244,170,183)
#F5B7C2
(245,183,194)
#F6C4CD
(246,196,205)
#F7D1D8
(247,209,216)
#F8DEE3
(248,222,227)
#F9EBEE
(249,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF6980; }

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

This text font color is #EF6980.

Background Color

.myBgColor { background-color: #EF6980; }

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

This div background color is #EF6980.

Border color

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

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

This div border color is #EF6980.

Opacity

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

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

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

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

This text has shadow with #EF6980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF6980.

Preview

Color preview on black background

This text has color #EF6980 on black background.


Color preview on white background

This text has color #EF6980 on white background.


Black color preview on #EF6980 background

This text has black color on #EF6980 background.


White color preview on #EF6980 background

This text has white color on #EF6980 background.


Related colors

Complementary color

Complementary color for #hex is #10967F.


I love getcolorcode.com

Triadic colors

1 #80EF69 and #6980EF with #EF6980 are triadic colors.

2 #8069EF and #69EF80 with #EF6980 are triadic colors.