COLOR #E34A7F

HEX: #E34A7F
RGB: (227,74,127)

Color info

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

RGB color model

#E34A7F color RGB value is (227,74,127).

  • red value is 227;
  • green value is 74;
  • blue value is 127.
RGB:
(227,74,127)
(89%,29%,50%)

RGB channels and saturation

R 227 of 255 = 89%
G 74 of 255 = 29%
B 127 of 255 = 50%

227
74
127

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

Portions of RGB colors in percentages

R + G + B =
227 + 74 + 127 = 428 (100%)
R 227 of 428 ~ 53.04%
G 74 of 428 ~ 17.29%
B 127 of 428 ~ 29.67%

%53.04
%17.29
%29.67

CMYK color model

#E34A7F color CMYK value is (0,67,44,11).

  • cyan value is 0.00%
  • magenta value is 67.40%
  • yellow value is 44.05%
  • key color value is 10.98%
CMYK:
(0,67,44,11)
C0M67Y44K11 
(0%,67%,44%,11%)
(0.00/0.67/0.44/0.11)	

CMYK percentages

%0
%67.4
%44.05
%10.98

Codes

Color #E34A7F in popluar color models

E34A7F
RGB22774127
HSL339°73.21%59.02%
HSB/HSV339°67.40%89.02%
CMYK0.00%67.40%44.05%
10.98%

Color #E34A7F in popluar number systems.

HEXE34A7F
Decimal22774127
Binary1110001110010101111111
Octal343112177

Shades and tints

Shades of #E34A7F

#E34A7F
(227,74,127)
#CF4474
(207,68,116)
#BB3E69
(187,62,105)
#A7385E
(167,56,94)
#933253
(147,50,83)
#7F2C48
(127,44,72)
#6B263D
(107,38,61)
#572032
(87,32,50)
#431A27
(67,26,39)
#2F141C
(47,20,28)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #E34A7F

#E34A7F
(227,74,127)
#E55A8A
(229,90,138)
#E76A95
(231,106,149)
#E97AA0
(233,122,160)
#EB8AAB
(235,138,171)
#ED9AB6
(237,154,182)
#EFAAC1
(239,170,193)
#F1BACC
(241,186,204)
#F3CAD7
(243,202,215)
#F5DAE2
(245,218,226)
#F7EAED
(247,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34A7F color. Also use rgb(227,74,127) instead hex code.

Text Font Color

.myTextColor { color: #E34A7F; }

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

This text font color is #E34A7F.


Background Color

.myBgColor { background-color: #E34A7F; }

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

This div background color is #E34A7F.


Border color

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

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

This div border color is #E34A7F.


Opacity

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

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

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

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

This text has shadow with #E34A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34A7F on black background.


Color preview on white background

This text has color #E34A7F on white background.



Black color preview on #E34A7F background

This text has black color on #E34A7F background.


White color preview on #E34A7F background

This text has white color on #E34A7F background.