COLOR #EC6CEE

HEX: #EC6CEE
RGB: (236,108,238)

Color info

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

RGB color model

#EC6CEE color RGB value is (236,108,238).

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

RGB channels and saturation

R 236 of 255 = 93%
G 108 of 255 = 42%
B 238 of 255 = 93%

236
108
238

R + G + B ~ 76%. #EC6CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 108 + 238 = 582 (100%)
R 236 of 582 ~ 40.55%
G 108 of 582 ~ 18.56%
B 238 of 582 ~ 40.89%

%40.55
%18.56
%40.89

CMYK color model

#EC6CEE color CMYK value is (1,55,0,7).

  • cyan value is 0.84%
  • magenta value is 54.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,55,0,7)
C1M55Y0K7 
(1%,55%,0%,7%)
(0.01/0.55/0.00/0.07)	

CMYK percentages

%0.84
%54.62
%0
%6.67

Codes

Color #EC6CEE in popluar color models

EC6CEE
RGB236108238
HSL299°79.27%67.84%
HSB/HSV299°54.62%93.33%
CMYK0.84%54.62%0.00%
6.67%

Color #EC6CEE in popluar number systems.

HEXEC6CEE
Decimal236108238
Binary11101100110110011101110
Octal354154356

Shades and tints

Shades of #EC6CEE

#EC6CEE
(236,108,238)
#D763D9
(215,99,217)
#C25AC4
(194,90,196)
#AD51AF
(173,81,175)
#98489A
(152,72,154)
#833F85
(131,63,133)
#6E3670
(110,54,112)
#592D5B
(89,45,91)
#442446
(68,36,70)
#2F1B31
(47,27,49)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #EC6CEE

#EC6CEE
(236,108,238)
#ED79EF
(237,121,239)
#EE86F0
(238,134,240)
#EF93F1
(239,147,241)
#F0A0F2
(240,160,242)
#F1ADF3
(241,173,243)
#F2BAF4
(242,186,244)
#F3C7F5
(243,199,245)
#F4D4F6
(244,212,246)
#F5E1F7
(245,225,247)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC6CEE; }

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

This text font color is #EC6CEE.


Background Color

.myBgColor { background-color: #EC6CEE; }

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

This div background color is #EC6CEE.


Border color

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

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

This div border color is #EC6CEE.


Opacity

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

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

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

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

This text has shadow with #EC6CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6CEE on black background.


Color preview on white background

This text has color #EC6CEE on white background.



Black color preview on #EC6CEE background

This text has black color on #EC6CEE background.


White color preview on #EC6CEE background

This text has white color on #EC6CEE background.