COLOR #ECA3B2

HEX: #ECA3B2
RGB: (236,163,178)

Color info

#ECA3B2 contains mainly red and blue colors. Web safe color of #ECA3B2 is #FF9999 (or #F99).

RGB color model

#ECA3B2 color RGB value is (236,163,178).

  • red value is 236;
  • green value is 163;
  • blue value is 178.
RGB:
(236,163,178)
(93%,64%,70%)

RGB channels and saturation

R 236 of 255 = 93%
G 163 of 255 = 64%
B 178 of 255 = 70%

236
163
178

R + G + B ~ 76%. #ECA3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 163 + 178 = 577 (100%)
R 236 of 577 ~ 40.9%
G 163 of 577 ~ 28.25%
B 178 of 577 ~ 30.85%

%40.9
%28.25
%30.85

CMYK color model

#ECA3B2 color CMYK value is (0,31,25,7).

  • cyan value is 0.00%
  • magenta value is 30.93%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,31,25,7)
C0M31Y25K7 
(0%,31%,25%,7%)
(0.00/0.31/0.25/0.07)	

CMYK percentages

%0
%30.93
%24.58
%7.45

Codes

Color #ECA3B2 in popluar color models

ECA3B2
RGB236163178
HSL348°65.77%78.24%
HSB/HSV348°30.93%92.55%
CMYK0.00%30.93%24.58%
7.45%

Color #ECA3B2 in popluar number systems.

HEXECA3B2
Decimal236163178
Binary111011001010001110110010
Octal354243262

Shades and tints

Shades of #ECA3B2

#ECA3B2
(236,163,178)
#D795A2
(215,149,162)
#C28792
(194,135,146)
#AD7982
(173,121,130)
#986B72
(152,107,114)
#835D62
(131,93,98)
#6E4F52
(110,79,82)
#594142
(89,65,66)
#443332
(68,51,50)
#2F2522
(47,37,34)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #ECA3B2

#ECA3B2
(236,163,178)
#EDABB9
(237,171,185)
#EEB3C0
(238,179,192)
#EFBBC7
(239,187,199)
#F0C3CE
(240,195,206)
#F1CBD5
(241,203,213)
#F2D3DC
(242,211,220)
#F3DBE3
(243,219,227)
#F4E3EA
(244,227,234)
#F5EBF1
(245,235,241)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA3B2 color. Also use rgb(236,163,178) instead hex code.

Text Font Color

.myTextColor { color: #ECA3B2; }

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

This text font color is #ECA3B2.


Background Color

.myBgColor { background-color: #ECA3B2; }

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

This div background color is #ECA3B2.


Border color

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

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

This div border color is #ECA3B2.


Opacity

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

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

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

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

This text has shadow with #ECA3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA3B2 on black background.


Color preview on white background

This text has color #ECA3B2 on white background.



Black color preview on #ECA3B2 background

This text has black color on #ECA3B2 background.


White color preview on #ECA3B2 background

This text has white color on #ECA3B2 background.