COLOR #EC8CF0

HEX: #EC8CF0
RGB: (236,140,240)

Color info

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

RGB color model

#EC8CF0 color RGB value is (236,140,240).

  • red value is 236;
  • green value is 140;
  • blue value is 240.
RGB:
(236,140,240)
(93%,55%,94%)

RGB channels and saturation

R 236 of 255 = 93%
G 140 of 255 = 55%
B 240 of 255 = 94%

236
140
240

R + G + B ~ 81%. #EC8CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 140 + 240 = 616 (100%)
R 236 of 616 ~ 38.31%
G 140 of 616 ~ 22.73%
B 240 of 616 ~ 38.96%

%38.31
%22.73
%38.96

CMYK color model

#EC8CF0 color CMYK value is (2,42,0,6).

  • cyan value is 1.67%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,42,0,6)
C2M42Y0K6 
(2%,42%,0%,6%)
(0.02/0.42/0.00/0.06)	

CMYK percentages

%1.67
%41.67
%0
%5.88

Codes

Color #EC8CF0 in popluar color models

EC8CF0
RGB236140240
HSL298°76.92%74.51%
HSB/HSV298°41.67%94.12%
CMYK1.67%41.67%0.00%
5.88%

Color #EC8CF0 in popluar number systems.

HEXEC8CF0
Decimal236140240
Binary111011001000110011110000
Octal354214360

Shades and tints

Shades of #EC8CF0

#EC8CF0
(236,140,240)
#D780DB
(215,128,219)
#C274C6
(194,116,198)
#AD68B1
(173,104,177)
#985C9C
(152,92,156)
#835087
(131,80,135)
#6E4472
(110,68,114)
#59385D
(89,56,93)
#442C48
(68,44,72)
#2F2033
(47,32,51)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #EC8CF0

#EC8CF0
(236,140,240)
#ED96F1
(237,150,241)
#EEA0F2
(238,160,242)
#EFAAF3
(239,170,243)
#F0B4F4
(240,180,244)
#F1BEF5
(241,190,245)
#F2C8F6
(242,200,246)
#F3D2F7
(243,210,247)
#F4DCF8
(244,220,248)
#F5E6F9
(245,230,249)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8CF0 color. Also use rgb(236,140,240) instead hex code.

Text Font Color

.myTextColor { color: #EC8CF0; }

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

This text font color is #EC8CF0.


Background Color

.myBgColor { background-color: #EC8CF0; }

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

This div background color is #EC8CF0.


Border color

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

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

This div border color is #EC8CF0.


Opacity

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

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

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

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

This text has shadow with #EC8CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8CF0 on black background.


Color preview on white background

This text has color #EC8CF0 on white background.



Black color preview on #EC8CF0 background

This text has black color on #EC8CF0 background.


White color preview on #EC8CF0 background

This text has white color on #EC8CF0 background.