COLOR #EF466D

HEX: #EF466D RGB: (239,70,109)

Color info

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

RGB color model

#EF466D color RGB value is (239,70,109).

RGB: (239,70,109) (94%, 27%, 43%)

RGB channels and saturation

R 239 of 255 = 94%
G 70 of 255 = 27%
B 109 of 255 = 43%

239
70
109

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

Portions of RGB colors in percentages

R + G + B = 239 + 70 + 109 = 418 (100%)
R 239 of 418 ~ 57.18%
G 70 of 418 ~ 16.75%
B 109 of 418 ~ 26.08'%

%57.18
%16.75
%26.08

CMYK color model

#EF466D color CMYK value is (0,71,54,6).

  • cyan value is 0.00%
  • magenta value is 70.71%
  • yellow value is 54.39%
  • key color value is 6.27%

CMYK: (0,71,54,6)
C0M71Y54K6 (0%, 71%, 54%, 6%)
(0.00 / 0.71 / 0.54 / 0.06)

CMYK percentages

%0
%70.71
%54.39
%6.27

Codes

Color #EF466D in popluar color models

EF 46 6D
RGB 239 70 109
HSL 346° 84.08% 60.59%
HSB/HSV 346° 70.71% 93.73%
CMYK 0.00% 70.71% 54.39%
6.27%

Color #EF466D in popluar number systems.

HEX EF 46 6D
Decimal 239 70 109
Binary 11101111 1000110 1101101
Octal 357 106 155

Shades and tints

Shades of #EF466D

#EF466D
(239,70,109)
#DA4064
(218,64,100)
#C53A5B
(197,58,91)
#B03452
(176,52,82)
#9B2E49
(155,46,73)
#862840
(134,40,64)
#712237
(113,34,55)
#5C1C2E
(92,28,46)
#471625
(71,22,37)
#32101C
(50,16,28)
#1D0A13
(29,10,19)
#000000
(0,0,0)

Tints of #EF466D

#EF466D
(239,70,109)
#F0567A
(240,86,122)
#F16687
(241,102,135)
#F27694
(242,118,148)
#F386A1
(243,134,161)
#F496AE
(244,150,174)
#F5A6BB
(245,166,187)
#F6B6C8
(246,182,200)
#F7C6D5
(247,198,213)
#F8D6E2
(248,214,226)
#F9E6EF
(249,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF466D; }

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

This text font color is #EF466D.

Background Color

.myBgColor { background-color: #EF466D; }

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

This div background color is #EF466D.

Border color

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

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

This div border color is #EF466D.

Opacity

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

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

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

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

This text has shadow with #EF466D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF466D.

Preview

Color preview on black background

This text has color #EF466D on black background.


Color preview on white background

This text has color #EF466D on white background.


Black color preview on #EF466D background

This text has black color on #EF466D background.


White color preview on #EF466D background

This text has white color on #EF466D background.


Related colors

Complementary color

Complementary color for #hex is #10B992.


I love getcolorcode.com

Triadic colors

1 #6DEF46 and #466DEF with #EF466D are triadic colors.

2 #6D46EF and #46EF6D with #EF466D are triadic colors.