COLOR #EC97CA

HEX: #EC97CA RGB: (236,151,202)

Color info

#EC97CA contains mainly red and blue colors. Web safe color of #EC97CA is #FF99CC (or #F9C).

RGB color model

#EC97CA color RGB value is (236,151,202).

RGB: (236,151,202) (93%, 59%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 151 of 255 = 59%
B 202 of 255 = 79%

236
151
202

R + G + B ~ 77%. #EC97CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 151 + 202 = 589 (100%)
R 236 of 589 ~ 40.07%
G 151 of 589 ~ 25.64%
B 202 of 589 ~ 34.3'%

%40.07
%25.64
%34.3

CMYK color model

#EC97CA color CMYK value is (0,36,14,7).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 14.41%
  • key color value is 7.45%

CMYK: (0,36,14,7)
C0M36Y14K7 (0%, 36%, 14%, 7%)
(0.00 / 0.36 / 0.14 / 0.07)

CMYK percentages

%0
%36.02
%14.41
%7.45

Codes

Color #EC97CA in popluar color models

EC 97 CA
RGB 236 151 202
HSL 324° 69.11% 75.88%
HSB/HSV 324° 36.02% 92.55%
CMYK 0.00% 36.02% 14.41%
7.45%

Color #EC97CA in popluar number systems.

HEX EC 97 CA
Decimal 236 151 202
Binary 11101100 10010111 11001010
Octal 354 227 312

Shades and tints

Shades of #EC97CA

#EC97CA
(236,151,202)
#D78AB8
(215,138,184)
#C27DA6
(194,125,166)
#AD7094
(173,112,148)
#986382
(152,99,130)
#835670
(131,86,112)
#6E495E
(110,73,94)
#593C4C
(89,60,76)
#442F3A
(68,47,58)
#2F2228
(47,34,40)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #EC97CA

#EC97CA
(236,151,202)
#EDA0CE
(237,160,206)
#EEA9D2
(238,169,210)
#EFB2D6
(239,178,214)
#F0BBDA
(240,187,218)
#F1C4DE
(241,196,222)
#F2CDE2
(242,205,226)
#F3D6E6
(243,214,230)
#F4DFEA
(244,223,234)
#F5E8EE
(245,232,238)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC97CA color. Also use rgb(236,151,202) instead hex code.

Text Font Color

.myTextColor { color: #EC97CA; }

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

This text font color is #EC97CA.

Background Color

.myBgColor { background-color: #EC97CA; }

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

This div background color is #EC97CA.

Border color

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

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

This div border color is #EC97CA.

Opacity

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

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

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

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

This text has shadow with #EC97CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC97CA.

Preview

Color preview on black background

This text has color #EC97CA on black background.


Color preview on white background

This text has color #EC97CA on white background.


Black color preview on #EC97CA background

This text has black color on #EC97CA background.


White color preview on #EC97CA background

This text has white color on #EC97CA background.


Related colors

Complementary color

Complementary color for #hex is #136835.


I love getcolorcode.com

Triadic colors

1 #CAEC97 and #97CAEC with #EC97CA are triadic colors.

2 #CA97EC and #97ECCA with #EC97CA are triadic colors.