COLOR #E34C6F

HEX: #E34C6F
RGB: (227,76,111)

Color info

#E34C6F contains mainly red color. Web safe color of #E34C6F is #CC3366 (or #C36).

RGB color model

#E34C6F color RGB value is (227,76,111).

  • red value is 227;
  • green value is 76;
  • blue value is 111.
RGB:
(227,76,111)
(89%,30%,44%)

RGB channels and saturation

R 227 of 255 = 89%
G 76 of 255 = 30%
B 111 of 255 = 44%

227
76
111

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

Portions of RGB colors in percentages

R + G + B =
227 + 76 + 111 = 414 (100%)
R 227 of 414 ~ 54.83%
G 76 of 414 ~ 18.36%
B 111 of 414 ~ 26.81%

%54.83
%18.36
%26.81

CMYK color model

#E34C6F color CMYK value is (0,67,51,11).

  • cyan value is 0.00%
  • magenta value is 66.52%
  • yellow value is 51.10%
  • key color value is 10.98%
CMYK:
(0,67,51,11)
C0M67Y51K11 
(0%,67%,51%,11%)
(0.00/0.67/0.51/0.11)	

CMYK percentages

%0
%66.52
%51.1
%10.98

Codes

Color #E34C6F in popluar color models

E34C6F
RGB22776111
HSL346°72.95%59.41%
HSB/HSV346°66.52%89.02%
CMYK0.00%66.52%51.10%
10.98%

Color #E34C6F in popluar number systems.

HEXE34C6F
Decimal22776111
Binary1110001110011001101111
Octal343114157

Shades and tints

Shades of #E34C6F

#E34C6F
(227,76,111)
#CF4665
(207,70,101)
#BB405B
(187,64,91)
#A73A51
(167,58,81)
#933447
(147,52,71)
#7F2E3D
(127,46,61)
#6B2833
(107,40,51)
#572229
(87,34,41)
#431C1F
(67,28,31)
#2F1615
(47,22,21)
#1B100B
(27,16,11)
#000000
(0,0,0)

Tints of #E34C6F

#E34C6F
(227,76,111)
#E55C7C
(229,92,124)
#E76C89
(231,108,137)
#E97C96
(233,124,150)
#EB8CA3
(235,140,163)
#ED9CB0
(237,156,176)
#EFACBD
(239,172,189)
#F1BCCA
(241,188,202)
#F3CCD7
(243,204,215)
#F5DCE4
(245,220,228)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34C6F color. Also use rgb(227,76,111) instead hex code.

Text Font Color

.myTextColor { color: #E34C6F; }

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

This text font color is #E34C6F.


Background Color

.myBgColor { background-color: #E34C6F; }

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

This div background color is #E34C6F.


Border color

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

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

This div border color is #E34C6F.


Opacity

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

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

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

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

This text has shadow with #E34C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34C6F on black background.


Color preview on white background

This text has color #E34C6F on white background.



Black color preview on #E34C6F background

This text has black color on #E34C6F background.


White color preview on #E34C6F background

This text has white color on #E34C6F background.