COLOR #EF1CD9

HEX: #EF1CD9
RGB: (239,28,217)

Color info

#EF1CD9 contains mainly red and blue colors. Web safe color of #EF1CD9 is #FF33CC (or #F3C).

RGB color model

#EF1CD9 color RGB value is (239,28,217).

  • red value is 239;
  • green value is 28;
  • blue value is 217.
RGB:
(239,28,217)
(94%,11%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 28 of 255 = 11%
B 217 of 255 = 85%

239
28
217

R + G + B ~ 63%. #EF1CD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 28 + 217 = 484 (100%)
R 239 of 484 ~ 49.38%
G 28 of 484 ~ 5.79%
B 217 of 484 ~ 44.83%

%49.38
%44.83

CMYK color model

#EF1CD9 color CMYK value is (0,88,9,6).

  • cyan value is 0.00%
  • magenta value is 88.28%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(0,88,9,6)
C0M88Y9K6 
(0%,88%,9%,6%)
(0.00/0.88/0.09/0.06)	

CMYK percentages

%0
%88.28
%9.21
%6.27

Codes

Color #EF1CD9 in popluar color models

EF1CD9
RGB23928217
HSL306°86.83%52.35%
HSB/HSV306°88.28%93.73%
CMYK0.00%88.28%9.21%
6.27%

Color #EF1CD9 in popluar number systems.

HEXEF1CD9
Decimal23928217
Binary111011111110011011001
Octal35734331

Shades and tints

Shades of #EF1CD9

#EF1CD9
(239,28,217)
#DA1AC6
(218,26,198)
#C518B3
(197,24,179)
#B016A0
(176,22,160)
#9B148D
(155,20,141)
#86127A
(134,18,122)
#711067
(113,16,103)
#5C0E54
(92,14,84)
#470C41
(71,12,65)
#320A2E
(50,10,46)
#1D081B
(29,8,27)
#000000
(0,0,0)

Tints of #EF1CD9

#EF1CD9
(239,28,217)
#F030DC
(240,48,220)
#F144DF
(241,68,223)
#F258E2
(242,88,226)
#F36CE5
(243,108,229)
#F480E8
(244,128,232)
#F594EB
(245,148,235)
#F6A8EE
(246,168,238)
#F7BCF1
(247,188,241)
#F8D0F4
(248,208,244)
#F9E4F7
(249,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF1CD9 color. Also use rgb(239,28,217) instead hex code.

Text Font Color

.myTextColor { color: #EF1CD9; }

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

This text font color is #EF1CD9.


Background Color

.myBgColor { background-color: #EF1CD9; }

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

This div background color is #EF1CD9.


Border color

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

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

This div border color is #EF1CD9.


Opacity

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

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

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

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

This text has shadow with #EF1CD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1CD9 on black background.


Color preview on white background

This text has color #EF1CD9 on white background.



Black color preview on #EF1CD9 background

This text has black color on #EF1CD9 background.


White color preview on #EF1CD9 background

This text has white color on #EF1CD9 background.