COLOR #EF367C

HEX: #EF367C
RGB: (239,54,124)

Color info

#EF367C contains mainly red color. Web safe color of #EF367C is #FF3366 (or #F36).

RGB color model

#EF367C color RGB value is (239,54,124).

  • red value is 239;
  • green value is 54;
  • blue value is 124.
RGB:
(239,54,124)
(94%,21%,49%)

RGB channels and saturation

R 239 of 255 = 94%
G 54 of 255 = 21%
B 124 of 255 = 49%

239
54
124

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

Portions of RGB colors in percentages

R + G + B =
239 + 54 + 124 = 417 (100%)
R 239 of 417 ~ 57.31%
G 54 of 417 ~ 12.95%
B 124 of 417 ~ 29.74%

%57.31
%12.95
%29.74

CMYK color model

#EF367C color CMYK value is (0,77,48,6).

  • cyan value is 0.00%
  • magenta value is 77.41%
  • yellow value is 48.12%
  • key color value is 6.27%
CMYK:
(0,77,48,6)
C0M77Y48K6 
(0%,77%,48%,6%)
(0.00/0.77/0.48/0.06)	

CMYK percentages

%0
%77.41
%48.12
%6.27

Codes

Color #EF367C in popluar color models

EF367C
RGB23954124
HSL337°85.25%57.45%
HSB/HSV337°77.41%93.73%
CMYK0.00%77.41%48.12%
6.27%

Color #EF367C in popluar number systems.

HEXEF367C
Decimal23954124
Binary111011111101101111100
Octal35766174

Shades and tints

Shades of #EF367C

#EF367C
(239,54,124)
#DA3271
(218,50,113)
#C52E66
(197,46,102)
#B02A5B
(176,42,91)
#9B2650
(155,38,80)
#862245
(134,34,69)
#711E3A
(113,30,58)
#5C1A2F
(92,26,47)
#471624
(71,22,36)
#321219
(50,18,25)
#1D0E0E
(29,14,14)
#000000
(0,0,0)

Tints of #EF367C

#EF367C
(239,54,124)
#F04887
(240,72,135)
#F15A92
(241,90,146)
#F26C9D
(242,108,157)
#F37EA8
(243,126,168)
#F490B3
(244,144,179)
#F5A2BE
(245,162,190)
#F6B4C9
(246,180,201)
#F7C6D4
(247,198,212)
#F8D8DF
(248,216,223)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF367C color. Also use rgb(239,54,124) instead hex code.

Text Font Color

.myTextColor { color: #EF367C; }

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

This text font color is #EF367C.


Background Color

.myBgColor { background-color: #EF367C; }

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

This div background color is #EF367C.


Border color

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

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

This div border color is #EF367C.


Opacity

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

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

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

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

This text has shadow with #EF367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF367C on black background.


Color preview on white background

This text has color #EF367C on white background.



Black color preview on #EF367C background

This text has black color on #EF367C background.


White color preview on #EF367C background

This text has white color on #EF367C background.