COLOR #EF46A3

HEX: #EF46A3
RGB: (239,70,163)

Color info

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

RGB color model

#EF46A3 color RGB value is (239,70,163).

  • red value is 239;
  • green value is 70;
  • blue value is 163.
RGB:
(239,70,163)
(94%,27%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 70 of 255 = 27%
B 163 of 255 = 64%

239
70
163

R + G + B ~ 62%. #EF46A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 70 + 163 = 472 (100%)
R 239 of 472 ~ 50.64%
G 70 of 472 ~ 14.83%
B 163 of 472 ~ 34.53%

%50.64
%14.83
%34.53

CMYK color model

#EF46A3 color CMYK value is (0,71,32,6).

  • cyan value is 0.00%
  • magenta value is 70.71%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(0,71,32,6)
C0M71Y32K6 
(0%,71%,32%,6%)
(0.00/0.71/0.32/0.06)	

CMYK percentages

%0
%70.71
%31.8
%6.27

Codes

Color #EF46A3 in popluar color models

EF46A3
RGB23970163
HSL327°84.08%60.59%
HSB/HSV327°70.71%93.73%
CMYK0.00%70.71%31.80%
6.27%

Color #EF46A3 in popluar number systems.

HEXEF46A3
Decimal23970163
Binary11101111100011010100011
Octal357106243

Shades and tints

Shades of #EF46A3

#EF46A3
(239,70,163)
#DA4095
(218,64,149)
#C53A87
(197,58,135)
#B03479
(176,52,121)
#9B2E6B
(155,46,107)
#86285D
(134,40,93)
#71224F
(113,34,79)
#5C1C41
(92,28,65)
#471633
(71,22,51)
#321025
(50,16,37)
#1D0A17
(29,10,23)
#000000
(0,0,0)

Tints of #EF46A3

#EF46A3
(239,70,163)
#F056AB
(240,86,171)
#F166B3
(241,102,179)
#F276BB
(242,118,187)
#F386C3
(243,134,195)
#F496CB
(244,150,203)
#F5A6D3
(245,166,211)
#F6B6DB
(246,182,219)
#F7C6E3
(247,198,227)
#F8D6EB
(248,214,235)
#F9E6F3
(249,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF46A3 color. Also use rgb(239,70,163) instead hex code.

Text Font Color

.myTextColor { color: #EF46A3; }

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

This text font color is #EF46A3.


Background Color

.myBgColor { background-color: #EF46A3; }

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

This div background color is #EF46A3.


Border color

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

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

This div border color is #EF46A3.


Opacity

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

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

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

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

This text has shadow with #EF46A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF46A3 on black background.


Color preview on white background

This text has color #EF46A3 on white background.



Black color preview on #EF46A3 background

This text has black color on #EF46A3 background.


White color preview on #EF46A3 background

This text has white color on #EF46A3 background.