COLOR #EF4F92

HEX: #EF4F92
RGB: (239,79,146)

Color info

#EF4F92 contains mainly red color. Web safe color of #EF4F92 is #FF6699 (or #F69).

RGB color model

#EF4F92 color RGB value is (239,79,146).

  • red value is 239;
  • green value is 79;
  • blue value is 146.
RGB:
(239,79,146)
(94%,31%,57%)

RGB channels and saturation

R 239 of 255 = 94%
G 79 of 255 = 31%
B 146 of 255 = 57%

239
79
146

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

Portions of RGB colors in percentages

R + G + B =
239 + 79 + 146 = 464 (100%)
R 239 of 464 ~ 51.51%
G 79 of 464 ~ 17.03%
B 146 of 464 ~ 31.47%

%51.51
%17.03
%31.47

CMYK color model

#EF4F92 color CMYK value is (0,67,39,6).

  • cyan value is 0.00%
  • magenta value is 66.95%
  • yellow value is 38.91%
  • key color value is 6.27%
CMYK:
(0,67,39,6)
C0M67Y39K6 
(0%,67%,39%,6%)
(0.00/0.67/0.39/0.06)	

CMYK percentages

%0
%66.95
%38.91
%6.27

Codes

Color #EF4F92 in popluar color models

EF4F92
RGB23979146
HSL335°83.33%62.35%
HSB/HSV335°66.95%93.73%
CMYK0.00%66.95%38.91%
6.27%

Color #EF4F92 in popluar number systems.

HEXEF4F92
Decimal23979146
Binary11101111100111110010010
Octal357117222

Shades and tints

Shades of #EF4F92

#EF4F92
(239,79,146)
#DA4885
(218,72,133)
#C54178
(197,65,120)
#B03A6B
(176,58,107)
#9B335E
(155,51,94)
#862C51
(134,44,81)
#712544
(113,37,68)
#5C1E37
(92,30,55)
#47172A
(71,23,42)
#32101D
(50,16,29)
#1D0910
(29,9,16)
#000000
(0,0,0)

Tints of #EF4F92

#EF4F92
(239,79,146)
#F05F9B
(240,95,155)
#F16FA4
(241,111,164)
#F27FAD
(242,127,173)
#F38FB6
(243,143,182)
#F49FBF
(244,159,191)
#F5AFC8
(245,175,200)
#F6BFD1
(246,191,209)
#F7CFDA
(247,207,218)
#F8DFE3
(248,223,227)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4F92 color. Also use rgb(239,79,146) instead hex code.

Text Font Color

.myTextColor { color: #EF4F92; }

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

This text font color is #EF4F92.


Background Color

.myBgColor { background-color: #EF4F92; }

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

This div background color is #EF4F92.


Border color

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

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

This div border color is #EF4F92.


Opacity

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

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

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

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

This text has shadow with #EF4F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4F92 on black background.


Color preview on white background

This text has color #EF4F92 on white background.



Black color preview on #EF4F92 background

This text has black color on #EF4F92 background.


White color preview on #EF4F92 background

This text has white color on #EF4F92 background.