COLOR #EF7E85

HEX: #EF7E85 RGB: (239,126,133)

Color info

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

RGB color model

#EF7E85 color RGB value is (239,126,133).

RGB: (239,126,133) (94%, 49%, 52%)

RGB channels and saturation

R 239 of 255 = 94%
G 126 of 255 = 49%
B 133 of 255 = 52%

239
126
133

R + G + B ~ 65%. #EF7E85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 126 + 133 = 498 (100%)
R 239 of 498 ~ 47.99%
G 126 of 498 ~ 25.3%
B 133 of 498 ~ 26.71'%

%47.99
%25.3
%26.71

CMYK color model

#EF7E85 color CMYK value is (0,47,44,6).

  • cyan value is 0.00%
  • magenta value is 47.28%
  • yellow value is 44.35%
  • key color value is 6.27%

CMYK: (0,47,44,6)
C0M47Y44K6 (0%, 47%, 44%, 6%)
(0.00 / 0.47 / 0.44 / 0.06)

CMYK percentages

%0
%47.28
%44.35
%6.27

Codes

Color #EF7E85 in popluar color models

EF 7E 85
RGB 239 126 133
HSL 356° 77.93% 71.57%
HSB/HSV 356° 47.28% 93.73%
CMYK 0.00% 47.28% 44.35%
6.27%

Color #EF7E85 in popluar number systems.

HEX EF 7E 85
Decimal 239 126 133
Binary 11101111 1111110 10000101
Octal 357 176 205

Shades and tints

Shades of #EF7E85

#EF7E85
(239,126,133)
#DA7379
(218,115,121)
#C5686D
(197,104,109)
#B05D61
(176,93,97)
#9B5255
(155,82,85)
#864749
(134,71,73)
#713C3D
(113,60,61)
#5C3131
(92,49,49)
#472625
(71,38,37)
#321B19
(50,27,25)
#1D100D
(29,16,13)
#000000
(0,0,0)

Tints of #EF7E85

#EF7E85
(239,126,133)
#F08990
(240,137,144)
#F1949B
(241,148,155)
#F29FA6
(242,159,166)
#F3AAB1
(243,170,177)
#F4B5BC
(244,181,188)
#F5C0C7
(245,192,199)
#F6CBD2
(246,203,210)
#F7D6DD
(247,214,221)
#F8E1E8
(248,225,232)
#F9ECF3
(249,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7E85 color. Also use rgb(239,126,133) instead hex code.

Text Font Color

.myTextColor { color: #EF7E85; }

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

This text font color is #EF7E85.

Background Color

.myBgColor { background-color: #EF7E85; }

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

This div background color is #EF7E85.

Border color

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

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

This div border color is #EF7E85.

Opacity

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

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

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

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

This text has shadow with #EF7E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF7E85.

Preview

Color preview on black background

This text has color #EF7E85 on black background.


Color preview on white background

This text has color #EF7E85 on white background.


Black color preview on #EF7E85 background

This text has black color on #EF7E85 background.


White color preview on #EF7E85 background

This text has white color on #EF7E85 background.


Related colors

Complementary color

Complementary color for #hex is #10817A.


I love getcolorcode.com

Triadic colors

1 #85EF7E and #7E85EF with #EF7E85 are triadic colors.

2 #857EEF and #7EEF85 with #EF7E85 are triadic colors.