COLOR #EF5C84

HEX: #EF5C84
RGB: (239,92,132)

Color info

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

RGB color model

#EF5C84 color RGB value is (239,92,132).

  • red value is 239;
  • green value is 92;
  • blue value is 132.
RGB:
(239,92,132)
(94%,36%,52%)

RGB channels and saturation

R 239 of 255 = 94%
G 92 of 255 = 36%
B 132 of 255 = 52%

239
92
132

R + G + B ~ 61%. #EF5C84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 92 + 132 = 463 (100%)
R 239 of 463 ~ 51.62%
G 92 of 463 ~ 19.87%
B 132 of 463 ~ 28.51%

%51.62
%19.87
%28.51

CMYK color model

#EF5C84 color CMYK value is (0,62,45,6).

  • cyan value is 0.00%
  • magenta value is 61.51%
  • yellow value is 44.77%
  • key color value is 6.27%
CMYK:
(0,62,45,6)
C0M62Y45K6 
(0%,62%,45%,6%)
(0.00/0.62/0.45/0.06)	

CMYK percentages

%0
%61.51
%44.77
%6.27

Codes

Color #EF5C84 in popluar color models

EF5C84
RGB23992132
HSL344°82.12%64.90%
HSB/HSV344°61.51%93.73%
CMYK0.00%61.51%44.77%
6.27%

Color #EF5C84 in popluar number systems.

HEXEF5C84
Decimal23992132
Binary11101111101110010000100
Octal357134204

Shades and tints

Shades of #EF5C84

#EF5C84
(239,92,132)
#DA5478
(218,84,120)
#C54C6C
(197,76,108)
#B04460
(176,68,96)
#9B3C54
(155,60,84)
#863448
(134,52,72)
#712C3C
(113,44,60)
#5C2430
(92,36,48)
#471C24
(71,28,36)
#321418
(50,20,24)
#1D0C0C
(29,12,12)
#000000
(0,0,0)

Tints of #EF5C84

#EF5C84
(239,92,132)
#F06A8F
(240,106,143)
#F1789A
(241,120,154)
#F286A5
(242,134,165)
#F394B0
(243,148,176)
#F4A2BB
(244,162,187)
#F5B0C6
(245,176,198)
#F6BED1
(246,190,209)
#F7CCDC
(247,204,220)
#F8DAE7
(248,218,231)
#F9E8F2
(249,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5C84 color. Also use rgb(239,92,132) instead hex code.

Text Font Color

.myTextColor { color: #EF5C84; }

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

This text font color is #EF5C84.


Background Color

.myBgColor { background-color: #EF5C84; }

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

This div background color is #EF5C84.


Border color

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

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

This div border color is #EF5C84.


Opacity

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

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

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

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

This text has shadow with #EF5C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5C84 on black background.


Color preview on white background

This text has color #EF5C84 on white background.



Black color preview on #EF5C84 background

This text has black color on #EF5C84 background.


White color preview on #EF5C84 background

This text has white color on #EF5C84 background.