COLOR #EC7FCB

HEX: #EC7FCB RGB: (236,127,203)

Color info

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

RGB color model

#EC7FCB color RGB value is (236,127,203).

RGB: (236,127,203) (93%, 50%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 127 of 255 = 50%
B 203 of 255 = 80%

236
127
203

R + G + B ~ 74%. #EC7FCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 127 + 203 = 566 (100%)
R 236 of 566 ~ 41.7%
G 127 of 566 ~ 22.44%
B 203 of 566 ~ 35.87'%

%41.7
%22.44
%35.87

CMYK color model

#EC7FCB color CMYK value is (0,46,14,7).

  • cyan value is 0.00%
  • magenta value is 46.19%
  • yellow value is 13.98%
  • key color value is 7.45%

CMYK: (0,46,14,7)
C0M46Y14K7 (0%, 46%, 14%, 7%)
(0.00 / 0.46 / 0.14 / 0.07)

CMYK percentages

%0
%46.19
%13.98
%7.45

Codes

Color #EC7FCB in popluar color models

EC 7F CB
RGB 236 127 203
HSL 318° 74.15% 71.18%
HSB/HSV 318° 46.19% 92.55%
CMYK 0.00% 46.19% 13.98%
7.45%

Color #EC7FCB in popluar number systems.

HEX EC 7F CB
Decimal 236 127 203
Binary 11101100 1111111 11001011
Octal 354 177 313

Shades and tints

Shades of #EC7FCB

#EC7FCB
(236,127,203)
#D774B9
(215,116,185)
#C269A7
(194,105,167)
#AD5E95
(173,94,149)
#985383
(152,83,131)
#834871
(131,72,113)
#6E3D5F
(110,61,95)
#59324D
(89,50,77)
#44273B
(68,39,59)
#2F1C29
(47,28,41)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #EC7FCB

#EC7FCB
(236,127,203)
#ED8ACF
(237,138,207)
#EE95D3
(238,149,211)
#EFA0D7
(239,160,215)
#F0ABDB
(240,171,219)
#F1B6DF
(241,182,223)
#F2C1E3
(242,193,227)
#F3CCE7
(243,204,231)
#F4D7EB
(244,215,235)
#F5E2EF
(245,226,239)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7FCB color. Also use rgb(236,127,203) instead hex code.

Text Font Color

.myTextColor { color: #EC7FCB; }

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

This text font color is #EC7FCB.

Background Color

.myBgColor { background-color: #EC7FCB; }

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

This div background color is #EC7FCB.

Border color

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

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

This div border color is #EC7FCB.

Opacity

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

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

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

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

This text has shadow with #EC7FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC7FCB.

Preview

Color preview on black background

This text has color #EC7FCB on black background.


Color preview on white background

This text has color #EC7FCB on white background.


Black color preview on #EC7FCB background

This text has black color on #EC7FCB background.


White color preview on #EC7FCB background

This text has white color on #EC7FCB background.


Related colors

Complementary color

Complementary color for #hex is #138034.


I love getcolorcode.com

Triadic colors

1 #CBEC7F and #7FCBEC with #EC7FCB are triadic colors.

2 #CB7FEC and #7FECCB with #EC7FCB are triadic colors.