COLOR #EF345D

HEX: #EF345D
RGB: (239,52,93)

Color info

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

RGB color model

#EF345D color RGB value is (239,52,93).

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

RGB channels and saturation

R 239 of 255 = 94%
G 52 of 255 = 20%
B 93 of 255 = 36%

239
52
93

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

Portions of RGB colors in percentages

R + G + B =
239 + 52 + 93 = 384 (100%)
R 239 of 384 ~ 62.24%
G 52 of 384 ~ 13.54%
B 93 of 384 ~ 24.22%

%62.24
%13.54
%24.22

CMYK color model

#EF345D color CMYK value is (0,78,61,6).

  • cyan value is 0.00%
  • magenta value is 78.24%
  • yellow value is 61.09%
  • key color value is 6.27%
CMYK:
(0,78,61,6)
C0M78Y61K6 
(0%,78%,61%,6%)
(0.00/0.78/0.61/0.06)	

CMYK percentages

%0
%78.24
%61.09
%6.27

Codes

Color #EF345D in popluar color models

EF345D
RGB2395293
HSL347°85.39%57.06%
HSB/HSV347°78.24%93.73%
CMYK0.00%78.24%61.09%
6.27%

Color #EF345D in popluar number systems.

HEXEF345D
Decimal2395293
Binary111011111101001011101
Octal35764135

Shades and tints

Shades of #EF345D

#EF345D
(239,52,93)
#DA3055
(218,48,85)
#C52C4D
(197,44,77)
#B02845
(176,40,69)
#9B243D
(155,36,61)
#862035
(134,32,53)
#711C2D
(113,28,45)
#5C1825
(92,24,37)
#47141D
(71,20,29)
#321015
(50,16,21)
#1D0C0D
(29,12,13)
#000000
(0,0,0)

Tints of #EF345D

#EF345D
(239,52,93)
#F0466B
(240,70,107)
#F15879
(241,88,121)
#F26A87
(242,106,135)
#F37C95
(243,124,149)
#F48EA3
(244,142,163)
#F5A0B1
(245,160,177)
#F6B2BF
(246,178,191)
#F7C4CD
(247,196,205)
#F8D6DB
(248,214,219)
#F9E8E9
(249,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF345D color. Also use rgb(239,52,93) instead hex code.

Text Font Color

.myTextColor { color: #EF345D; }

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

This text font color is #EF345D.


Background Color

.myBgColor { background-color: #EF345D; }

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

This div background color is #EF345D.


Border color

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

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

This div border color is #EF345D.


Opacity

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

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

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

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

This text has shadow with #EF345D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF345D on black background.


Color preview on white background

This text has color #EF345D on white background.



Black color preview on #EF345D background

This text has black color on #EF345D background.


White color preview on #EF345D background

This text has white color on #EF345D background.