COLOR #EF92C6

HEX: #EF92C6
RGB: (239,146,198)

Color info

#EF92C6 contains mainly red and blue colors. Web safe color of #EF92C6 is #FF99CC (or #F9C).

RGB color model

#EF92C6 color RGB value is (239,146,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 146 of 255 = 57%
B 198 of 255 = 78%

239
146
198

R + G + B ~ 76%. #EF92C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 146 + 198 = 583 (100%)
R 239 of 583 ~ 40.99%
G 146 of 583 ~ 25.04%
B 198 of 583 ~ 33.96%

%40.99
%25.04
%33.96

CMYK color model

#EF92C6 color CMYK value is (0,39,17,6).

  • cyan value is 0.00%
  • magenta value is 38.91%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,39,17,6)
C0M39Y17K6 
(0%,39%,17%,6%)
(0.00/0.39/0.17/0.06)	

CMYK percentages

%0
%38.91
%17.15
%6.27

Codes

Color #EF92C6 in popluar color models

EF92C6
RGB239146198
HSL326°74.40%75.49%
HSB/HSV326°38.91%93.73%
CMYK0.00%38.91%17.15%
6.27%

Color #EF92C6 in popluar number systems.

HEXEF92C6
Decimal239146198
Binary111011111001001011000110
Octal357222306

Shades and tints

Shades of #EF92C6

#EF92C6
(239,146,198)
#DA85B4
(218,133,180)
#C578A2
(197,120,162)
#B06B90
(176,107,144)
#9B5E7E
(155,94,126)
#86516C
(134,81,108)
#71445A
(113,68,90)
#5C3748
(92,55,72)
#472A36
(71,42,54)
#321D24
(50,29,36)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EF92C6

#EF92C6
(239,146,198)
#F09BCB
(240,155,203)
#F1A4D0
(241,164,208)
#F2ADD5
(242,173,213)
#F3B6DA
(243,182,218)
#F4BFDF
(244,191,223)
#F5C8E4
(245,200,228)
#F6D1E9
(246,209,233)
#F7DAEE
(247,218,238)
#F8E3F3
(248,227,243)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF92C6; }

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

This text font color is #EF92C6.


Background Color

.myBgColor { background-color: #EF92C6; }

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

This div background color is #EF92C6.


Border color

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

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

This div border color is #EF92C6.


Opacity

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

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

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

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

This text has shadow with #EF92C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF92C6 on black background.


Color preview on white background

This text has color #EF92C6 on white background.



Black color preview on #EF92C6 background

This text has black color on #EF92C6 background.


White color preview on #EF92C6 background

This text has white color on #EF92C6 background.