COLOR #EF34B2

HEX: #EF34B2
RGB: (239,52,178)

Color info

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

RGB color model

#EF34B2 color RGB value is (239,52,178).

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

RGB channels and saturation

R 239 of 255 = 94%
G 52 of 255 = 20%
B 178 of 255 = 70%

239
52
178

R + G + B ~ 61%. #EF34B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 52 + 178 = 469 (100%)
R 239 of 469 ~ 50.96%
G 52 of 469 ~ 11.09%
B 178 of 469 ~ 37.95%

%50.96
%11.09
%37.95

CMYK color model

#EF34B2 color CMYK value is (0,78,26,6).

  • cyan value is 0.00%
  • magenta value is 78.24%
  • yellow value is 25.52%
  • key color value is 6.27%
CMYK:
(0,78,26,6)
C0M78Y26K6 
(0%,78%,26%,6%)
(0.00/0.78/0.26/0.06)	

CMYK percentages

%0
%78.24
%25.52
%6.27

Codes

Color #EF34B2 in popluar color models

EF34B2
RGB23952178
HSL320°85.39%57.06%
HSB/HSV320°78.24%93.73%
CMYK0.00%78.24%25.52%
6.27%

Color #EF34B2 in popluar number systems.

HEXEF34B2
Decimal23952178
Binary1110111111010010110010
Octal35764262

Shades and tints

Shades of #EF34B2

#EF34B2
(239,52,178)
#DA30A2
(218,48,162)
#C52C92
(197,44,146)
#B02882
(176,40,130)
#9B2472
(155,36,114)
#862062
(134,32,98)
#711C52
(113,28,82)
#5C1842
(92,24,66)
#471432
(71,20,50)
#321022
(50,16,34)
#1D0C12
(29,12,18)
#000000
(0,0,0)

Tints of #EF34B2

#EF34B2
(239,52,178)
#F046B9
(240,70,185)
#F158C0
(241,88,192)
#F26AC7
(242,106,199)
#F37CCE
(243,124,206)
#F48ED5
(244,142,213)
#F5A0DC
(245,160,220)
#F6B2E3
(246,178,227)
#F7C4EA
(247,196,234)
#F8D6F1
(248,214,241)
#F9E8F8
(249,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF34B2; }

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

This text font color is #EF34B2.


Background Color

.myBgColor { background-color: #EF34B2; }

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

This div background color is #EF34B2.


Border color

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

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

This div border color is #EF34B2.


Opacity

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

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

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

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

This text has shadow with #EF34B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF34B2 on black background.


Color preview on white background

This text has color #EF34B2 on white background.



Black color preview on #EF34B2 background

This text has black color on #EF34B2 background.


White color preview on #EF34B2 background

This text has white color on #EF34B2 background.