COLOR #EC95D4

HEX: #EC95D4
RGB: (236,149,212)

Color info

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

RGB color model

#EC95D4 color RGB value is (236,149,212).

  • red value is 236;
  • green value is 149;
  • blue value is 212.
RGB:
(236,149,212)
(93%,58%,83%)

RGB channels and saturation

R 236 of 255 = 93%
G 149 of 255 = 58%
B 212 of 255 = 83%

236
149
212

R + G + B ~ 78%. #EC95D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 149 + 212 = 597 (100%)
R 236 of 597 ~ 39.53%
G 149 of 597 ~ 24.96%
B 212 of 597 ~ 35.51%

%39.53
%24.96
%35.51

CMYK color model

#EC95D4 color CMYK value is (0,37,10,7).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 10.17%
  • key color value is 7.45%
CMYK:
(0,37,10,7)
C0M37Y10K7 
(0%,37%,10%,7%)
(0.00/0.37/0.10/0.07)	

CMYK percentages

%0
%36.86
%10.17
%7.45

Codes

Color #EC95D4 in popluar color models

EC95D4
RGB236149212
HSL317°69.60%75.49%
HSB/HSV317°36.86%92.55%
CMYK0.00%36.86%10.17%
7.45%

Color #EC95D4 in popluar number systems.

HEXEC95D4
Decimal236149212
Binary111011001001010111010100
Octal354225324

Shades and tints

Shades of #EC95D4

#EC95D4
(236,149,212)
#D788C1
(215,136,193)
#C27BAE
(194,123,174)
#AD6E9B
(173,110,155)
#986188
(152,97,136)
#835475
(131,84,117)
#6E4762
(110,71,98)
#593A4F
(89,58,79)
#442D3C
(68,45,60)
#2F2029
(47,32,41)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #EC95D4

#EC95D4
(236,149,212)
#ED9ED7
(237,158,215)
#EEA7DA
(238,167,218)
#EFB0DD
(239,176,221)
#F0B9E0
(240,185,224)
#F1C2E3
(241,194,227)
#F2CBE6
(242,203,230)
#F3D4E9
(243,212,233)
#F4DDEC
(244,221,236)
#F5E6EF
(245,230,239)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC95D4; }

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

This text font color is #EC95D4.


Background Color

.myBgColor { background-color: #EC95D4; }

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

This div background color is #EC95D4.


Border color

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

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

This div border color is #EC95D4.


Opacity

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

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

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

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

This text has shadow with #EC95D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC95D4 on black background.


Color preview on white background

This text has color #EC95D4 on white background.



Black color preview on #EC95D4 background

This text has black color on #EC95D4 background.


White color preview on #EC95D4 background

This text has white color on #EC95D4 background.