COLOR #EC6CFC

HEX: #EC6CFC
RGB: (236,108,252)

Color info

#EC6CFC contains mainly red and blue colors. Web safe color of #EC6CFC is #FF66FF (or #F6F).

RGB color model

#EC6CFC color RGB value is (236,108,252).

  • red value is 236;
  • green value is 108;
  • blue value is 252.
RGB:
(236,108,252)
(93%,42%,99%)

RGB channels and saturation

R 236 of 255 = 93%
G 108 of 255 = 42%
B 252 of 255 = 99%

236
108
252

R + G + B ~ 78%. #EC6CFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 108 + 252 = 596 (100%)
R 236 of 596 ~ 39.6%
G 108 of 596 ~ 18.12%
B 252 of 596 ~ 42.28%

%39.6
%18.12
%42.28

CMYK color model

#EC6CFC color CMYK value is (6,57,0,1).

  • cyan value is 6.35%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,57,0,1)
C6M57Y0K1 
(6%,57%,0%,1%)
(0.06/0.57/0.00/0.01)	

CMYK percentages

%6.35
%57.14
%0
%1.18

Codes

Color #EC6CFC in popluar color models

EC6CFC
RGB236108252
HSL293°96.00%70.59%
HSB/HSV293°57.14%98.82%
CMYK6.35%57.14%0.00%
1.18%

Color #EC6CFC in popluar number systems.

HEXEC6CFC
Decimal236108252
Binary11101100110110011111100
Octal354154374

Shades and tints

Shades of #EC6CFC

#EC6CFC
(236,108,252)
#D763E6
(215,99,230)
#C25AD0
(194,90,208)
#AD51BA
(173,81,186)
#9848A4
(152,72,164)
#833F8E
(131,63,142)
#6E3678
(110,54,120)
#592D62
(89,45,98)
#44244C
(68,36,76)
#2F1B36
(47,27,54)
#1A1220
(26,18,32)
#000000
(0,0,0)

Tints of #EC6CFC

#EC6CFC
(236,108,252)
#ED79FC
(237,121,252)
#EE86FC
(238,134,252)
#EF93FC
(239,147,252)
#F0A0FC
(240,160,252)
#F1ADFC
(241,173,252)
#F2BAFC
(242,186,252)
#F3C7FC
(243,199,252)
#F4D4FC
(244,212,252)
#F5E1FC
(245,225,252)
#F6EEFC
(246,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6CFC color. Also use rgb(236,108,252) instead hex code.

Text Font Color

.myTextColor { color: #EC6CFC; }

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

This text font color is #EC6CFC.


Background Color

.myBgColor { background-color: #EC6CFC; }

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

This div background color is #EC6CFC.


Border color

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

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

This div border color is #EC6CFC.


Opacity

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

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

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

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

This text has shadow with #EC6CFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6CFC on black background.


Color preview on white background

This text has color #EC6CFC on white background.



Black color preview on #EC6CFC background

This text has black color on #EC6CFC background.


White color preview on #EC6CFC background

This text has white color on #EC6CFC background.