COLOR #EC6EC6

HEX: #EC6EC6
RGB: (236,110,198)

Color info

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

RGB color model

#EC6EC6 color RGB value is (236,110,198).

  • red value is 236;
  • green value is 110;
  • blue value is 198.
RGB:
(236,110,198)
(93%,43%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 110 of 255 = 43%
B 198 of 255 = 78%

236
110
198

R + G + B ~ 71%. #EC6EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 110 + 198 = 544 (100%)
R 236 of 544 ~ 43.38%
G 110 of 544 ~ 20.22%
B 198 of 544 ~ 36.4%

%43.38
%20.22
%36.4

CMYK color model

#EC6EC6 color CMYK value is (0,53,16,7).

  • cyan value is 0.00%
  • magenta value is 53.39%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(0,53,16,7)
C0M53Y16K7 
(0%,53%,16%,7%)
(0.00/0.53/0.16/0.07)	

CMYK percentages

%0
%53.39
%16.1
%7.45

Codes

Color #EC6EC6 in popluar color models

EC6EC6
RGB236110198
HSL318°76.83%67.84%
HSB/HSV318°53.39%92.55%
CMYK0.00%53.39%16.10%
7.45%

Color #EC6EC6 in popluar number systems.

HEXEC6EC6
Decimal236110198
Binary11101100110111011000110
Octal354156306

Shades and tints

Shades of #EC6EC6

#EC6EC6
(236,110,198)
#D764B4
(215,100,180)
#C25AA2
(194,90,162)
#AD5090
(173,80,144)
#98467E
(152,70,126)
#833C6C
(131,60,108)
#6E325A
(110,50,90)
#592848
(89,40,72)
#441E36
(68,30,54)
#2F1424
(47,20,36)
#1A0A12
(26,10,18)
#000000
(0,0,0)

Tints of #EC6EC6

#EC6EC6
(236,110,198)
#ED7BCB
(237,123,203)
#EE88D0
(238,136,208)
#EF95D5
(239,149,213)
#F0A2DA
(240,162,218)
#F1AFDF
(241,175,223)
#F2BCE4
(242,188,228)
#F3C9E9
(243,201,233)
#F4D6EE
(244,214,238)
#F5E3F3
(245,227,243)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6EC6 color. Also use rgb(236,110,198) instead hex code.

Text Font Color

.myTextColor { color: #EC6EC6; }

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

This text font color is #EC6EC6.


Background Color

.myBgColor { background-color: #EC6EC6; }

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

This div background color is #EC6EC6.


Border color

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

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

This div border color is #EC6EC6.


Opacity

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

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

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

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

This text has shadow with #EC6EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6EC6 on black background.


Color preview on white background

This text has color #EC6EC6 on white background.



Black color preview on #EC6EC6 background

This text has black color on #EC6EC6 background.


White color preview on #EC6EC6 background

This text has white color on #EC6EC6 background.