COLOR #EF7597

HEX: #EF7597
RGB: (239,117,151)

Color info

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

RGB color model

#EF7597 color RGB value is (239,117,151).

  • red value is 239;
  • green value is 117;
  • blue value is 151.
RGB:
(239,117,151)
(94%,46%,59%)

RGB channels and saturation

R 239 of 255 = 94%
G 117 of 255 = 46%
B 151 of 255 = 59%

239
117
151

R + G + B ~ 66%. #EF7597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 117 + 151 = 507 (100%)
R 239 of 507 ~ 47.14%
G 117 of 507 ~ 23.08%
B 151 of 507 ~ 29.78%

%47.14
%23.08
%29.78

CMYK color model

#EF7597 color CMYK value is (0,51,37,6).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 36.82%
  • key color value is 6.27%
CMYK:
(0,51,37,6)
C0M51Y37K6 
(0%,51%,37%,6%)
(0.00/0.51/0.37/0.06)	

CMYK percentages

%0
%51.05
%36.82
%6.27

Codes

Color #EF7597 in popluar color models

EF7597
RGB239117151
HSL343°79.22%69.80%
HSB/HSV343°51.05%93.73%
CMYK0.00%51.05%36.82%
6.27%

Color #EF7597 in popluar number systems.

HEXEF7597
Decimal239117151
Binary11101111111010110010111
Octal357165227

Shades and tints

Shades of #EF7597

#EF7597
(239,117,151)
#DA6B8A
(218,107,138)
#C5617D
(197,97,125)
#B05770
(176,87,112)
#9B4D63
(155,77,99)
#864356
(134,67,86)
#713949
(113,57,73)
#5C2F3C
(92,47,60)
#47252F
(71,37,47)
#321B22
(50,27,34)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #EF7597

#EF7597
(239,117,151)
#F081A0
(240,129,160)
#F18DA9
(241,141,169)
#F299B2
(242,153,178)
#F3A5BB
(243,165,187)
#F4B1C4
(244,177,196)
#F5BDCD
(245,189,205)
#F6C9D6
(246,201,214)
#F7D5DF
(247,213,223)
#F8E1E8
(248,225,232)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7597 color. Also use rgb(239,117,151) instead hex code.

Text Font Color

.myTextColor { color: #EF7597; }

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

This text font color is #EF7597.


Background Color

.myBgColor { background-color: #EF7597; }

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

This div background color is #EF7597.


Border color

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

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

This div border color is #EF7597.


Opacity

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

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

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

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

This text has shadow with #EF7597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7597 on black background.


Color preview on white background

This text has color #EF7597 on white background.



Black color preview on #EF7597 background

This text has black color on #EF7597 background.


White color preview on #EF7597 background

This text has white color on #EF7597 background.