COLOR #EC81F8

HEX: #EC81F8
RGB: (236,129,248)

Color info

#EC81F8 contains mainly red and blue colors. Web safe color of #EC81F8 is #FF99FF (or #F9F).

RGB color model

#EC81F8 color RGB value is (236,129,248).

  • red value is 236;
  • green value is 129;
  • blue value is 248.
RGB:
(236,129,248)
(93%,51%,97%)

RGB channels and saturation

R 236 of 255 = 93%
G 129 of 255 = 51%
B 248 of 255 = 97%

236
129
248

R + G + B ~ 80%. #EC81F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 129 + 248 = 613 (100%)
R 236 of 613 ~ 38.5%
G 129 of 613 ~ 21.04%
B 248 of 613 ~ 40.46%

%38.5
%21.04
%40.46

CMYK color model

#EC81F8 color CMYK value is (5,48,0,3).

  • cyan value is 4.84%
  • magenta value is 47.98%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(5,48,0,3)
C5M48Y0K3 
(5%,48%,0%,3%)
(0.05/0.48/0.00/0.03)	

CMYK percentages

%4.84
%47.98
%0
%2.75

Codes

Color #EC81F8 in popluar color models

EC81F8
RGB236129248
HSL294°89.47%73.92%
HSB/HSV294°47.98%97.25%
CMYK4.84%47.98%0.00%
2.75%

Color #EC81F8 in popluar number systems.

HEXEC81F8
Decimal236129248
Binary111011001000000111111000
Octal354201370

Shades and tints

Shades of #EC81F8

#EC81F8
(236,129,248)
#D776E2
(215,118,226)
#C26BCC
(194,107,204)
#AD60B6
(173,96,182)
#9855A0
(152,85,160)
#834A8A
(131,74,138)
#6E3F74
(110,63,116)
#59345E
(89,52,94)
#442948
(68,41,72)
#2F1E32
(47,30,50)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #EC81F8

#EC81F8
(236,129,248)
#ED8CF8
(237,140,248)
#EE97F8
(238,151,248)
#EFA2F8
(239,162,248)
#F0ADF8
(240,173,248)
#F1B8F8
(241,184,248)
#F2C3F8
(242,195,248)
#F3CEF8
(243,206,248)
#F4D9F8
(244,217,248)
#F5E4F8
(245,228,248)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC81F8 color. Also use rgb(236,129,248) instead hex code.

Text Font Color

.myTextColor { color: #EC81F8; }

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

This text font color is #EC81F8.


Background Color

.myBgColor { background-color: #EC81F8; }

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

This div background color is #EC81F8.


Border color

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

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

This div border color is #EC81F8.


Opacity

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

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

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

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

This text has shadow with #EC81F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC81F8 on black background.


Color preview on white background

This text has color #EC81F8 on white background.



Black color preview on #EC81F8 background

This text has black color on #EC81F8 background.


White color preview on #EC81F8 background

This text has white color on #EC81F8 background.