COLOR #EC95AE

HEX: #EC95AE RGB: (236,149,174)

Color info

#EC95AE contains mainly red color. Web safe color of #EC95AE is #FF9999 (or #F99).

RGB color model

#EC95AE color RGB value is (236,149,174).

RGB: (236,149,174) (93%, 58%, 68%)

RGB channels and saturation

R 236 of 255 = 93%
G 149 of 255 = 58%
B 174 of 255 = 68%

236
149
174

R + G + B ~ 73%. #EC95AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 149 + 174 = 559 (100%)
R 236 of 559 ~ 42.22%
G 149 of 559 ~ 26.65%
B 174 of 559 ~ 31.13'%

%42.22
%26.65
%31.13

CMYK color model

#EC95AE color CMYK value is (0,37,26,7).

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

CMYK: (0,37,26,7)
C0M37Y26K7 (0%, 37%, 26%, 7%)
(0.00 / 0.37 / 0.26 / 0.07)

CMYK percentages

%0
%36.86
%26.27
%7.45

Codes

Color #EC95AE in popluar color models

EC 95 AE
RGB 236 149 174
HSL 343° 69.60% 75.49%
HSB/HSV 343° 36.86% 92.55%
CMYK 0.00% 36.86% 26.27%
7.45%

Color #EC95AE in popluar number systems.

HEX EC 95 AE
Decimal 236 149 174
Binary 11101100 10010101 10101110
Octal 354 225 256

Shades and tints

Shades of #EC95AE

#EC95AE
(236,149,174)
#D7889F
(215,136,159)
#C27B90
(194,123,144)
#AD6E81
(173,110,129)
#986172
(152,97,114)
#835463
(131,84,99)
#6E4754
(110,71,84)
#593A45
(89,58,69)
#442D36
(68,45,54)
#2F2027
(47,32,39)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #EC95AE

#EC95AE
(236,149,174)
#ED9EB5
(237,158,181)
#EEA7BC
(238,167,188)
#EFB0C3
(239,176,195)
#F0B9CA
(240,185,202)
#F1C2D1
(241,194,209)
#F2CBD8
(242,203,216)
#F3D4DF
(243,212,223)
#F4DDE6
(244,221,230)
#F5E6ED
(245,230,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC95AE; }

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

This text font color is #EC95AE.

Background Color

.myBgColor { background-color: #EC95AE; }

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

This div background color is #EC95AE.

Border color

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

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

This div border color is #EC95AE.

Opacity

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

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

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

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

This text has shadow with #EC95AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC95AE.

Preview

Color preview on black background

This text has color #EC95AE on black background.


Color preview on white background

This text has color #EC95AE on white background.


Black color preview on #EC95AE background

This text has black color on #EC95AE background.


White color preview on #EC95AE background

This text has white color on #EC95AE background.


Related colors

Complementary color

Complementary color for #hex is #136A51.


I love getcolorcode.com

Triadic colors

1 #AEEC95 and #95AEEC with #EC95AE are triadic colors.

2 #AE95EC and #95ECAE with #EC95AE are triadic colors.