COLOR #EF98C1

HEX: #EF98C1
RGB: (239,152,193)

Color info

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

RGB color model

#EF98C1 color RGB value is (239,152,193).

  • red value is 239;
  • green value is 152;
  • blue value is 193.
RGB:
(239,152,193)
(94%,60%,76%)

RGB channels and saturation

R 239 of 255 = 94%
G 152 of 255 = 60%
B 193 of 255 = 76%

239
152
193

R + G + B ~ 77%. #EF98C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 152 + 193 = 584 (100%)
R 239 of 584 ~ 40.92%
G 152 of 584 ~ 26.03%
B 193 of 584 ~ 33.05%

%40.92
%26.03
%33.05

CMYK color model

#EF98C1 color CMYK value is (0,36,19,6).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(0,36,19,6)
C0M36Y19K6 
(0%,36%,19%,6%)
(0.00/0.36/0.19/0.06)	

CMYK percentages

%0
%36.4
%19.25
%6.27

Codes

Color #EF98C1 in popluar color models

EF98C1
RGB239152193
HSL332°73.11%76.67%
HSB/HSV332°36.40%93.73%
CMYK0.00%36.40%19.25%
6.27%

Color #EF98C1 in popluar number systems.

HEXEF98C1
Decimal239152193
Binary111011111001100011000001
Octal357230301

Shades and tints

Shades of #EF98C1

#EF98C1
(239,152,193)
#DA8BB0
(218,139,176)
#C57E9F
(197,126,159)
#B0718E
(176,113,142)
#9B647D
(155,100,125)
#86576C
(134,87,108)
#714A5B
(113,74,91)
#5C3D4A
(92,61,74)
#473039
(71,48,57)
#322328
(50,35,40)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EF98C1

#EF98C1
(239,152,193)
#F0A1C6
(240,161,198)
#F1AACB
(241,170,203)
#F2B3D0
(242,179,208)
#F3BCD5
(243,188,213)
#F4C5DA
(244,197,218)
#F5CEDF
(245,206,223)
#F6D7E4
(246,215,228)
#F7E0E9
(247,224,233)
#F8E9EE
(248,233,238)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF98C1 color. Also use rgb(239,152,193) instead hex code.

Text Font Color

.myTextColor { color: #EF98C1; }

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

This text font color is #EF98C1.


Background Color

.myBgColor { background-color: #EF98C1; }

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

This div background color is #EF98C1.


Border color

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

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

This div border color is #EF98C1.


Opacity

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

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

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

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

This text has shadow with #EF98C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF98C1 on black background.


Color preview on white background

This text has color #EF98C1 on white background.



Black color preview on #EF98C1 background

This text has black color on #EF98C1 background.


White color preview on #EF98C1 background

This text has white color on #EF98C1 background.