COLOR #EF6678

HEX: #EF6678 RGB: (239,102,120)

Color info

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

RGB color model

#EF6678 color RGB value is (239,102,120).

RGB: (239,102,120) (94%, 40%, 47%)

RGB channels and saturation

R 239 of 255 = 94%
G 102 of 255 = 40%
B 120 of 255 = 47%

239
102
120

R + G + B ~ 60%. #EF6678 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 239 + 102 + 120 = 461 (100%)
R 239 of 461 ~ 51.84%
G 102 of 461 ~ 22.13%
B 120 of 461 ~ 26.03'%

%51.84
%22.13
%26.03

CMYK color model

#EF6678 color CMYK value is (0,57,50,6).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 49.79%
  • key color value is 6.27%

CMYK: (0,57,50,6)
C0M57Y50K6 (0%, 57%, 50%, 6%)
(0.00 / 0.57 / 0.50 / 0.06)

CMYK percentages

%0
%57.32
%49.79
%6.27

Codes

Color #EF6678 in popluar color models

EF 66 78
RGB 239 102 120
HSL 352° 81.07% 66.86%
HSB/HSV 352° 57.32% 93.73%
CMYK 0.00% 57.32% 49.79%
6.27%

Color #EF6678 in popluar number systems.

HEX EF 66 78
Decimal 239 102 120
Binary 11101111 1100110 1111000
Octal 357 146 170

Shades and tints

Shades of #EF6678

#EF6678
(239,102,120)
#DA5D6E
(218,93,110)
#C55464
(197,84,100)
#B04B5A
(176,75,90)
#9B4250
(155,66,80)
#863946
(134,57,70)
#71303C
(113,48,60)
#5C2732
(92,39,50)
#471E28
(71,30,40)
#32151E
(50,21,30)
#1D0C14
(29,12,20)
#000000
(0,0,0)

Tints of #EF6678

#EF6678
(239,102,120)
#F07384
(240,115,132)
#F18090
(241,128,144)
#F28D9C
(242,141,156)
#F39AA8
(243,154,168)
#F4A7B4
(244,167,180)
#F5B4C0
(245,180,192)
#F6C1CC
(246,193,204)
#F7CED8
(247,206,216)
#F8DBE4
(248,219,228)
#F9E8F0
(249,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6678 color. Also use rgb(239,102,120) instead hex code.

Text Font Color

.myTextColor { color: #EF6678; }

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

This text font color is #EF6678.

Background Color

.myBgColor { background-color: #EF6678; }

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

This div background color is #EF6678.

Border color

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

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

This div border color is #EF6678.

Opacity

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

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

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

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

This text has shadow with #EF6678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF6678.

Preview

Color preview on black background

This text has color #EF6678 on black background.


Color preview on white background

This text has color #EF6678 on white background.


Black color preview on #EF6678 background

This text has black color on #EF6678 background.


White color preview on #EF6678 background

This text has white color on #EF6678 background.


Related colors

Complementary color

Complementary color for #hex is #109987.


I love getcolorcode.com

Triadic colors

1 #78EF66 and #6678EF with #EF6678 are triadic colors.

2 #7866EF and #66EF78 with #EF6678 are triadic colors.