COLOR #EF368A

HEX: #EF368A
RGB: (239,54,138)

Color info

#EF368A contains mainly red color. Web safe color of #EF368A is #FF3399 (or #F39).

RGB color model

#EF368A color RGB value is (239,54,138).

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

RGB channels and saturation

R 239 of 255 = 94%
G 54 of 255 = 21%
B 138 of 255 = 54%

239
54
138

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

Portions of RGB colors in percentages

R + G + B =
239 + 54 + 138 = 431 (100%)
R 239 of 431 ~ 55.45%
G 54 of 431 ~ 12.53%
B 138 of 431 ~ 32.02%

%55.45
%12.53
%32.02

CMYK color model

#EF368A color CMYK value is (0,77,42,6).

  • cyan value is 0.00%
  • magenta value is 77.41%
  • yellow value is 42.26%
  • key color value is 6.27%
CMYK:
(0,77,42,6)
C0M77Y42K6 
(0%,77%,42%,6%)
(0.00/0.77/0.42/0.06)	

CMYK percentages

%0
%77.41
%42.26
%6.27

Codes

Color #EF368A in popluar color models

EF368A
RGB23954138
HSL333°85.25%57.45%
HSB/HSV333°77.41%93.73%
CMYK0.00%77.41%42.26%
6.27%

Color #EF368A in popluar number systems.

HEXEF368A
Decimal23954138
Binary1110111111011010001010
Octal35766212

Shades and tints

Shades of #EF368A

#EF368A
(239,54,138)
#DA327E
(218,50,126)
#C52E72
(197,46,114)
#B02A66
(176,42,102)
#9B265A
(155,38,90)
#86224E
(134,34,78)
#711E42
(113,30,66)
#5C1A36
(92,26,54)
#47162A
(71,22,42)
#32121E
(50,18,30)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #EF368A

#EF368A
(239,54,138)
#F04894
(240,72,148)
#F15A9E
(241,90,158)
#F26CA8
(242,108,168)
#F37EB2
(243,126,178)
#F490BC
(244,144,188)
#F5A2C6
(245,162,198)
#F6B4D0
(246,180,208)
#F7C6DA
(247,198,218)
#F8D8E4
(248,216,228)
#F9EAEE
(249,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF368A; }

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

This text font color is #EF368A.


Background Color

.myBgColor { background-color: #EF368A; }

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

This div background color is #EF368A.


Border color

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

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

This div border color is #EF368A.


Opacity

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

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

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

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

This text has shadow with #EF368A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF368A on black background.


Color preview on white background

This text has color #EF368A on white background.



Black color preview on #EF368A background

This text has black color on #EF368A background.


White color preview on #EF368A background

This text has white color on #EF368A background.