COLOR #EF5CE3

HEX: #EF5CE3
RGB: (239,92,227)

Color info

#EF5CE3 contains mainly red and blue colors. Web safe color of #EF5CE3 is #FF66CC (or #F6C).

RGB color model

#EF5CE3 color RGB value is (239,92,227).

  • red value is 239;
  • green value is 92;
  • blue value is 227.
RGB:
(239,92,227)
(94%,36%,89%)

RGB channels and saturation

R 239 of 255 = 94%
G 92 of 255 = 36%
B 227 of 255 = 89%

239
92
227

R + G + B ~ 73%. #EF5CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 92 + 227 = 558 (100%)
R 239 of 558 ~ 42.83%
G 92 of 558 ~ 16.49%
B 227 of 558 ~ 40.68%

%42.83
%16.49
%40.68

CMYK color model

#EF5CE3 color CMYK value is (0,62,5,6).

  • cyan value is 0.00%
  • magenta value is 61.51%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(0,62,5,6)
C0M62Y5K6 
(0%,62%,5%,6%)
(0.00/0.62/0.05/0.06)	

CMYK percentages

%0
%61.51
%5.02
%6.27

Codes

Color #EF5CE3 in popluar color models

EF5CE3
RGB23992227
HSL305°82.12%64.90%
HSB/HSV305°61.51%93.73%
CMYK0.00%61.51%5.02%
6.27%

Color #EF5CE3 in popluar number systems.

HEXEF5CE3
Decimal23992227
Binary11101111101110011100011
Octal357134343

Shades and tints

Shades of #EF5CE3

#EF5CE3
(239,92,227)
#DA54CF
(218,84,207)
#C54CBB
(197,76,187)
#B044A7
(176,68,167)
#9B3C93
(155,60,147)
#86347F
(134,52,127)
#712C6B
(113,44,107)
#5C2457
(92,36,87)
#471C43
(71,28,67)
#32142F
(50,20,47)
#1D0C1B
(29,12,27)
#000000
(0,0,0)

Tints of #EF5CE3

#EF5CE3
(239,92,227)
#F06AE5
(240,106,229)
#F178E7
(241,120,231)
#F286E9
(242,134,233)
#F394EB
(243,148,235)
#F4A2ED
(244,162,237)
#F5B0EF
(245,176,239)
#F6BEF1
(246,190,241)
#F7CCF3
(247,204,243)
#F8DAF5
(248,218,245)
#F9E8F7
(249,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5CE3 color. Also use rgb(239,92,227) instead hex code.

Text Font Color

.myTextColor { color: #EF5CE3; }

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

This text font color is #EF5CE3.


Background Color

.myBgColor { background-color: #EF5CE3; }

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

This div background color is #EF5CE3.


Border color

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

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

This div border color is #EF5CE3.


Opacity

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

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

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

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

This text has shadow with #EF5CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5CE3 on black background.


Color preview on white background

This text has color #EF5CE3 on white background.



Black color preview on #EF5CE3 background

This text has black color on #EF5CE3 background.


White color preview on #EF5CE3 background

This text has white color on #EF5CE3 background.