COLOR #EC95CD

HEX: #EC95CD RGB: (236,149,205)

Color info

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

RGB color model

#EC95CD color RGB value is (236,149,205).

RGB: (236,149,205) (93%, 58%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 149 of 255 = 58%
B 205 of 255 = 80%

236
149
205

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

Portions of RGB colors in percentages

R + G + B = 236 + 149 + 205 = 590 (100%)
R 236 of 590 ~ 40%
G 149 of 590 ~ 25.25%
B 205 of 590 ~ 34.75'%

%40
%25.25
%34.75

CMYK color model

#EC95CD color CMYK value is (0,37,13,7).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 13.14%
  • key color value is 7.45%

CMYK: (0,37,13,7)
C0M37Y13K7 (0%, 37%, 13%, 7%)
(0.00 / 0.37 / 0.13 / 0.07)

CMYK percentages

%0
%36.86
%13.14
%7.45

Codes

Color #EC95CD in popluar color models

EC 95 CD
RGB 236 149 205
HSL 321° 69.60% 75.49%
HSB/HSV 321° 36.86% 92.55%
CMYK 0.00% 36.86% 13.14%
7.45%

Color #EC95CD in popluar number systems.

HEX EC 95 CD
Decimal 236 149 205
Binary 11101100 10010101 11001101
Octal 354 225 315

Shades and tints

Shades of #EC95CD

#EC95CD
(236,149,205)
#D788BB
(215,136,187)
#C27BA9
(194,123,169)
#AD6E97
(173,110,151)
#986185
(152,97,133)
#835473
(131,84,115)
#6E4761
(110,71,97)
#593A4F
(89,58,79)
#442D3D
(68,45,61)
#2F202B
(47,32,43)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #EC95CD

#EC95CD
(236,149,205)
#ED9ED1
(237,158,209)
#EEA7D5
(238,167,213)
#EFB0D9
(239,176,217)
#F0B9DD
(240,185,221)
#F1C2E1
(241,194,225)
#F2CBE5
(242,203,229)
#F3D4E9
(243,212,233)
#F4DDED
(244,221,237)
#F5E6F1
(245,230,241)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC95CD color. Also use rgb(236,149,205) instead hex code.

Text Font Color

.myTextColor { color: #EC95CD; }

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

This text font color is #EC95CD.

Background Color

.myBgColor { background-color: #EC95CD; }

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

This div background color is #EC95CD.

Border color

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

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

This div border color is #EC95CD.

Opacity

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

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

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

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

This text has shadow with #EC95CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC95CD.

Preview

Color preview on black background

This text has color #EC95CD on black background.


Color preview on white background

This text has color #EC95CD on white background.


Black color preview on #EC95CD background

This text has black color on #EC95CD background.


White color preview on #EC95CD background

This text has white color on #EC95CD background.


Related colors

Complementary color

Complementary color for #hex is #136A32.


I love getcolorcode.com

Triadic colors

1 #CDEC95 and #95CDEC with #EC95CD are triadic colors.

2 #CD95EC and #95ECCD with #EC95CD are triadic colors.