COLOR #EC6C9A

HEX: #EC6C9A
RGB: (236,108,154)

Color info

#EC6C9A contains mainly red color. Web safe color of #EC6C9A is #FF6699 (or #F69).

RGB color model

#EC6C9A color RGB value is (236,108,154).

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

RGB channels and saturation

R 236 of 255 = 93%
G 108 of 255 = 42%
B 154 of 255 = 60%

236
108
154

R + G + B ~ 65%. #EC6C9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 108 + 154 = 498 (100%)
R 236 of 498 ~ 47.39%
G 108 of 498 ~ 21.69%
B 154 of 498 ~ 30.92%

%47.39
%21.69
%30.92

CMYK color model

#EC6C9A color CMYK value is (0,54,35,7).

  • cyan value is 0.00%
  • magenta value is 54.24%
  • yellow value is 34.75%
  • key color value is 7.45%
CMYK:
(0,54,35,7)
C0M54Y35K7 
(0%,54%,35%,7%)
(0.00/0.54/0.35/0.07)	

CMYK percentages

%0
%54.24
%34.75
%7.45

Codes

Color #EC6C9A in popluar color models

EC6C9A
RGB236108154
HSL338°77.11%67.45%
HSB/HSV338°54.24%92.55%
CMYK0.00%54.24%34.75%
7.45%

Color #EC6C9A in popluar number systems.

HEXEC6C9A
Decimal236108154
Binary11101100110110010011010
Octal354154232

Shades and tints

Shades of #EC6C9A

#EC6C9A
(236,108,154)
#D7638C
(215,99,140)
#C25A7E
(194,90,126)
#AD5170
(173,81,112)
#984862
(152,72,98)
#833F54
(131,63,84)
#6E3646
(110,54,70)
#592D38
(89,45,56)
#44242A
(68,36,42)
#2F1B1C
(47,27,28)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #EC6C9A

#EC6C9A
(236,108,154)
#ED79A3
(237,121,163)
#EE86AC
(238,134,172)
#EF93B5
(239,147,181)
#F0A0BE
(240,160,190)
#F1ADC7
(241,173,199)
#F2BAD0
(242,186,208)
#F3C7D9
(243,199,217)
#F4D4E2
(244,212,226)
#F5E1EB
(245,225,235)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC6C9A; }

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

This text font color is #EC6C9A.


Background Color

.myBgColor { background-color: #EC6C9A; }

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

This div background color is #EC6C9A.


Border color

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

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

This div border color is #EC6C9A.


Opacity

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

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

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

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

This text has shadow with #EC6C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6C9A on black background.


Color preview on white background

This text has color #EC6C9A on white background.



Black color preview on #EC6C9A background

This text has black color on #EC6C9A background.


White color preview on #EC6C9A background

This text has white color on #EC6C9A background.